Shades of Slate Blue #724BE4
Tints of Slate Blue #724BE4
RGB
CMYK
RGB Variations
Color information
#724BE4 (or 0x724BE4) is known color: Slate Blue. HEX triplet: 72, 4B and E4. RGB value is (114,75,228). Sum of RGB (Red+Green+Blue) = 114+75+228=417 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.34% from 417); Green value is 75 (29.69% from 255 or 17.99% from 417); Blue value is 228 (89.45% from 255 or 54.68% from 417); Max value from RGB is 228 - color contains mainly: blue. Hex color #724BE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724BE4 is #8DB41B. Grayscale: #676767. Windows color (decimal): -9286684 or 14961522. OLE color: 14961522.
HSL color Cylindrical-coordinate representation of color #724BE4: hue angle of 255.29º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #724BE4 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 114 | 75 | 228 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.11 |
| HSL | 255.29º | 0.74% | 0.59% | - |
| HSV(B) | 255.29º | 0.67% | 0.89% | - |
| XYZ | 23.46 | 14.21 | 74.91 | - |
| YUV | 104.1 | 197.92 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 75 | 228 | 0.50 | 0.67 | 0 | 0.11 | 255.29 | 0.74 | 0.59 |
| Hex | 72 | 4B | E4 | 32 | 43 | 0 | B | FF | 4A | 3B |
| Octal | 162 | 113 | 344 | 62 | 103 | 0 | 13 | 377 | 112 | 73 |
| Binary | 1110010 | 1001011 | 11100100 | 110010 | 1000011 | 0 | 1011 | 11111111 | 1001010 | 111011 |
Color Harmonies of #724BE4
Complementary color
Monochromatic Colors of #724BE4
Black with #724BE4
Text Example
Text Example
White with #724BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724BE4; }
p { color: rgb(114,75,228); }
H1.HeaderClassName
{
color: #724BE4;
}
.AnyTagClassName
{
color: #724BE4;
}
</style>
background-color css
<style>
a { background-color: #724BE4; }
a { background-color: rgb(114,75,228); }
div.DivClassName
{
background-color: #724BE4;
}
.BgClassName
{
background-color: #724BE4;
}
</style>
border-color css
<style>
span { border-color: #724BE4; }
span { border-color: rgb(114,75,228); }
td.TdClassName
{
border-color: #724BE4;
}
.TagClassName
{
border-color: #724BE4;
}
</style>