Shades of Medium Slate Blue #8159EC
Tints of Medium Slate Blue #8159EC
RGB
CMYK
RGB Variations
Color information
#8159EC (or 0x8159EC) is known color: Medium Slate Blue. HEX triplet: 81, 59 and EC. RGB value is (129,89,236). Sum of RGB (Red+Green+Blue) = 129+89+236=454 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.41% from 454); Green value is 89 (35.16% from 255 or 19.60% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #8159EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8159EC is #7EA613. Grayscale: #757575. Windows color (decimal): -8300052 or 15489409. OLE color: 15489409.
HSL color Cylindrical-coordinate representation of color #8159EC: hue angle of 256.33º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8159EC is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 89 | 236 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.07 |
| HSL | 256.33º | 0.79% | 0.64% | - |
| HSV(B) | 256.33º | 0.62% | 0.93% | - |
| XYZ | 27.77 | 17.87 | 81.34 | - |
| YUV | 117.72 | 194.75 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 89 | 236 | 0.45 | 0.62 | 0 | 0.07 | 256.33 | 0.79 | 0.64 |
| Hex | 81 | 59 | EC | 2D | 3E | 0 | 7 | 100 | 4F | 40 |
| Octal | 201 | 131 | 354 | 55 | 76 | 0 | 7 | 400 | 117 | 100 |
| Binary | 10000001 | 1011001 | 11101100 | 101101 | 111110 | 0 | 111 | 100000000 | 1001111 | 1000000 |
Color Harmonies of #8159EC
Complementary color
Monochromatic Colors of #8159EC
Black with #8159EC
Text Example
Text Example
White with #8159EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8159EC; }
p { color: rgb(129,89,236); }
H1.HeaderClassName
{
color: #8159EC;
}
.AnyTagClassName
{
color: #8159EC;
}
</style>
background-color css
<style>
a { background-color: #8159EC; }
a { background-color: rgb(129,89,236); }
div.DivClassName
{
background-color: #8159EC;
}
.BgClassName
{
background-color: #8159EC;
}
</style>
border-color css
<style>
span { border-color: #8159EC; }
span { border-color: rgb(129,89,236); }
td.TdClassName
{
border-color: #8159EC;
}
.TagClassName
{
border-color: #8159EC;
}
</style>