Shades of Slate Blue #724FE3
Tints of Slate Blue #724FE3
RGB
CMYK
RGB Variations
Color information
#724FE3 (or 0x724FE3) is known color: Slate Blue. HEX triplet: 72, 4F and E3. RGB value is (114,79,227). Sum of RGB (Red+Green+Blue) = 114+79+227=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 227 (89.06% from 255 or 54.05% from 420); Max value from RGB is 227 - color contains mainly: blue. Hex color #724FE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724FE3 is #8DB01C. Grayscale: #696969. Windows color (decimal): -9285661 or 14897010. OLE color: 14897010.
HSL color Cylindrical-coordinate representation of color #724FE3: hue angle of 254.19º 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 #724FE3 is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 114 | 79 | 227 | - |
| CMYK | 0.50 | 0.65 | 0 | 0.11 |
| HSL | 254.19º | 0.73% | 0.6% | - |
| HSV(B) | 254.19º | 0.65% | 0.89% | - |
| XYZ | 23.6 | 14.72 | 74.27 | - |
| YUV | 106.34 | 196.1 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 79 | 227 | 0.50 | 0.65 | 0 | 0.11 | 254.19 | 0.73 | 0.6 |
| Hex | 72 | 4F | E3 | 32 | 41 | 0 | B | FE | 49 | 3C |
| Octal | 162 | 117 | 343 | 62 | 101 | 0 | 13 | 376 | 111 | 74 |
| Binary | 1110010 | 1001111 | 11100011 | 110010 | 1000001 | 0 | 1011 | 11111110 | 1001001 | 111100 |
Color Harmonies of #724FE3
Complementary color
Monochromatic Colors of #724FE3
Black with #724FE3
Text Example
Text Example
White with #724FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724FE3; }
p { color: rgb(114,79,227); }
H1.HeaderClassName
{
color: #724FE3;
}
.AnyTagClassName
{
color: #724FE3;
}
</style>
background-color css
<style>
a { background-color: #724FE3; }
a { background-color: rgb(114,79,227); }
div.DivClassName
{
background-color: #724FE3;
}
.BgClassName
{
background-color: #724FE3;
}
</style>
border-color css
<style>
span { border-color: #724FE3; }
span { border-color: rgb(114,79,227); }
td.TdClassName
{
border-color: #724FE3;
}
.TagClassName
{
border-color: #724FE3;
}
</style>