Shades of Slate Blue #814BCB
Tints of Slate Blue #814BCB
RGB
CMYK
RGB Variations
Color information
#814BCB (or 0x814BCB) is known color: Slate Blue. HEX triplet: 81, 4B and CB. RGB value is (129,75,203). Sum of RGB (Red+Green+Blue) = 129+75+203=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 75 (29.69% from 255 or 18.43% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #814BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814BCB is #7EB434. Grayscale: #696969. Windows color (decimal): -8303669 or 13323137. OLE color: 13323137.
HSL color Cylindrical-coordinate representation of color #814BCB: hue angle of 265.31º degrees, saturation: 0.55, 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 #814BCB is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 75 | 203 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.20 |
| HSL | 265.31º | 0.55% | 0.55% | - |
| HSV(B) | 265.31º | 0.63% | 0.8% | - |
| XYZ | 22.35 | 14.01 | 58.03 | - |
| YUV | 105.74 | 182.89 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 75 | 203 | 0.36 | 0.63 | 0 | 0.20 | 265.31 | 0.55 | 0.55 |
| Hex | 81 | 4B | CB | 24 | 3F | 0 | 14 | 109 | 37 | 37 |
| Octal | 201 | 113 | 313 | 44 | 77 | 0 | 24 | 411 | 67 | 67 |
| Binary | 10000001 | 1001011 | 11001011 | 100100 | 111111 | 0 | 10100 | 100001001 | 110111 | 110111 |
Color Harmonies of #814BCB
Complementary color
Monochromatic Colors of #814BCB
Black with #814BCB
Text Example
Text Example
White with #814BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814BCB; }
p { color: rgb(129,75,203); }
H1.HeaderClassName
{
color: #814BCB;
}
.AnyTagClassName
{
color: #814BCB;
}
</style>
background-color css
<style>
a { background-color: #814BCB; }
a { background-color: rgb(129,75,203); }
div.DivClassName
{
background-color: #814BCB;
}
.BgClassName
{
background-color: #814BCB;
}
</style>
border-color css
<style>
span { border-color: #814BCB; }
span { border-color: rgb(129,75,203); }
td.TdClassName
{
border-color: #814BCB;
}
.TagClassName
{
border-color: #814BCB;
}
</style>