rgbToHex

converts an RGB color code to the HEX format

string rgbToHex(string|array rgb);
rgbstring|arraya string with Red, Green and Blue color values
stringthe Hex color code

Example

webix.color.rgbToHex("115,116,133"); // -> "#737485"  
// or
webix.color.rgbToHex([115,116,133]);

Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.