Shades of Slate Blue #724CCC
Tints of Slate Blue #724CCC
RGB
CMYK
RGB Variations
Color information
#724CCC (or 0x724CCC) is known color: Slate Blue. HEX triplet: 72, 4C and CC. RGB value is (114,76,204). Sum of RGB (Red+Green+Blue) = 114+76+204=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 76 (30.08% from 255 or 19.29% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #724CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724CCC is #8DB333. Grayscale: #656565. Windows color (decimal): -9286452 or 13388914. OLE color: 13388914.
HSL color Cylindrical-coordinate representation of color #724CCC: hue angle of 257.81º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #724CCC is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 114 | 76 | 204 | - |
| CMYK | 0.44 | 0.63 | 0 | 0.2 |
| HSL | 257.81º | 0.56% | 0.55% | - |
| HSV(B) | 257.81º | 0.63% | 0.8% | - |
| XYZ | 20.42 | 13.11 | 58.58 | - |
| YUV | 101.95 | 185.59 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 76 | 204 | 0.44 | 0.63 | 0 | 0.2 | 257.81 | 0.56 | 0.55 |
| Hex | 72 | 4C | CC | 2C | 3F | 0 | 14 | 102 | 38 | 37 |
| Octal | 162 | 114 | 314 | 54 | 77 | 0 | 24 | 402 | 70 | 67 |
| Binary | 1110010 | 1001100 | 11001100 | 101100 | 111111 | 0 | 10100 | 100000010 | 111000 | 110111 |
Color Harmonies of #724CCC
Complementary color
Monochromatic Colors of #724CCC
Black with #724CCC
Text Example
Text Example
White with #724CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724CCC; }
p { color: rgb(114,76,204); }
H1.HeaderClassName
{
color: #724CCC;
}
.AnyTagClassName
{
color: #724CCC;
}
</style>
background-color css
<style>
a { background-color: #724CCC; }
a { background-color: rgb(114,76,204); }
div.DivClassName
{
background-color: #724CCC;
}
.BgClassName
{
background-color: #724CCC;
}
</style>
border-color css
<style>
span { border-color: #724CCC; }
span { border-color: rgb(114,76,204); }
td.TdClassName
{
border-color: #724CCC;
}
.TagClassName
{
border-color: #724CCC;
}
</style>