Shades of Slate Blue #724CDC
Tints of Slate Blue #724CDC
RGB
CMYK
RGB Variations
Color information
#724CDC (or 0x724CDC) is known color: Slate Blue. HEX triplet: 72, 4C and DC. RGB value is (114,76,220). Sum of RGB (Red+Green+Blue) = 114+76+220=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #724CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724CDC is #8DB323. Grayscale: #676767. Windows color (decimal): -9286436 or 14437490. OLE color: 14437490.
HSL color Cylindrical-coordinate representation of color #724CDC: hue angle of 255.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #724CDC is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 76 | 220 | - |
| CMYK | 0.48 | 0.65 | 0 | 0.14 |
| HSL | 255.83º | 0.67% | 0.58% | - |
| HSV(B) | 255.83º | 0.65% | 0.86% | - |
| XYZ | 22.44 | 13.91 | 69.21 | - |
| YUV | 103.78 | 193.59 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 76 | 220 | 0.48 | 0.65 | 0 | 0.14 | 255.83 | 0.67 | 0.58 |
| Hex | 72 | 4C | DC | 30 | 41 | 0 | E | 100 | 43 | 3A |
| Octal | 162 | 114 | 334 | 60 | 101 | 0 | 16 | 400 | 103 | 72 |
| Binary | 1110010 | 1001100 | 11011100 | 110000 | 1000001 | 0 | 1110 | 100000000 | 1000011 | 111010 |
Color Harmonies of #724CDC
Complementary color
Monochromatic Colors of #724CDC
Black with #724CDC
Text Example
Text Example
White with #724CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724CDC; }
p { color: rgb(114,76,220); }
H1.HeaderClassName
{
color: #724CDC;
}
.AnyTagClassName
{
color: #724CDC;
}
</style>
background-color css
<style>
a { background-color: #724CDC; }
a { background-color: rgb(114,76,220); }
div.DivClassName
{
background-color: #724CDC;
}
.BgClassName
{
background-color: #724CDC;
}
</style>
border-color css
<style>
span { border-color: #724CDC; }
span { border-color: rgb(114,76,220); }
td.TdClassName
{
border-color: #724CDC;
}
.TagClassName
{
border-color: #724CDC;
}
</style>