Shades of Slate Blue #8152CB
Tints of Slate Blue #8152CB
RGB
CMYK
RGB Variations
Color information
#8152CB (or 0x8152CB) is known color: Slate Blue. HEX triplet: 81, 52 and CB. RGB value is (129,82,203). Sum of RGB (Red+Green+Blue) = 129+82+203=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #8152CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8152CB is #7EAD34. Grayscale: #6D6D6D. Windows color (decimal): -8301877 or 13324929. OLE color: 13324929.
HSL color Cylindrical-coordinate representation of color #8152CB: hue angle of 263.31º 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 #8152CB is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 82 | 203 | - |
| CMYK | 0.36 | 0.60 | 0 | 0.20 |
| HSL | 263.31º | 0.54% | 0.56% | - |
| HSV(B) | 263.31º | 0.6% | 0.8% | - |
| XYZ | 22.85 | 15.01 | 58.19 | - |
| YUV | 109.85 | 180.57 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 82 | 203 | 0.36 | 0.60 | 0 | 0.20 | 263.31 | 0.54 | 0.56 |
| Hex | 81 | 52 | CB | 24 | 3C | 0 | 14 | 107 | 36 | 38 |
| Octal | 201 | 122 | 313 | 44 | 74 | 0 | 24 | 407 | 66 | 70 |
| Binary | 10000001 | 1010010 | 11001011 | 100100 | 111100 | 0 | 10100 | 100000111 | 110110 | 111000 |
Color Harmonies of #8152CB
Complementary color
Monochromatic Colors of #8152CB
Black with #8152CB
Text Example
Text Example
White with #8152CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8152CB; }
p { color: rgb(129,82,203); }
H1.HeaderClassName
{
color: #8152CB;
}
.AnyTagClassName
{
color: #8152CB;
}
</style>
background-color css
<style>
a { background-color: #8152CB; }
a { background-color: rgb(129,82,203); }
div.DivClassName
{
background-color: #8152CB;
}
.BgClassName
{
background-color: #8152CB;
}
</style>
border-color css
<style>
span { border-color: #8152CB; }
span { border-color: rgb(129,82,203); }
td.TdClassName
{
border-color: #8152CB;
}
.TagClassName
{
border-color: #8152CB;
}
</style>