Shades of Slate Blue #8155CE
Tints of Slate Blue #8155CE
RGB
CMYK
RGB Variations
Color information
#8155CE (or 0x8155CE) is known color: Slate Blue. HEX triplet: 81, 55 and CE. RGB value is (129,85,206). Sum of RGB (Red+Green+Blue) = 129+85+206=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #8155CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8155CE is #7EAA31. Grayscale: #6F6F6F. Windows color (decimal): -8301106 or 13522305. OLE color: 13522305.
HSL color Cylindrical-coordinate representation of color #8155CE: hue angle of 261.82º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8155CE is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 85 | 206 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.19 |
| HSL | 261.82º | 0.55% | 0.57% | - |
| HSV(B) | 261.82º | 0.59% | 0.81% | - |
| XYZ | 23.44 | 15.62 | 60.17 | - |
| YUV | 111.95 | 181.08 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 85 | 206 | 0.37 | 0.59 | 0 | 0.19 | 261.82 | 0.55 | 0.57 |
| Hex | 81 | 55 | CE | 25 | 3B | 0 | 13 | 106 | 37 | 39 |
| Octal | 201 | 125 | 316 | 45 | 73 | 0 | 23 | 406 | 67 | 71 |
| Binary | 10000001 | 1010101 | 11001110 | 100101 | 111011 | 0 | 10011 | 100000110 | 110111 | 111001 |
Color Harmonies of #8155CE
Complementary color
Monochromatic Colors of #8155CE
Black with #8155CE
Text Example
Text Example
White with #8155CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8155CE; }
p { color: rgb(129,85,206); }
H1.HeaderClassName
{
color: #8155CE;
}
.AnyTagClassName
{
color: #8155CE;
}
</style>
background-color css
<style>
a { background-color: #8155CE; }
a { background-color: rgb(129,85,206); }
div.DivClassName
{
background-color: #8155CE;
}
.BgClassName
{
background-color: #8155CE;
}
</style>
border-color css
<style>
span { border-color: #8155CE; }
span { border-color: rgb(129,85,206); }
td.TdClassName
{
border-color: #8155CE;
}
.TagClassName
{
border-color: #8155CE;
}
</style>