Shades of Slate Blue #724ECE
Tints of Slate Blue #724ECE
RGB
CMYK
RGB Variations
Color information
#724ECE (or 0x724ECE) is known color: Slate Blue. HEX triplet: 72, 4E and CE. RGB value is (114,78,206). Sum of RGB (Red+Green+Blue) = 114+78+206=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #724ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724ECE is #8DB131. Grayscale: #666666. Windows color (decimal): -9285938 or 13520498. OLE color: 13520498.
HSL color Cylindrical-coordinate representation of color #724ECE: hue angle of 256.88º degrees, saturation: 0.57, 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 #724ECE is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 78 | 206 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.19 |
| HSL | 256.88º | 0.57% | 0.56% | - |
| HSV(B) | 256.88º | 0.62% | 0.81% | - |
| XYZ | 20.8 | 13.48 | 59.9 | - |
| YUV | 103.36 | 185.93 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 206 | 0.45 | 0.62 | 0 | 0.19 | 256.88 | 0.57 | 0.56 |
| Hex | 72 | 4E | CE | 2D | 3E | 0 | 13 | 101 | 39 | 38 |
| Octal | 162 | 116 | 316 | 55 | 76 | 0 | 23 | 401 | 71 | 70 |
| Binary | 1110010 | 1001110 | 11001110 | 101101 | 111110 | 0 | 10011 | 100000001 | 111001 | 111000 |
Color Harmonies of #724ECE
Complementary color
Monochromatic Colors of #724ECE
Black with #724ECE
Text Example
Text Example
White with #724ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724ECE; }
p { color: rgb(114,78,206); }
H1.HeaderClassName
{
color: #724ECE;
}
.AnyTagClassName
{
color: #724ECE;
}
</style>
background-color css
<style>
a { background-color: #724ECE; }
a { background-color: rgb(114,78,206); }
div.DivClassName
{
background-color: #724ECE;
}
.BgClassName
{
background-color: #724ECE;
}
</style>
border-color css
<style>
span { border-color: #724ECE; }
span { border-color: rgb(114,78,206); }
td.TdClassName
{
border-color: #724ECE;
}
.TagClassName
{
border-color: #724ECE;
}
</style>