Shades of Medium Slate Blue #8B50E9
Tints of Medium Slate Blue #8B50E9
RGB
CMYK
RGB Variations
Color information
#8B50E9 (or 0x8B50E9) is known color: Medium Slate Blue. HEX triplet: 8B, 50 and E9. RGB value is (139,80,233). Sum of RGB (Red+Green+Blue) = 139+80+233=452 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.75% from 452); Green value is 80 (31.64% from 255 or 17.70% from 452); Blue value is 233 (91.41% from 255 or 51.55% from 452); Max value from RGB is 233 - color contains mainly: blue. Hex color #8B50E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B50E9 is #74AF16. Grayscale: #727272. Windows color (decimal): -7646999 or 15290507. OLE color: 15290507.
HSL color Cylindrical-coordinate representation of color #8B50E9: hue angle of 263.14º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B50E9 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 80 | 233 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.09 |
| HSL | 263.14º | 0.78% | 0.61% | - |
| HSV(B) | 263.14º | 0.66% | 0.91% | - |
| XYZ | 28.22 | 17.11 | 78.91 | - |
| YUV | 115.08 | 194.55 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 80 | 233 | 0.40 | 0.66 | 0 | 0.09 | 263.14 | 0.78 | 0.61 |
| Hex | 8B | 50 | E9 | 28 | 42 | 0 | 9 | 107 | 4E | 3D |
| Octal | 213 | 120 | 351 | 50 | 102 | 0 | 11 | 407 | 116 | 75 |
| Binary | 10001011 | 1010000 | 11101001 | 101000 | 1000010 | 0 | 1001 | 100000111 | 1001110 | 111101 |
Color Harmonies of #8B50E9
Complementary color
Monochromatic Colors of #8B50E9
Black with #8B50E9
Text Example
Text Example
White with #8B50E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B50E9; }
p { color: rgb(139,80,233); }
H1.HeaderClassName
{
color: #8B50E9;
}
.AnyTagClassName
{
color: #8B50E9;
}
</style>
background-color css
<style>
a { background-color: #8B50E9; }
a { background-color: rgb(139,80,233); }
div.DivClassName
{
background-color: #8B50E9;
}
.BgClassName
{
background-color: #8B50E9;
}
</style>
border-color css
<style>
span { border-color: #8B50E9; }
span { border-color: rgb(139,80,233); }
td.TdClassName
{
border-color: #8B50E9;
}
.TagClassName
{
border-color: #8B50E9;
}
</style>