Shades of Slate Blue #814ECF
Tints of Slate Blue #814ECF
RGB
CMYK
RGB Variations
Color information
#814ECF (or 0x814ECF) is known color: Slate Blue. HEX triplet: 81, 4E and CF. RGB value is (129,78,207). Sum of RGB (Red+Green+Blue) = 129+78+207=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 78 (30.86% from 255 or 18.84% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #814ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814ECF is #7EB130. Grayscale: #6B6B6B. Windows color (decimal): -8302897 or 13586049. OLE color: 13586049.
HSL color Cylindrical-coordinate representation of color #814ECF: hue angle of 263.72º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #814ECF is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 78 | 207 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.19 |
| HSL | 263.72º | 0.57% | 0.56% | - |
| HSV(B) | 263.72º | 0.62% | 0.81% | - |
| XYZ | 23.04 | 14.62 | 60.64 | - |
| YUV | 107.96 | 183.9 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 78 | 207 | 0.38 | 0.62 | 0 | 0.19 | 263.72 | 0.57 | 0.56 |
| Hex | 81 | 4E | CF | 26 | 3E | 0 | 13 | 108 | 39 | 38 |
| Octal | 201 | 116 | 317 | 46 | 76 | 0 | 23 | 410 | 71 | 70 |
| Binary | 10000001 | 1001110 | 11001111 | 100110 | 111110 | 0 | 10011 | 100001000 | 111001 | 111000 |
Color Harmonies of #814ECF
Complementary color
Monochromatic Colors of #814ECF
Black with #814ECF
Text Example
Text Example
White with #814ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814ECF; }
p { color: rgb(129,78,207); }
H1.HeaderClassName
{
color: #814ECF;
}
.AnyTagClassName
{
color: #814ECF;
}
</style>
background-color css
<style>
a { background-color: #814ECF; }
a { background-color: rgb(129,78,207); }
div.DivClassName
{
background-color: #814ECF;
}
.BgClassName
{
background-color: #814ECF;
}
</style>
border-color css
<style>
span { border-color: #814ECF; }
span { border-color: rgb(129,78,207); }
td.TdClassName
{
border-color: #814ECF;
}
.TagClassName
{
border-color: #814ECF;
}
</style>