Shades of Slate Blue #724FE4
Tints of Slate Blue #724FE4
RGB
CMYK
RGB Variations
Color information
#724FE4 (or 0x724FE4) is known color: Slate Blue. HEX triplet: 72, 4F and E4. RGB value is (114,79,228). Sum of RGB (Red+Green+Blue) = 114+79+228=421 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.08% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 228 (89.45% from 255 or 54.16% from 421); Max value from RGB is 228 - color contains mainly: blue. Hex color #724FE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724FE4 is #8DB01B. Grayscale: #696969. Windows color (decimal): -9285660 or 14962546. OLE color: 14962546.
HSL color Cylindrical-coordinate representation of color #724FE4: hue angle of 254.09º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #724FE4 is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 114 | 79 | 228 | - |
| CMYK | 0.50 | 0.65 | 0 | 0.11 |
| HSL | 254.09º | 0.73% | 0.6% | - |
| HSV(B) | 254.09º | 0.65% | 0.89% | - |
| XYZ | 23.74 | 14.77 | 75 | - |
| YUV | 106.45 | 196.6 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 79 | 228 | 0.50 | 0.65 | 0 | 0.11 | 254.09 | 0.73 | 0.6 |
| Hex | 72 | 4F | E4 | 32 | 41 | 0 | B | FE | 49 | 3C |
| Octal | 162 | 117 | 344 | 62 | 101 | 0 | 13 | 376 | 111 | 74 |
| Binary | 1110010 | 1001111 | 11100100 | 110010 | 1000001 | 0 | 1011 | 11111110 | 1001001 | 111100 |
Color Harmonies of #724FE4
Complementary color
Monochromatic Colors of #724FE4
Black with #724FE4
Text Example
Text Example
White with #724FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724FE4; }
p { color: rgb(114,79,228); }
H1.HeaderClassName
{
color: #724FE4;
}
.AnyTagClassName
{
color: #724FE4;
}
</style>
background-color css
<style>
a { background-color: #724FE4; }
a { background-color: rgb(114,79,228); }
div.DivClassName
{
background-color: #724FE4;
}
.BgClassName
{
background-color: #724FE4;
}
</style>
border-color css
<style>
span { border-color: #724FE4; }
span { border-color: rgb(114,79,228); }
td.TdClassName
{
border-color: #724FE4;
}
.TagClassName
{
border-color: #724FE4;
}
</style>