Shades of Medium Slate Blue #8B59EC
Tints of Medium Slate Blue #8B59EC
RGB
CMYK
RGB Variations
Color information
#8B59EC (or 0x8B59EC) is known color: Medium Slate Blue. HEX triplet: 8B, 59 and EC. RGB value is (139,89,236). Sum of RGB (Red+Green+Blue) = 139+89+236=464 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.96% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #8B59EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B59EC is #74A613. Grayscale: #787878. Windows color (decimal): -7644692 or 15489419. OLE color: 15489419.
HSL color Cylindrical-coordinate representation of color #8B59EC: hue angle of 260.41º 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 #8B59EC is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 89 | 236 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.07 |
| HSL | 260.41º | 0.79% | 0.64% | - |
| HSV(B) | 260.41º | 0.62% | 0.93% | - |
| XYZ | 29.36 | 18.69 | 81.42 | - |
| YUV | 120.71 | 193.07 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 89 | 236 | 0.41 | 0.62 | 0 | 0.07 | 260.41 | 0.79 | 0.64 |
| Hex | 8B | 59 | EC | 29 | 3E | 0 | 7 | 104 | 4F | 40 |
| Octal | 213 | 131 | 354 | 51 | 76 | 0 | 7 | 404 | 117 | 100 |
| Binary | 10001011 | 1011001 | 11101100 | 101001 | 111110 | 0 | 111 | 100000100 | 1001111 | 1000000 |
Color Harmonies of #8B59EC
Complementary color
Monochromatic Colors of #8B59EC
Black with #8B59EC
Text Example
Text Example
White with #8B59EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B59EC; }
p { color: rgb(139,89,236); }
H1.HeaderClassName
{
color: #8B59EC;
}
.AnyTagClassName
{
color: #8B59EC;
}
</style>
background-color css
<style>
a { background-color: #8B59EC; }
a { background-color: rgb(139,89,236); }
div.DivClassName
{
background-color: #8B59EC;
}
.BgClassName
{
background-color: #8B59EC;
}
</style>
border-color css
<style>
span { border-color: #8B59EC; }
span { border-color: rgb(139,89,236); }
td.TdClassName
{
border-color: #8B59EC;
}
.TagClassName
{
border-color: #8B59EC;
}
</style>