Shades of Slate Blue #8155D1
Tints of Slate Blue #8155D1
RGB
CMYK
RGB Variations
Color information
#8155D1 (or 0x8155D1) is known color: Slate Blue. HEX triplet: 81, 55 and D1. RGB value is (129,85,209). Sum of RGB (Red+Green+Blue) = 129+85+209=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 209 (82.03% from 255 or 49.41% from 423); Max value from RGB is 209 - color contains mainly: blue. Hex color #8155D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8155D1 is #7EAA2E. Grayscale: #6F6F6F. Windows color (decimal): -8301103 or 13718913. OLE color: 13718913.
HSL color Cylindrical-coordinate representation of color #8155D1: hue angle of 261.29º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8155D1 is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 85 | 209 | - |
| CMYK | 0.38 | 0.59 | 0 | 0.18 |
| HSL | 261.29º | 0.57% | 0.58% | - |
| HSV(B) | 261.29º | 0.59% | 0.82% | - |
| XYZ | 23.81 | 15.77 | 62.11 | - |
| YUV | 112.29 | 182.58 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 85 | 209 | 0.38 | 0.59 | 0 | 0.18 | 261.29 | 0.57 | 0.58 |
| Hex | 81 | 55 | D1 | 26 | 3B | 0 | 12 | 105 | 39 | 3A |
| Octal | 201 | 125 | 321 | 46 | 73 | 0 | 22 | 405 | 71 | 72 |
| Binary | 10000001 | 1010101 | 11010001 | 100110 | 111011 | 0 | 10010 | 100000101 | 111001 | 111010 |
Color Harmonies of #8155D1
Complementary color
Monochromatic Colors of #8155D1
Black with #8155D1
Text Example
Text Example
White with #8155D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8155D1; }
p { color: rgb(129,85,209); }
H1.HeaderClassName
{
color: #8155D1;
}
.AnyTagClassName
{
color: #8155D1;
}
</style>
background-color css
<style>
a { background-color: #8155D1; }
a { background-color: rgb(129,85,209); }
div.DivClassName
{
background-color: #8155D1;
}
.BgClassName
{
background-color: #8155D1;
}
</style>
border-color css
<style>
span { border-color: #8155D1; }
span { border-color: rgb(129,85,209); }
td.TdClassName
{
border-color: #8155D1;
}
.TagClassName
{
border-color: #8155D1;
}
</style>