Shades of Slate Blue #814ECC
Tints of Slate Blue #814ECC
RGB
CMYK
RGB Variations
Color information
#814ECC (or 0x814ECC) is known color: Slate Blue. HEX triplet: 81, 4E and CC. RGB value is (129,78,204). Sum of RGB (Red+Green+Blue) = 129+78+204=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #814ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814ECC is #7EB133. Grayscale: #6B6B6B. Windows color (decimal): -8302900 or 13389441. OLE color: 13389441.
HSL color Cylindrical-coordinate representation of color #814ECC: hue angle of 264.29º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #814ECC is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 78 | 204 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.2 |
| HSL | 264.29º | 0.55% | 0.55% | - |
| HSV(B) | 264.29º | 0.62% | 0.8% | - |
| XYZ | 22.68 | 14.48 | 58.73 | - |
| YUV | 107.61 | 182.4 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 78 | 204 | 0.37 | 0.62 | 0 | 0.2 | 264.29 | 0.55 | 0.55 |
| Hex | 81 | 4E | CC | 25 | 3E | 0 | 14 | 108 | 37 | 37 |
| Octal | 201 | 116 | 314 | 45 | 76 | 0 | 24 | 410 | 67 | 67 |
| Binary | 10000001 | 1001110 | 11001100 | 100101 | 111110 | 0 | 10100 | 100001000 | 110111 | 110111 |
Color Harmonies of #814ECC
Complementary color
Monochromatic Colors of #814ECC
Black with #814ECC
Text Example
Text Example
White with #814ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814ECC; }
p { color: rgb(129,78,204); }
H1.HeaderClassName
{
color: #814ECC;
}
.AnyTagClassName
{
color: #814ECC;
}
</style>
background-color css
<style>
a { background-color: #814ECC; }
a { background-color: rgb(129,78,204); }
div.DivClassName
{
background-color: #814ECC;
}
.BgClassName
{
background-color: #814ECC;
}
</style>
border-color css
<style>
span { border-color: #814ECC; }
span { border-color: rgb(129,78,204); }
td.TdClassName
{
border-color: #814ECC;
}
.TagClassName
{
border-color: #814ECC;
}
</style>