Shades of Slate Blue #8157CE
Tints of Slate Blue #8157CE
RGB
CMYK
RGB Variations
Color information
#8157CE (or 0x8157CE) is known color: Slate Blue. HEX triplet: 81, 57 and CE. RGB value is (129,87,206). Sum of RGB (Red+Green+Blue) = 129+87+206=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #8157CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8157CE is #7EA831. Grayscale: #707070. Windows color (decimal): -8300594 or 13522817. OLE color: 13522817.
HSL color Cylindrical-coordinate representation of color #8157CE: hue angle of 261.18º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8157CE is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 87 | 206 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.19 |
| HSL | 261.18º | 0.55% | 0.57% | - |
| HSV(B) | 261.18º | 0.58% | 0.81% | - |
| XYZ | 23.6 | 15.94 | 60.23 | - |
| YUV | 113.12 | 180.41 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 87 | 206 | 0.37 | 0.58 | 0 | 0.19 | 261.18 | 0.55 | 0.57 |
| Hex | 81 | 57 | CE | 25 | 3A | 0 | 13 | 105 | 37 | 39 |
| Octal | 201 | 127 | 316 | 45 | 72 | 0 | 23 | 405 | 67 | 71 |
| Binary | 10000001 | 1010111 | 11001110 | 100101 | 111010 | 0 | 10011 | 100000101 | 110111 | 111001 |
Color Harmonies of #8157CE
Complementary color
Monochromatic Colors of #8157CE
Black with #8157CE
Text Example
Text Example
White with #8157CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8157CE; }
p { color: rgb(129,87,206); }
H1.HeaderClassName
{
color: #8157CE;
}
.AnyTagClassName
{
color: #8157CE;
}
</style>
background-color css
<style>
a { background-color: #8157CE; }
a { background-color: rgb(129,87,206); }
div.DivClassName
{
background-color: #8157CE;
}
.BgClassName
{
background-color: #8157CE;
}
</style>
border-color css
<style>
span { border-color: #8157CE; }
span { border-color: rgb(129,87,206); }
td.TdClassName
{
border-color: #8157CE;
}
.TagClassName
{
border-color: #8157CE;
}
</style>