Shades of Slate Blue #814DDC
Tints of Slate Blue #814DDC
RGB
CMYK
RGB Variations
Color information
#814DDC (or 0x814DDC) is known color: Slate Blue. HEX triplet: 81, 4D and DC. RGB value is (129,77,220). Sum of RGB (Red+Green+Blue) = 129+77+220=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #814DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814DDC is #7EB223. Grayscale: #6C6C6C. Windows color (decimal): -8303140 or 14437761. OLE color: 14437761.
HSL color Cylindrical-coordinate representation of color #814DDC: hue angle of 261.82º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #814DDC is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 77 | 220 | - |
| CMYK | 0.41 | 0.65 | 0 | 0.14 |
| HSL | 261.82º | 0.67% | 0.58% | - |
| HSV(B) | 261.82º | 0.65% | 0.86% | - |
| XYZ | 24.63 | 15.14 | 69.33 | - |
| YUV | 108.85 | 190.73 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 77 | 220 | 0.41 | 0.65 | 0 | 0.14 | 261.82 | 0.67 | 0.58 |
| Hex | 81 | 4D | DC | 29 | 41 | 0 | E | 106 | 43 | 3A |
| Octal | 201 | 115 | 334 | 51 | 101 | 0 | 16 | 406 | 103 | 72 |
| Binary | 10000001 | 1001101 | 11011100 | 101001 | 1000001 | 0 | 1110 | 100000110 | 1000011 | 111010 |
Color Harmonies of #814DDC
Complementary color
Monochromatic Colors of #814DDC
Black with #814DDC
Text Example
Text Example
White with #814DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814DDC; }
p { color: rgb(129,77,220); }
H1.HeaderClassName
{
color: #814DDC;
}
.AnyTagClassName
{
color: #814DDC;
}
</style>
background-color css
<style>
a { background-color: #814DDC; }
a { background-color: rgb(129,77,220); }
div.DivClassName
{
background-color: #814DDC;
}
.BgClassName
{
background-color: #814DDC;
}
</style>
border-color css
<style>
span { border-color: #814DDC; }
span { border-color: rgb(129,77,220); }
td.TdClassName
{
border-color: #814DDC;
}
.TagClassName
{
border-color: #814DDC;
}
</style>