Shades of Slate Blue #814CCF
Tints of Slate Blue #814CCF
RGB
CMYK
RGB Variations
Color information
#814CCF (or 0x814CCF) is known color: Slate Blue. HEX triplet: 81, 4C and CF. RGB value is (129,76,207). Sum of RGB (Red+Green+Blue) = 129+76+207=412 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.31% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #814CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814CCF is #7EB330. Grayscale: #6A6A6A. Windows color (decimal): -8303409 or 13585537. OLE color: 13585537.
HSL color Cylindrical-coordinate representation of color #814CCF: hue angle of 264.27º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #814CCF is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 76 | 207 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.19 |
| HSL | 264.27º | 0.58% | 0.55% | - |
| HSV(B) | 264.27º | 0.63% | 0.81% | - |
| XYZ | 22.9 | 14.34 | 60.59 | - |
| YUV | 106.78 | 184.56 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 76 | 207 | 0.38 | 0.63 | 0 | 0.19 | 264.27 | 0.58 | 0.55 |
| Hex | 81 | 4C | CF | 26 | 3F | 0 | 13 | 108 | 3A | 37 |
| Octal | 201 | 114 | 317 | 46 | 77 | 0 | 23 | 410 | 72 | 67 |
| Binary | 10000001 | 1001100 | 11001111 | 100110 | 111111 | 0 | 10011 | 100001000 | 111010 | 110111 |
Color Harmonies of #814CCF
Complementary color
Monochromatic Colors of #814CCF
Black with #814CCF
Text Example
Text Example
White with #814CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814CCF; }
p { color: rgb(129,76,207); }
H1.HeaderClassName
{
color: #814CCF;
}
.AnyTagClassName
{
color: #814CCF;
}
</style>
background-color css
<style>
a { background-color: #814CCF; }
a { background-color: rgb(129,76,207); }
div.DivClassName
{
background-color: #814CCF;
}
.BgClassName
{
background-color: #814CCF;
}
</style>
border-color css
<style>
span { border-color: #814CCF; }
span { border-color: rgb(129,76,207); }
td.TdClassName
{
border-color: #814CCF;
}
.TagClassName
{
border-color: #814CCF;
}
</style>