Shades of Medium Slate Blue #8B5FEC
Tints of Medium Slate Blue #8B5FEC
RGB
CMYK
RGB Variations
Color information
#8B5FEC (or 0x8B5FEC) is known color: Medium Slate Blue. HEX triplet: 8B, 5F and EC. RGB value is (139,95,236). Sum of RGB (Red+Green+Blue) = 139+95+236=470 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.57% from 470); Green value is 95 (37.5% from 255 or 20.21% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #8B5FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B5FEC is #74A013. Grayscale: #7B7B7B. Windows color (decimal): -7643156 or 15490955. OLE color: 15490955.
HSL color Cylindrical-coordinate representation of color #8B5FEC: hue angle of 258.72º 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 #8B5FEC is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 95 | 236 | - |
| CMYK | 0.41 | 0.60 | 0 | 0.07 |
| HSL | 258.72º | 0.79% | 0.65% | - |
| HSV(B) | 258.72º | 0.6% | 0.93% | - |
| XYZ | 29.88 | 19.73 | 81.59 | - |
| YUV | 124.23 | 191.08 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 95 | 236 | 0.41 | 0.60 | 0 | 0.07 | 258.72 | 0.79 | 0.65 |
| Hex | 8B | 5F | EC | 29 | 3C | 0 | 7 | 103 | 4F | 41 |
| Octal | 213 | 137 | 354 | 51 | 74 | 0 | 7 | 403 | 117 | 101 |
| Binary | 10001011 | 1011111 | 11101100 | 101001 | 111100 | 0 | 111 | 100000011 | 1001111 | 1000001 |
Color Harmonies of #8B5FEC
Complementary color
Monochromatic Colors of #8B5FEC
Black with #8B5FEC
Text Example
Text Example
White with #8B5FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5FEC; }
p { color: rgb(139,95,236); }
H1.HeaderClassName
{
color: #8B5FEC;
}
.AnyTagClassName
{
color: #8B5FEC;
}
</style>
background-color css
<style>
a { background-color: #8B5FEC; }
a { background-color: rgb(139,95,236); }
div.DivClassName
{
background-color: #8B5FEC;
}
.BgClassName
{
background-color: #8B5FEC;
}
</style>
border-color css
<style>
span { border-color: #8B5FEC; }
span { border-color: rgb(139,95,236); }
td.TdClassName
{
border-color: #8B5FEC;
}
.TagClassName
{
border-color: #8B5FEC;
}
</style>