Shades of Medium Slate Blue #8B5EEC
Tints of Medium Slate Blue #8B5EEC
RGB
CMYK
RGB Variations
Color information
#8B5EEC (or 0x8B5EEC) is known color: Medium Slate Blue. HEX triplet: 8B, 5E and EC. RGB value is (139,94,236). Sum of RGB (Red+Green+Blue) = 139+94+236=469 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.64% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #8B5EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B5EEC is #74A113. Grayscale: #7B7B7B. Windows color (decimal): -7643412 or 15490699. OLE color: 15490699.
HSL color Cylindrical-coordinate representation of color #8B5EEC: hue angle of 259.01º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B5EEC is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 94 | 236 | - |
| CMYK | 0.41 | 0.60 | 0 | 0.07 |
| HSL | 259.01º | 0.79% | 0.65% | - |
| HSV(B) | 259.01º | 0.6% | 0.93% | - |
| XYZ | 29.79 | 19.55 | 81.56 | - |
| YUV | 123.64 | 191.41 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 94 | 236 | 0.41 | 0.60 | 0 | 0.07 | 259.01 | 0.79 | 0.65 |
| Hex | 8B | 5E | EC | 29 | 3C | 0 | 7 | 103 | 4F | 41 |
| Octal | 213 | 136 | 354 | 51 | 74 | 0 | 7 | 403 | 117 | 101 |
| Binary | 10001011 | 1011110 | 11101100 | 101001 | 111100 | 0 | 111 | 100000011 | 1001111 | 1000001 |
Color Harmonies of #8B5EEC
Complementary color
Monochromatic Colors of #8B5EEC
Black with #8B5EEC
Text Example
Text Example
White with #8B5EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5EEC; }
p { color: rgb(139,94,236); }
H1.HeaderClassName
{
color: #8B5EEC;
}
.AnyTagClassName
{
color: #8B5EEC;
}
</style>
background-color css
<style>
a { background-color: #8B5EEC; }
a { background-color: rgb(139,94,236); }
div.DivClassName
{
background-color: #8B5EEC;
}
.BgClassName
{
background-color: #8B5EEC;
}
</style>
border-color css
<style>
span { border-color: #8B5EEC; }
span { border-color: rgb(139,94,236); }
td.TdClassName
{
border-color: #8B5EEC;
}
.TagClassName
{
border-color: #8B5EEC;
}
</style>