Shades of Slate Blue #724EC5
Tints of Slate Blue #724EC5
RGB
CMYK
RGB Variations
Color information
#724EC5 (or 0x724EC5) is known color: Slate Blue. HEX triplet: 72, 4E and C5. RGB value is (114,78,197). Sum of RGB (Red+Green+Blue) = 114+78+197=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 197 (77.34% from 255 or 50.64% from 389); Max value from RGB is 197 - color contains mainly: blue. Hex color #724EC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724EC5 is #8DB13A. Grayscale: #656565. Windows color (decimal): -9285947 or 12930674. OLE color: 12930674.
HSL color Cylindrical-coordinate representation of color #724EC5: hue angle of 258.15º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #724EC5 is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 78 | 197 | - |
| CMYK | 0.42 | 0.60 | 0 | 0.23 |
| HSL | 258.15º | 0.51% | 0.54% | - |
| HSV(B) | 258.15º | 0.6% | 0.77% | - |
| XYZ | 19.74 | 13.06 | 54.3 | - |
| YUV | 102.33 | 181.43 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 197 | 0.42 | 0.60 | 0 | 0.23 | 258.15 | 0.51 | 0.54 |
| Hex | 72 | 4E | C5 | 2A | 3C | 0 | 17 | 102 | 33 | 36 |
| Octal | 162 | 116 | 305 | 52 | 74 | 0 | 27 | 402 | 63 | 66 |
| Binary | 1110010 | 1001110 | 11000101 | 101010 | 111100 | 0 | 10111 | 100000010 | 110011 | 110110 |
Color Harmonies of #724EC5
Complementary color
Monochromatic Colors of #724EC5
Black with #724EC5
Text Example
Text Example
White with #724EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724EC5; }
p { color: rgb(114,78,197); }
H1.HeaderClassName
{
color: #724EC5;
}
.AnyTagClassName
{
color: #724EC5;
}
</style>
background-color css
<style>
a { background-color: #724EC5; }
a { background-color: rgb(114,78,197); }
div.DivClassName
{
background-color: #724EC5;
}
.BgClassName
{
background-color: #724EC5;
}
</style>
border-color css
<style>
span { border-color: #724EC5; }
span { border-color: rgb(114,78,197); }
td.TdClassName
{
border-color: #724EC5;
}
.TagClassName
{
border-color: #724EC5;
}
</style>