Shades of Slate Blue #724FCE
Tints of Slate Blue #724FCE
RGB
CMYK
RGB Variations
Color information
#724FCE (or 0x724FCE) is known color: Slate Blue. HEX triplet: 72, 4F and CE. RGB value is (114,79,206). Sum of RGB (Red+Green+Blue) = 114+79+206=399 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.57% from 399); Green value is 79 (31.25% from 255 or 19.80% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #724FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724FCE is #8DB031. Grayscale: #676767. Windows color (decimal): -9285682 or 13520754. OLE color: 13520754.
HSL color Cylindrical-coordinate representation of color #724FCE: hue angle of 256.54º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #724FCE is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 79 | 206 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.19 |
| HSL | 256.54º | 0.56% | 0.56% | - |
| HSV(B) | 256.54º | 0.62% | 0.81% | - |
| XYZ | 20.88 | 13.63 | 59.92 | - |
| YUV | 103.94 | 185.6 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 79 | 206 | 0.45 | 0.62 | 0 | 0.19 | 256.54 | 0.56 | 0.56 |
| Hex | 72 | 4F | CE | 2D | 3E | 0 | 13 | 101 | 38 | 38 |
| Octal | 162 | 117 | 316 | 55 | 76 | 0 | 23 | 401 | 70 | 70 |
| Binary | 1110010 | 1001111 | 11001110 | 101101 | 111110 | 0 | 10011 | 100000001 | 111000 | 111000 |
Color Harmonies of #724FCE
Complementary color
Monochromatic Colors of #724FCE
Black with #724FCE
Text Example
Text Example
White with #724FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724FCE; }
p { color: rgb(114,79,206); }
H1.HeaderClassName
{
color: #724FCE;
}
.AnyTagClassName
{
color: #724FCE;
}
</style>
background-color css
<style>
a { background-color: #724FCE; }
a { background-color: rgb(114,79,206); }
div.DivClassName
{
background-color: #724FCE;
}
.BgClassName
{
background-color: #724FCE;
}
</style>
border-color css
<style>
span { border-color: #724FCE; }
span { border-color: rgb(114,79,206); }
td.TdClassName
{
border-color: #724FCE;
}
.TagClassName
{
border-color: #724FCE;
}
</style>