Shades of Slate Blue #724FD1
Tints of Slate Blue #724FD1
RGB
CMYK
RGB Variations
Color information
#724FD1 (or 0x724FD1) is known color: Slate Blue. HEX triplet: 72, 4F and D1. RGB value is (114,79,209). Sum of RGB (Red+Green+Blue) = 114+79+209=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 209 (82.03% from 255 or 51.99% from 402); Max value from RGB is 209 - color contains mainly: blue. Hex color #724FD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724FD1 is #8DB02E. Grayscale: #676767. Windows color (decimal): -9285679 or 13717362. OLE color: 13717362.
HSL color Cylindrical-coordinate representation of color #724FD1: hue angle of 256.15º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #724FD1 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 79 | 209 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.18 |
| HSL | 256.15º | 0.59% | 0.56% | - |
| HSV(B) | 256.15º | 0.62% | 0.82% | - |
| XYZ | 21.24 | 13.77 | 61.86 | - |
| YUV | 104.29 | 187.1 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 79 | 209 | 0.45 | 0.62 | 0 | 0.18 | 256.15 | 0.59 | 0.56 |
| Hex | 72 | 4F | D1 | 2D | 3E | 0 | 12 | 100 | 3B | 38 |
| Octal | 162 | 117 | 321 | 55 | 76 | 0 | 22 | 400 | 73 | 70 |
| Binary | 1110010 | 1001111 | 11010001 | 101101 | 111110 | 0 | 10010 | 100000000 | 111011 | 111000 |
Color Harmonies of #724FD1
Complementary color
Monochromatic Colors of #724FD1
Black with #724FD1
Text Example
Text Example
White with #724FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724FD1; }
p { color: rgb(114,79,209); }
H1.HeaderClassName
{
color: #724FD1;
}
.AnyTagClassName
{
color: #724FD1;
}
</style>
background-color css
<style>
a { background-color: #724FD1; }
a { background-color: rgb(114,79,209); }
div.DivClassName
{
background-color: #724FD1;
}
.BgClassName
{
background-color: #724FD1;
}
</style>
border-color css
<style>
span { border-color: #724FD1; }
span { border-color: rgb(114,79,209); }
td.TdClassName
{
border-color: #724FD1;
}
.TagClassName
{
border-color: #724FD1;
}
</style>