Shades of Medium Slate Blue #8B5BEA
Tints of Medium Slate Blue #8B5BEA
RGB
CMYK
RGB Variations
Color information
#8B5BEA (or 0x8B5BEA) is known color: Medium Slate Blue. HEX triplet: 8B, 5B and EA. RGB value is (139,91,234). Sum of RGB (Red+Green+Blue) = 139+91+234=464 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.96% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #8B5BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B5BEA is #74A415. Grayscale: #797979. Windows color (decimal): -7644182 or 15358859. OLE color: 15358859.
HSL color Cylindrical-coordinate representation of color #8B5BEA: hue angle of 260.14º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B5BEA is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 91 | 234 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.08 |
| HSL | 260.14º | 0.77% | 0.64% | - |
| HSV(B) | 260.14º | 0.61% | 0.92% | - |
| XYZ | 29.24 | 18.91 | 79.95 | - |
| YUV | 121.65 | 191.4 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 91 | 234 | 0.41 | 0.61 | 0 | 0.08 | 260.14 | 0.77 | 0.64 |
| Hex | 8B | 5B | EA | 29 | 3D | 0 | 8 | 104 | 4D | 40 |
| Octal | 213 | 133 | 352 | 51 | 75 | 0 | 10 | 404 | 115 | 100 |
| Binary | 10001011 | 1011011 | 11101010 | 101001 | 111101 | 0 | 1000 | 100000100 | 1001101 | 1000000 |
Color Harmonies of #8B5BEA
Complementary color
Monochromatic Colors of #8B5BEA
Black with #8B5BEA
Text Example
Text Example
White with #8B5BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5BEA; }
p { color: rgb(139,91,234); }
H1.HeaderClassName
{
color: #8B5BEA;
}
.AnyTagClassName
{
color: #8B5BEA;
}
</style>
background-color css
<style>
a { background-color: #8B5BEA; }
a { background-color: rgb(139,91,234); }
div.DivClassName
{
background-color: #8B5BEA;
}
.BgClassName
{
background-color: #8B5BEA;
}
</style>
border-color css
<style>
span { border-color: #8B5BEA; }
span { border-color: rgb(139,91,234); }
td.TdClassName
{
border-color: #8B5BEA;
}
.TagClassName
{
border-color: #8B5BEA;
}
</style>