Shades of Slate Blue #724DC9
Tints of Slate Blue #724DC9
RGB
CMYK
RGB Variations
Color information
#724DC9 (or 0x724DC9) is known color: Slate Blue. HEX triplet: 72, 4D and C9. RGB value is (114,77,201). Sum of RGB (Red+Green+Blue) = 114+77+201=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 201 (78.91% from 255 or 51.28% from 392); Max value from RGB is 201 - color contains mainly: blue. Hex color #724DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724DC9 is #8DB236. Grayscale: #656565. Windows color (decimal): -9286199 or 13192562. OLE color: 13192562.
HSL color Cylindrical-coordinate representation of color #724DC9: hue angle of 257.9º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #724DC9 is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 77 | 201 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.21 |
| HSL | 257.9º | 0.53% | 0.55% | - |
| HSV(B) | 257.9º | 0.62% | 0.79% | - |
| XYZ | 20.14 | 13.1 | 56.73 | - |
| YUV | 102.2 | 183.76 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 77 | 201 | 0.43 | 0.62 | 0 | 0.21 | 257.9 | 0.53 | 0.55 |
| Hex | 72 | 4D | C9 | 2B | 3E | 0 | 15 | 102 | 35 | 37 |
| Octal | 162 | 115 | 311 | 53 | 76 | 0 | 25 | 402 | 65 | 67 |
| Binary | 1110010 | 1001101 | 11001001 | 101011 | 111110 | 0 | 10101 | 100000010 | 110101 | 110111 |
Color Harmonies of #724DC9
Complementary color
Monochromatic Colors of #724DC9
Black with #724DC9
Text Example
Text Example
White with #724DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724DC9; }
p { color: rgb(114,77,201); }
H1.HeaderClassName
{
color: #724DC9;
}
.AnyTagClassName
{
color: #724DC9;
}
</style>
background-color css
<style>
a { background-color: #724DC9; }
a { background-color: rgb(114,77,201); }
div.DivClassName
{
background-color: #724DC9;
}
.BgClassName
{
background-color: #724DC9;
}
</style>
border-color css
<style>
span { border-color: #724DC9; }
span { border-color: rgb(114,77,201); }
td.TdClassName
{
border-color: #724DC9;
}
.TagClassName
{
border-color: #724DC9;
}
</style>