Shades of Slate Blue #724FCD
Tints of Slate Blue #724FCD
RGB
CMYK
RGB Variations
Color information
#724FCD (or 0x724FCD) is known color: Slate Blue. HEX triplet: 72, 4F and CD. RGB value is (114,79,205). Sum of RGB (Red+Green+Blue) = 114+79+205=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 79 (31.25% from 255 or 19.85% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #724FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724FCD is #8DB032. Grayscale: #676767. Windows color (decimal): -9285683 or 13455218. OLE color: 13455218.
HSL color Cylindrical-coordinate representation of color #724FCD: hue angle of 256.67º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #724FCD is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 79 | 205 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.20 |
| HSL | 256.67º | 0.56% | 0.56% | - |
| HSV(B) | 256.67º | 0.61% | 0.8% | - |
| XYZ | 20.75 | 13.58 | 59.28 | - |
| YUV | 103.83 | 185.1 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 79 | 205 | 0.44 | 0.61 | 0 | 0.20 | 256.67 | 0.56 | 0.56 |
| Hex | 72 | 4F | CD | 2C | 3D | 0 | 14 | 101 | 38 | 38 |
| Octal | 162 | 117 | 315 | 54 | 75 | 0 | 24 | 401 | 70 | 70 |
| Binary | 1110010 | 1001111 | 11001101 | 101100 | 111101 | 0 | 10100 | 100000001 | 111000 | 111000 |
Color Harmonies of #724FCD
Complementary color
Monochromatic Colors of #724FCD
Black with #724FCD
Text Example
Text Example
White with #724FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724FCD; }
p { color: rgb(114,79,205); }
H1.HeaderClassName
{
color: #724FCD;
}
.AnyTagClassName
{
color: #724FCD;
}
</style>
background-color css
<style>
a { background-color: #724FCD; }
a { background-color: rgb(114,79,205); }
div.DivClassName
{
background-color: #724FCD;
}
.BgClassName
{
background-color: #724FCD;
}
</style>
border-color css
<style>
span { border-color: #724FCD; }
span { border-color: rgb(114,79,205); }
td.TdClassName
{
border-color: #724FCD;
}
.TagClassName
{
border-color: #724FCD;
}
</style>