Shades of Medium Slate Blue #8156E6
Tints of Medium Slate Blue #8156E6
RGB
CMYK
RGB Variations
Color information
#8156E6 (or 0x8156E6) is known color: Medium Slate Blue. HEX triplet: 81, 56 and E6. RGB value is (129,86,230). Sum of RGB (Red+Green+Blue) = 129+86+230=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 230 (90.23% from 255 or 51.69% from 445); Max value from RGB is 230 - color contains mainly: blue. Hex color #8156E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8156E6 is #7EA919. Grayscale: #727272. Windows color (decimal): -8300826 or 15095425. OLE color: 15095425.
HSL color Cylindrical-coordinate representation of color #8156E6: hue angle of 257.92º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8156E6 is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 86 | 230 | - |
| CMYK | 0.44 | 0.63 | 0 | 0.10 |
| HSL | 257.92º | 0.74% | 0.62% | - |
| HSV(B) | 257.92º | 0.63% | 0.9% | - |
| XYZ | 26.66 | 17.04 | 76.75 | - |
| YUV | 115.27 | 192.75 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 86 | 230 | 0.44 | 0.63 | 0 | 0.10 | 257.92 | 0.74 | 0.62 |
| Hex | 81 | 56 | E6 | 2C | 3F | 0 | A | 102 | 4A | 3E |
| Octal | 201 | 126 | 346 | 54 | 77 | 0 | 12 | 402 | 112 | 76 |
| Binary | 10000001 | 1010110 | 11100110 | 101100 | 111111 | 0 | 1010 | 100000010 | 1001010 | 111110 |
Color Harmonies of #8156E6
Complementary color
Monochromatic Colors of #8156E6
Black with #8156E6
Text Example
Text Example
White with #8156E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8156E6; }
p { color: rgb(129,86,230); }
H1.HeaderClassName
{
color: #8156E6;
}
.AnyTagClassName
{
color: #8156E6;
}
</style>
background-color css
<style>
a { background-color: #8156E6; }
a { background-color: rgb(129,86,230); }
div.DivClassName
{
background-color: #8156E6;
}
.BgClassName
{
background-color: #8156E6;
}
</style>
border-color css
<style>
span { border-color: #8156E6; }
span { border-color: rgb(129,86,230); }
td.TdClassName
{
border-color: #8156E6;
}
.TagClassName
{
border-color: #8156E6;
}
</style>