This tool performs conversion from RGB to HEX and HSV color values.
Move the sliders to set the red (R), green (G), and blue (B) color levels (0-255):
Our converter helps you to transform a color definition from red, green, and blue (RGB) values into hexadecimal code and hue, saturation, and lightness (HSL) values. Simply adjust the sliders to select the desired red, green, and blue color values between 0 and 255. Use the arrow keys on your keyboard for to fine tune the color.
The tool detects the RGB color changes, perform transformation, and outputs corresponding RGB, hexadecimal, and HSL color definitions.
RGB (Red, Green, Blue):
The syntax for RGB is rgb(red, green, blue)
, where red
, green
, and blue
represent the intensity of the red (R), green (G), and blue (B) color component, respectively. Each component is an integer in the
range between 0 and 255, where 0 indicates no intensity, and 255 represents the maximum intensity.
HEX (Hexadecimal):
The syntax for HEX color definition is #RRGGBB
, where three pairs of hexadecimal characters (RR
,
GG
, and BB
) represent the corresponding red, green, and blue color components.
HSL (Hue, Saturation, Lightness):
The syntax for HSL is hsl(hue, saturation, lightness)
, where hue
is the type of color (0 to 360
degrees on the color wheel), saturation
is the intensity (0% to 100%), and lightness
is the
brightness (0% to 100%).
Color Names:
Colors for HTML elements can be also specified using the predefined color names. The following table presents the names,
RGB and HEX codes for the predefined colors.
Color | Color Name | Hex | RGB |
---|---|---|---|
MediumVioletRed | #C71585 | 199, 21, 133 | |
DeepPink | #FF1493 | 255, 20, 147 | |
PaleVioletRed | #DB7093 | 219, 112, 147 | |
HotPink | #FF69B4 | 255, 105, 180 | |
LightPink | #FFB6C1 | 255, 182, 193 | |
Pink | #FFC0CB | 255, 192, 203 | |
DarkRed | #8B0000 | 139, 0, 0 | |
FireBrick | #B22222 | 178, 34, 34 | |
Crimson | #DC143C | 220, 20, 60 | |
IndianRed | #CD5C5C | 205, 92, 92 | |
Red | #FF0000 | 255, 0, 0 | |
LightCoral | #F08080 | 240, 128, 128 | |
Salmon | #FA8072 | 250, 128, 114 | |
DarkSalmon | #E9967A | 233, 150, 122 | |
LightSalmon | #FFA07A | 255, 160, 122 | |
OrangeRed | #FF4500 | 255, 69, 0 | |
Tomato | #FF6347 | 255, 99, 71 | |
Coral | #FF7F50 | 255, 127, 80 | |
DarkOrange | #FF8C00 | 255, 140, 0 | |
Orange | #FFA500 | 255, 165, 0 | |
DarkKhaki | #BDB76B | 189, 183, 107 | |
Gold | #FFD700 | 255, 215, 0 | |
Yellow | #FFFF00 | 255, 255, 0 | |
PeachPuff | #FFDAB9 | 255, 218, 185 | |
Khaki | #F0E68C | 240, 230, 140 | |
PaleGoldenRod | #EEE8AA | 238, 232, 170 | |
Moccasin | #FFE4B5 | 255, 228, 181 | |
PapayaWhip | #FFEFD5 | 255, 239, 213 | |
LightGoldenRodYellow | #FAFAD2 | 250, 250, 210 | |
LemonChiffon | #FFFACD | 255, 250, 205 | |
LightYellow | #FFFFE0 | 255, 255, 224 | |
Maroon | #800000 | 128, 0, 0 | |
Brown | #A52A2A | 165, 42, 42 | |
SaddleBrown | #8B4513 | 139, 69, 19 | |
Sienna | #A0522D | 160, 82, 45 | |
RosyBrown | #BC8F8F | 188, 143, 143 | |
Chocolate | #D2691E | 210, 105, 30 | |
DarkGoldenRod | #B8860B | 184, 134, 11 | |
Peru | #CD853F | 205, 133, 63 | |
GoldenRod | #DAA520 | 218, 165, 32 | |
Tan | #D2B48C | 210, 180, 140 | |
SandyBrown | #F4A460 | 244, 164, 96 | |
BurlyWood | #DEB887 | 222, 184, 135 | |
Wheat | #F5DEB3 | 245, 222, 179 | |
NavajoWhite | #FFDEAD | 255, 222, 173 | |
Bisque | #FFE4C4 | 255, 228, 196 | |
BlanchedAlmond | #FFEBCD | 255, 235, 205 | |
Cornsilk | #FFF8DC | 255, 248, 220 | |
Indigo | #4B0082 | 75, 0, 130 | |
Purple | #800080 | 128, 0, 128 | |
DarkMagenta | #8B008B | 139, 0, 139 | |
DarkSlateBlue | #483D8B | 72, 61, 139 | |
DarkViolet | #9400D3 | 148, 0, 211 | |
BlueViolet | #8A2BE2 | 138, 43, 226 | |
DarkOrchid | #9932CC | 153, 50, 204 | |
SlateBlue | #6A5ACD | 106, 90, 205 | |
MediumSlateBlue | #7B68EE | 123, 104, 238 | |
MediumOrchid | #BA55D3 | 186, 85, 211 | |
MediumPurple | #9370DB | 147, 112, 219 | |
Fuchsia | #FF00FF | 255, 0, 255 | |
Magenta | #FF00FF | 255, 0, 255 | |
Orchid | #DA70D6 | 218, 112, 214 | |
Violet | #EE82EE | 238, 130, 238 | |
Plum | #DDA0DD | 221, 160, 221 | |
Thistle | #D8BFD8 | 216, 191, 216 | |
Lavender | #E6E6FA | 230, 230, 250 | |
MidnightBlue | #191970 | 25, 25, 112 | |
Navy | #000080 | 0, 0, 128 | |
DarkBlue | #00008B | 0, 0, 139 | |
MediumBlue | #0000CD | 0, 0, 205 | |
Blue | #0000FF | 0, 0, 255 | |
RoyalBlue | #4169E1 | 65, 105, 225 | |
SteelBlue | #4682B4 | 70, 130, 180 | |
DodgerBlue | #1E90FF | 30, 144, 255 | |
CornflowerBlue | #6495ED | 100, 149, 237 | |
DeepSkyBlue | #00BFFF | 0, 191, 255 | |
SkyBlue | #87CEEB | 135, 206, 235 | |
LightSkyBlue | #87CEFA | 135, 206, 250 | |
LightSteelBlue | #B0C4DE | 176, 196, 222 | |
LightBlue | #ADD8E6 | 173, 216, 230 | |
PowderBlue | #B0E0E6 | 176, 224, 230 | |
Teal | #008080 | 0, 128, 128 | |
DarkCyan | #008B8B | 0, 139, 139 | |
CadetBlue | #5F9EA0 | 95, 158, 160 | |
LightSeaGreen | #20B2AA | 32, 178, 170 | |
DarkTurquoise | #00CED1 | 0, 206, 209 | |
MediumTurquoise | #48D1CC | 72, 209, 204 | |
Turquoise | #40E0D0 | 64, 224, 208 | |
Aqua | #00FFFF | 0, 255, 255 | |
Cyan | #00FFFF | 0, 255, 255 | |
Aquamarine | #7FFFD4 | 127, 255, 212 | |
PaleTurquoise | #AFEEEE | 175, 238, 238 | |
LightCyan | #E0FFFF | 224, 255, 255 | |
DarkGreen | #006400 | 0, 100, 0 | |
Green | #008000 | 0, 128, 0 | |
DarkOliveGreen | #556B2F | 85, 107, 47 | |
ForestGreen | #228B22 | 34, 139, 34 | |
SeaGreen | #2E8B57 | 46, 139, 87 | |
Olive | #808000 | 128, 128, 0 | |
OliveDrab | #6B8E23 | 107, 142, 35 | |
MediumSeaGreen | #3CB371 | 60, 179, 113 | |
LimeGreen | #32CD32 | 50, 205, 50 | |
DarkSeaGreen | #8FBC8F | 143, 188, 143 | |
MediumAquamarine | #66CDAA | 102, 205, 170 | |
YellowGreen | #9ACD32 | 154, 205, 50 | |
SpringGreen | #00FF7F | 0, 255, 127 | |
MediumSpringGreen | #00FA9A | 0, 250, 154 | |
Lime | #00FF00 | 0, 255, 0 | |
LawnGreen | #7CFC00 | 124, 252, 0 | |
Chartreuse | #7FFF00 | 127, 255, 0 | |
LightGreen | #90EE90 | 144, 238, 144 | |
GreenYellow | #ADFF2F | 173, 255, 47 | |
PaleGreen | #98FB98 | 152, 251, 152 | |
MistyRose | #FFE4E1 | 255, 228, 225 | |
AntiqueWhite | #FAEBD7 | 250, 235, 215 | |
Linen | #FAF0E6 | 250, 240, 230 | |
Beige | #F5F5DC | 245, 245, 220 | |
WhiteSmoke | #F5F5F5 | 245, 245, 245 | |
LavenderBlush | #FFF0F5 | 255, 240, 245 | |
OldLace | #FDF5E6 | 253, 245, 230 | |
AliceBlue | #F0F8FF | 240, 248, 255 | |
SeaShell | #FFF5EE | 255, 245, 238 | |
GhostWhite | #F8F8FF | 248, 248, 255 | |
Honeydew | #F0FFF0 | 240, 255, 240 | |
FloralWhite | #FFFAF0 | 255, 250, 240 | |
Azure | #F0FFFF | 240, 255, 255 | |
MintCream | #F5FFFA | 245, 255, 250 | |
Snow | #FFFAFA | 255, 250, 250 | |
Ivory | #FFFFF0 | 255, 255, 240 | |
White | #FFFFFF | 255, 255, 255 | |
Black | #000000 | 0, 0, 0 | |
DarkSlateGray | #2F4F4F | 47, 79, 79 | |
DimGray | #696969 | 105, 105, 105 | |
SlateGray | #708090 | 112, 128, 144 | |
Gray | #808080 | 128, 128, 128 | |
LightSlateGray | #778899 | 119, 136, 153 | |
DarkGray | #A9A9A9 | 169, 169, 169 | |
Silver | #C0C0C0 | 192, 192, 192 | |
LightGray | #D3D3D3 | 211, 211, 211 | |
Gainsboro | #DCDCDC | 220, 220, 220 |