Shades of Slate Blue #724EC0
Tints of Slate Blue #724EC0
RGB
CMYK
RGB Variations
Color information
#724EC0 (or 0x724EC0) is known color: Slate Blue. HEX triplet: 72, 4E and C0. RGB value is (114,78,192). Sum of RGB (Red+Green+Blue) = 114+78+192=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 192 (75.39% from 255 or 50% from 384); Max value from RGB is 192 - color contains mainly: blue. Hex color #724EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724EC0 is #8DB13F. Grayscale: #656565. Windows color (decimal): -9285952 or 12602994. OLE color: 12602994.
HSL color Cylindrical-coordinate representation of color #724EC0: hue angle of 258.95º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #724EC0 is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 78 | 192 | - |
| CMYK | 0.41 | 0.59 | 0 | 0.25 |
| HSL | 258.95º | 0.48% | 0.53% | - |
| HSV(B) | 258.95º | 0.59% | 0.75% | - |
| XYZ | 19.18 | 12.83 | 51.34 | - |
| YUV | 101.76 | 178.93 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 192 | 0.41 | 0.59 | 0 | 0.25 | 258.95 | 0.48 | 0.53 |
| Hex | 72 | 4E | C0 | 29 | 3B | 0 | 19 | 103 | 30 | 35 |
| Octal | 162 | 116 | 300 | 51 | 73 | 0 | 31 | 403 | 60 | 65 |
| Binary | 1110010 | 1001110 | 11000000 | 101001 | 111011 | 0 | 11001 | 100000011 | 110000 | 110101 |
Color Harmonies of #724EC0
Complementary color
Monochromatic Colors of #724EC0
Black with #724EC0
Text Example
Text Example
White with #724EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724EC0; }
p { color: rgb(114,78,192); }
H1.HeaderClassName
{
color: #724EC0;
}
.AnyTagClassName
{
color: #724EC0;
}
</style>
background-color css
<style>
a { background-color: #724EC0; }
a { background-color: rgb(114,78,192); }
div.DivClassName
{
background-color: #724EC0;
}
.BgClassName
{
background-color: #724EC0;
}
</style>
border-color css
<style>
span { border-color: #724EC0; }
span { border-color: rgb(114,78,192); }
td.TdClassName
{
border-color: #724EC0;
}
.TagClassName
{
border-color: #724EC0;
}
</style>