Shades of Medium Slate Blue #8B5BEC
Tints of Medium Slate Blue #8B5BEC
RGB
CMYK
RGB Variations
Color information
#8B5BEC (or 0x8B5BEC) is known color: Medium Slate Blue. HEX triplet: 8B, 5B and EC. RGB value is (139,91,236). Sum of RGB (Red+Green+Blue) = 139+91+236=466 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.83% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #8B5BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B5BEC is #74A413. Grayscale: #797979. Windows color (decimal): -7644180 or 15489931. OLE color: 15489931.
HSL color Cylindrical-coordinate representation of color #8B5BEC: hue angle of 259.86º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B5BEC is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 91 | 236 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.07 |
| HSL | 259.86º | 0.79% | 0.64% | - |
| HSV(B) | 259.86º | 0.61% | 0.93% | - |
| XYZ | 29.53 | 19.03 | 81.47 | - |
| YUV | 121.88 | 192.4 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 91 | 236 | 0.41 | 0.61 | 0 | 0.07 | 259.86 | 0.79 | 0.64 |
| Hex | 8B | 5B | EC | 29 | 3D | 0 | 7 | 104 | 4F | 40 |
| Octal | 213 | 133 | 354 | 51 | 75 | 0 | 7 | 404 | 117 | 100 |
| Binary | 10001011 | 1011011 | 11101100 | 101001 | 111101 | 0 | 111 | 100000100 | 1001111 | 1000000 |
Color Harmonies of #8B5BEC
Complementary color
Monochromatic Colors of #8B5BEC
Black with #8B5BEC
Text Example
Text Example
White with #8B5BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5BEC; }
p { color: rgb(139,91,236); }
H1.HeaderClassName
{
color: #8B5BEC;
}
.AnyTagClassName
{
color: #8B5BEC;
}
</style>
background-color css
<style>
a { background-color: #8B5BEC; }
a { background-color: rgb(139,91,236); }
div.DivClassName
{
background-color: #8B5BEC;
}
.BgClassName
{
background-color: #8B5BEC;
}
</style>
border-color css
<style>
span { border-color: #8B5BEC; }
span { border-color: rgb(139,91,236); }
td.TdClassName
{
border-color: #8B5BEC;
}
.TagClassName
{
border-color: #8B5BEC;
}
</style>