Shades of Slate Blue #814ED0
Tints of Slate Blue #814ED0
RGB
CMYK
RGB Variations
Color information
#814ED0 (or 0x814ED0) is known color: Slate Blue. HEX triplet: 81, 4E and D0. RGB value is (129,78,208). Sum of RGB (Red+Green+Blue) = 129+78+208=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 208 (81.64% from 255 or 50.12% from 415); Max value from RGB is 208 - color contains mainly: blue. Hex color #814ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814ED0 is #7EB12F. Grayscale: #6B6B6B. Windows color (decimal): -8302896 or 13651585. OLE color: 13651585.
HSL color Cylindrical-coordinate representation of color #814ED0: hue angle of 263.54º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #814ED0 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 78 | 208 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.18 |
| HSL | 263.54º | 0.58% | 0.56% | - |
| HSV(B) | 263.54º | 0.63% | 0.82% | - |
| XYZ | 23.16 | 14.67 | 61.29 | - |
| YUV | 108.07 | 184.4 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 78 | 208 | 0.38 | 0.62 | 0 | 0.18 | 263.54 | 0.58 | 0.56 |
| Hex | 81 | 4E | D0 | 26 | 3E | 0 | 12 | 108 | 3A | 38 |
| Octal | 201 | 116 | 320 | 46 | 76 | 0 | 22 | 410 | 72 | 70 |
| Binary | 10000001 | 1001110 | 11010000 | 100110 | 111110 | 0 | 10010 | 100001000 | 111010 | 111000 |
Color Harmonies of #814ED0
Complementary color
Monochromatic Colors of #814ED0
Black with #814ED0
Text Example
Text Example
White with #814ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814ED0; }
p { color: rgb(129,78,208); }
H1.HeaderClassName
{
color: #814ED0;
}
.AnyTagClassName
{
color: #814ED0;
}
</style>
background-color css
<style>
a { background-color: #814ED0; }
a { background-color: rgb(129,78,208); }
div.DivClassName
{
background-color: #814ED0;
}
.BgClassName
{
background-color: #814ED0;
}
</style>
border-color css
<style>
span { border-color: #814ED0; }
span { border-color: rgb(129,78,208); }
td.TdClassName
{
border-color: #814ED0;
}
.TagClassName
{
border-color: #814ED0;
}
</style>