Shades of Slate Blue #8151CB
Tints of Slate Blue #8151CB
RGB
CMYK
RGB Variations
Color information
#8151CB (or 0x8151CB) is known color: Slate Blue. HEX triplet: 81, 51 and CB. RGB value is (129,81,203). Sum of RGB (Red+Green+Blue) = 129+81+203=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #8151CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8151CB is #7EAE34. Grayscale: #6C6C6C. Windows color (decimal): -8302133 or 13324673. OLE color: 13324673.
HSL color Cylindrical-coordinate representation of color #8151CB: hue angle of 263.61º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8151CB is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 81 | 203 | - |
| CMYK | 0.36 | 0.60 | 0 | 0.20 |
| HSL | 263.61º | 0.54% | 0.56% | - |
| HSV(B) | 263.61º | 0.6% | 0.8% | - |
| XYZ | 22.78 | 14.86 | 58.17 | - |
| YUV | 109.26 | 180.9 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 81 | 203 | 0.36 | 0.60 | 0 | 0.20 | 263.61 | 0.54 | 0.56 |
| Hex | 81 | 51 | CB | 24 | 3C | 0 | 14 | 108 | 36 | 38 |
| Octal | 201 | 121 | 313 | 44 | 74 | 0 | 24 | 410 | 66 | 70 |
| Binary | 10000001 | 1010001 | 11001011 | 100100 | 111100 | 0 | 10100 | 100001000 | 110110 | 111000 |
Color Harmonies of #8151CB
Complementary color
Monochromatic Colors of #8151CB
Black with #8151CB
Text Example
Text Example
White with #8151CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8151CB; }
p { color: rgb(129,81,203); }
H1.HeaderClassName
{
color: #8151CB;
}
.AnyTagClassName
{
color: #8151CB;
}
</style>
background-color css
<style>
a { background-color: #8151CB; }
a { background-color: rgb(129,81,203); }
div.DivClassName
{
background-color: #8151CB;
}
.BgClassName
{
background-color: #8151CB;
}
</style>
border-color css
<style>
span { border-color: #8151CB; }
span { border-color: rgb(129,81,203); }
td.TdClassName
{
border-color: #8151CB;
}
.TagClassName
{
border-color: #8151CB;
}
</style>