Shades of Medium Slate Blue #8B58EC
Tints of Medium Slate Blue #8B58EC
RGB
CMYK
RGB Variations
Color information
#8B58EC (or 0x8B58EC) is known color: Medium Slate Blue. HEX triplet: 8B, 58 and EC. RGB value is (139,88,236). Sum of RGB (Red+Green+Blue) = 139+88+236=463 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.02% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #8B58EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B58EC is #74A713. Grayscale: #777777. Windows color (decimal): -7644948 or 15489163. OLE color: 15489163.
HSL color Cylindrical-coordinate representation of color #8B58EC: hue angle of 260.68º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B58EC is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 88 | 236 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.07 |
| HSL | 260.68º | 0.8% | 0.64% | - |
| HSV(B) | 260.68º | 0.63% | 0.93% | - |
| XYZ | 29.28 | 18.52 | 81.39 | - |
| YUV | 120.12 | 193.4 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 88 | 236 | 0.41 | 0.63 | 0 | 0.07 | 260.68 | 0.8 | 0.64 |
| Hex | 8B | 58 | EC | 29 | 3F | 0 | 7 | 105 | 50 | 40 |
| Octal | 213 | 130 | 354 | 51 | 77 | 0 | 7 | 405 | 120 | 100 |
| Binary | 10001011 | 1011000 | 11101100 | 101001 | 111111 | 0 | 111 | 100000101 | 1010000 | 1000000 |
Color Harmonies of #8B58EC
Complementary color
Monochromatic Colors of #8B58EC
Black with #8B58EC
Text Example
Text Example
White with #8B58EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B58EC; }
p { color: rgb(139,88,236); }
H1.HeaderClassName
{
color: #8B58EC;
}
.AnyTagClassName
{
color: #8B58EC;
}
</style>
background-color css
<style>
a { background-color: #8B58EC; }
a { background-color: rgb(139,88,236); }
div.DivClassName
{
background-color: #8B58EC;
}
.BgClassName
{
background-color: #8B58EC;
}
</style>
border-color css
<style>
span { border-color: #8B58EC; }
span { border-color: rgb(139,88,236); }
td.TdClassName
{
border-color: #8B58EC;
}
.TagClassName
{
border-color: #8B58EC;
}
</style>