Shades of Slate Blue #8151CE
Tints of Slate Blue #8151CE
RGB
CMYK
RGB Variations
Color information
#8151CE (or 0x8151CE) is known color: Slate Blue. HEX triplet: 81, 51 and CE. RGB value is (129,81,206). Sum of RGB (Red+Green+Blue) = 129+81+206=416 (55% of max value = 765). Red value is 129 (50.78% from 255 or 31.01% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #8151CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8151CE is #7EAE31. Grayscale: #6D6D6D. Windows color (decimal): -8302130 or 13521281. OLE color: 13521281.
HSL color Cylindrical-coordinate representation of color #8151CE: hue angle of 263.04º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8151CE is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 81 | 206 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.19 |
| HSL | 263.04º | 0.56% | 0.56% | - |
| HSV(B) | 263.04º | 0.61% | 0.81% | - |
| XYZ | 23.14 | 15.01 | 60.07 | - |
| YUV | 109.6 | 182.4 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 81 | 206 | 0.37 | 0.61 | 0 | 0.19 | 263.04 | 0.56 | 0.56 |
| Hex | 81 | 51 | CE | 25 | 3D | 0 | 13 | 107 | 38 | 38 |
| Octal | 201 | 121 | 316 | 45 | 75 | 0 | 23 | 407 | 70 | 70 |
| Binary | 10000001 | 1010001 | 11001110 | 100101 | 111101 | 0 | 10011 | 100000111 | 111000 | 111000 |
Color Harmonies of #8151CE
Complementary color
Monochromatic Colors of #8151CE
Black with #8151CE
Text Example
Text Example
White with #8151CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8151CE; }
p { color: rgb(129,81,206); }
H1.HeaderClassName
{
color: #8151CE;
}
.AnyTagClassName
{
color: #8151CE;
}
</style>
background-color css
<style>
a { background-color: #8151CE; }
a { background-color: rgb(129,81,206); }
div.DivClassName
{
background-color: #8151CE;
}
.BgClassName
{
background-color: #8151CE;
}
</style>
border-color css
<style>
span { border-color: #8151CE; }
span { border-color: rgb(129,81,206); }
td.TdClassName
{
border-color: #8151CE;
}
.TagClassName
{
border-color: #8151CE;
}
</style>