Shades of Slate Blue #8156CF
Tints of Slate Blue #8156CF
RGB
CMYK
RGB Variations
Color information
#8156CF (or 0x8156CF) is known color: Slate Blue. HEX triplet: 81, 56 and CF. RGB value is (129,86,207). Sum of RGB (Red+Green+Blue) = 129+86+207=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #8156CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8156CF is #7EA930. Grayscale: #707070. Windows color (decimal): -8300849 or 13588097. OLE color: 13588097.
HSL color Cylindrical-coordinate representation of color #8156CF: hue angle of 261.32º degrees, saturation: 0.56, 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 #8156CF is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 86 | 207 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.19 |
| HSL | 261.32º | 0.56% | 0.57% | - |
| HSV(B) | 261.32º | 0.58% | 0.81% | - |
| XYZ | 23.64 | 15.83 | 60.84 | - |
| YUV | 112.65 | 181.25 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 86 | 207 | 0.38 | 0.58 | 0 | 0.19 | 261.32 | 0.56 | 0.57 |
| Hex | 81 | 56 | CF | 26 | 3A | 0 | 13 | 105 | 38 | 39 |
| Octal | 201 | 126 | 317 | 46 | 72 | 0 | 23 | 405 | 70 | 71 |
| Binary | 10000001 | 1010110 | 11001111 | 100110 | 111010 | 0 | 10011 | 100000101 | 111000 | 111001 |
Color Harmonies of #8156CF
Complementary color
Monochromatic Colors of #8156CF
Black with #8156CF
Text Example
Text Example
White with #8156CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8156CF; }
p { color: rgb(129,86,207); }
H1.HeaderClassName
{
color: #8156CF;
}
.AnyTagClassName
{
color: #8156CF;
}
</style>
background-color css
<style>
a { background-color: #8156CF; }
a { background-color: rgb(129,86,207); }
div.DivClassName
{
background-color: #8156CF;
}
.BgClassName
{
background-color: #8156CF;
}
</style>
border-color css
<style>
span { border-color: #8156CF; }
span { border-color: rgb(129,86,207); }
td.TdClassName
{
border-color: #8156CF;
}
.TagClassName
{
border-color: #8156CF;
}
</style>