Shades of Slate Blue #814BCD
Tints of Slate Blue #814BCD
RGB
CMYK
RGB Variations
Color information
#814BCD (or 0x814BCD) is known color: Slate Blue. HEX triplet: 81, 4B and CD. RGB value is (129,75,205). Sum of RGB (Red+Green+Blue) = 129+75+205=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #814BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814BCD is #7EB432. Grayscale: #696969. Windows color (decimal): -8303667 or 13454209. OLE color: 13454209.
HSL color Cylindrical-coordinate representation of color #814BCD: hue angle of 264.92º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #814BCD is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 75 | 205 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.20 |
| HSL | 264.92º | 0.57% | 0.55% | - |
| HSV(B) | 264.92º | 0.63% | 0.8% | - |
| XYZ | 22.59 | 14.11 | 59.29 | - |
| YUV | 105.97 | 183.89 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 75 | 205 | 0.37 | 0.63 | 0 | 0.20 | 264.92 | 0.57 | 0.55 |
| Hex | 81 | 4B | CD | 25 | 3F | 0 | 14 | 109 | 39 | 37 |
| Octal | 201 | 113 | 315 | 45 | 77 | 0 | 24 | 411 | 71 | 67 |
| Binary | 10000001 | 1001011 | 11001101 | 100101 | 111111 | 0 | 10100 | 100001001 | 111001 | 110111 |
Color Harmonies of #814BCD
Complementary color
Monochromatic Colors of #814BCD
Black with #814BCD
Text Example
Text Example
White with #814BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814BCD; }
p { color: rgb(129,75,205); }
H1.HeaderClassName
{
color: #814BCD;
}
.AnyTagClassName
{
color: #814BCD;
}
</style>
background-color css
<style>
a { background-color: #814BCD; }
a { background-color: rgb(129,75,205); }
div.DivClassName
{
background-color: #814BCD;
}
.BgClassName
{
background-color: #814BCD;
}
</style>
border-color css
<style>
span { border-color: #814BCD; }
span { border-color: rgb(129,75,205); }
td.TdClassName
{
border-color: #814BCD;
}
.TagClassName
{
border-color: #814BCD;
}
</style>