Shades of Slate Blue #724BE1
Tints of Slate Blue #724BE1
RGB
CMYK
RGB Variations
Color information
#724BE1 (or 0x724BE1) is known color: Slate Blue. HEX triplet: 72, 4B and E1. RGB value is (114,75,225). Sum of RGB (Red+Green+Blue) = 114+75+225=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 225 (88.28% from 255 or 54.35% from 414); Max value from RGB is 225 - color contains mainly: blue. Hex color #724BE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724BE1 is #8DB41E. Grayscale: #676767. Windows color (decimal): -9286687 or 14764914. OLE color: 14764914.
HSL color Cylindrical-coordinate representation of color #724BE1: hue angle of 255.6º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #724BE1 is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 75 | 225 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.12 |
| HSL | 255.6º | 0.71% | 0.59% | - |
| HSV(B) | 255.6º | 0.67% | 0.88% | - |
| XYZ | 23.05 | 14.05 | 72.73 | - |
| YUV | 103.76 | 196.42 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 75 | 225 | 0.49 | 0.67 | 0 | 0.12 | 255.6 | 0.71 | 0.59 |
| Hex | 72 | 4B | E1 | 31 | 43 | 0 | C | 100 | 47 | 3B |
| Octal | 162 | 113 | 341 | 61 | 103 | 0 | 14 | 400 | 107 | 73 |
| Binary | 1110010 | 1001011 | 11100001 | 110001 | 1000011 | 0 | 1100 | 100000000 | 1000111 | 111011 |
Color Harmonies of #724BE1
Complementary color
Monochromatic Colors of #724BE1
Black with #724BE1
Text Example
Text Example
White with #724BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724BE1; }
p { color: rgb(114,75,225); }
H1.HeaderClassName
{
color: #724BE1;
}
.AnyTagClassName
{
color: #724BE1;
}
</style>
background-color css
<style>
a { background-color: #724BE1; }
a { background-color: rgb(114,75,225); }
div.DivClassName
{
background-color: #724BE1;
}
.BgClassName
{
background-color: #724BE1;
}
</style>
border-color css
<style>
span { border-color: #724BE1; }
span { border-color: rgb(114,75,225); }
td.TdClassName
{
border-color: #724BE1;
}
.TagClassName
{
border-color: #724BE1;
}
</style>