Shades of Slate Blue #724EC7
Tints of Slate Blue #724EC7
RGB
CMYK
RGB Variations
Color information
#724EC7 (or 0x724EC7) is known color: Slate Blue. HEX triplet: 72, 4E and C7. RGB value is (114,78,199). Sum of RGB (Red+Green+Blue) = 114+78+199=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 199 (78.12% from 255 or 50.90% from 391); Max value from RGB is 199 - color contains mainly: blue. Hex color #724EC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724EC7 is #8DB138. Grayscale: #666666. Windows color (decimal): -9285945 or 13061746. OLE color: 13061746.
HSL color Cylindrical-coordinate representation of color #724EC7: hue angle of 257.85º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #724EC7 is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 78 | 199 | - |
| CMYK | 0.43 | 0.61 | 0 | 0.22 |
| HSL | 257.85º | 0.52% | 0.54% | - |
| HSV(B) | 257.85º | 0.61% | 0.78% | - |
| XYZ | 19.97 | 13.15 | 55.52 | - |
| YUV | 102.56 | 182.43 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 199 | 0.43 | 0.61 | 0 | 0.22 | 257.85 | 0.52 | 0.54 |
| Hex | 72 | 4E | C7 | 2B | 3D | 0 | 16 | 102 | 34 | 36 |
| Octal | 162 | 116 | 307 | 53 | 75 | 0 | 26 | 402 | 64 | 66 |
| Binary | 1110010 | 1001110 | 11000111 | 101011 | 111101 | 0 | 10110 | 100000010 | 110100 | 110110 |
Color Harmonies of #724EC7
Complementary color
Monochromatic Colors of #724EC7
Black with #724EC7
Text Example
Text Example
White with #724EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724EC7; }
p { color: rgb(114,78,199); }
H1.HeaderClassName
{
color: #724EC7;
}
.AnyTagClassName
{
color: #724EC7;
}
</style>
background-color css
<style>
a { background-color: #724EC7; }
a { background-color: rgb(114,78,199); }
div.DivClassName
{
background-color: #724EC7;
}
.BgClassName
{
background-color: #724EC7;
}
</style>
border-color css
<style>
span { border-color: #724EC7; }
span { border-color: rgb(114,78,199); }
td.TdClassName
{
border-color: #724EC7;
}
.TagClassName
{
border-color: #724EC7;
}
</style>