Shades of Slate Blue #724BE6
Tints of Slate Blue #724BE6
RGB
CMYK
RGB Variations
Color information
#724BE6 (or 0x724BE6) is known color: Slate Blue. HEX triplet: 72, 4B and E6. RGB value is (114,75,230). Sum of RGB (Red+Green+Blue) = 114+75+230=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 75 (29.69% from 255 or 17.90% from 419); Blue value is 230 (90.23% from 255 or 54.89% from 419); Max value from RGB is 230 - color contains mainly: blue. Hex color #724BE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #724BE6 is #8DB419. Grayscale: #676767. Windows color (decimal): -9286682 or 15092594. OLE color: 15092594.
HSL color Cylindrical-coordinate representation of color #724BE6: hue angle of 255.1º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #724BE6 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 75 | 230 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.10 |
| HSL | 255.1º | 0.76% | 0.6% | - |
| HSV(B) | 255.1º | 0.67% | 0.9% | - |
| XYZ | 23.74 | 14.32 | 76.38 | - |
| YUV | 104.33 | 198.92 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 75 | 230 | 0.50 | 0.67 | 0 | 0.10 | 255.1 | 0.76 | 0.6 |
| Hex | 72 | 4B | E6 | 32 | 43 | 0 | A | FF | 4C | 3C |
| Octal | 162 | 113 | 346 | 62 | 103 | 0 | 12 | 377 | 114 | 74 |
| Binary | 1110010 | 1001011 | 11100110 | 110010 | 1000011 | 0 | 1010 | 11111111 | 1001100 | 111100 |
Color Harmonies of #724BE6
Complementary color
Monochromatic Colors of #724BE6
Black with #724BE6
Text Example
Text Example
White with #724BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724BE6; }
p { color: rgb(114,75,230); }
H1.HeaderClassName
{
color: #724BE6;
}
.AnyTagClassName
{
color: #724BE6;
}
</style>
background-color css
<style>
a { background-color: #724BE6; }
a { background-color: rgb(114,75,230); }
div.DivClassName
{
background-color: #724BE6;
}
.BgClassName
{
background-color: #724BE6;
}
</style>
border-color css
<style>
span { border-color: #724BE6; }
span { border-color: rgb(114,75,230); }
td.TdClassName
{
border-color: #724BE6;
}
.TagClassName
{
border-color: #724BE6;
}
</style>