Shades of Slate Blue #814ED4
Tints of Slate Blue #814ED4
RGB
CMYK
RGB Variations
Color information
#814ED4 (or 0x814ED4) is known color: Slate Blue. HEX triplet: 81, 4E and D4. RGB value is (129,78,212). Sum of RGB (Red+Green+Blue) = 129+78+212=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 212 (83.20% from 255 or 50.60% from 419); Max value from RGB is 212 - color contains mainly: blue. Hex color #814ED4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814ED4 is #7EB12B. Grayscale: #6C6C6C. Windows color (decimal): -8302892 or 13913729. OLE color: 13913729.
HSL color Cylindrical-coordinate representation of color #814ED4: hue angle of 262.84º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #814ED4 is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 78 | 212 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.17 |
| HSL | 262.84º | 0.61% | 0.57% | - |
| HSV(B) | 262.84º | 0.63% | 0.83% | - |
| XYZ | 23.66 | 14.87 | 63.91 | - |
| YUV | 108.53 | 186.4 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 78 | 212 | 0.39 | 0.63 | 0 | 0.17 | 262.84 | 0.61 | 0.57 |
| Hex | 81 | 4E | D4 | 27 | 3F | 0 | 11 | 107 | 3D | 39 |
| Octal | 201 | 116 | 324 | 47 | 77 | 0 | 21 | 407 | 75 | 71 |
| Binary | 10000001 | 1001110 | 11010100 | 100111 | 111111 | 0 | 10001 | 100000111 | 111101 | 111001 |
Color Harmonies of #814ED4
Complementary color
Monochromatic Colors of #814ED4
Black with #814ED4
Text Example
Text Example
White with #814ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814ED4; }
p { color: rgb(129,78,212); }
H1.HeaderClassName
{
color: #814ED4;
}
.AnyTagClassName
{
color: #814ED4;
}
</style>
background-color css
<style>
a { background-color: #814ED4; }
a { background-color: rgb(129,78,212); }
div.DivClassName
{
background-color: #814ED4;
}
.BgClassName
{
background-color: #814ED4;
}
</style>
border-color css
<style>
span { border-color: #814ED4; }
span { border-color: rgb(129,78,212); }
td.TdClassName
{
border-color: #814ED4;
}
.TagClassName
{
border-color: #814ED4;
}
</style>