Shades of Medium Slate Blue #8B50EF
Tints of Medium Slate Blue #8B50EF
RGB
CMYK
RGB Variations
Color information
#8B50EF (or 0x8B50EF) is known color: Medium Slate Blue. HEX triplet: 8B, 50 and EF. RGB value is (139,80,239). Sum of RGB (Red+Green+Blue) = 139+80+239=458 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.35% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #8B50EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B50EF is #74AF10. Grayscale: #737373. Windows color (decimal): -7646993 or 15683723. OLE color: 15683723.
HSL color Cylindrical-coordinate representation of color #8B50EF: hue angle of 262.26º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B50EF is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 80 | 239 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.06 |
| HSL | 262.26º | 0.83% | 0.63% | - |
| HSV(B) | 262.26º | 0.67% | 0.94% | - |
| XYZ | 29.1 | 17.46 | 83.5 | - |
| YUV | 115.77 | 197.55 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 80 | 239 | 0.42 | 0.67 | 0 | 0.06 | 262.26 | 0.83 | 0.63 |
| Hex | 8B | 50 | EF | 2A | 43 | 0 | 6 | 106 | 53 | 3F |
| Octal | 213 | 120 | 357 | 52 | 103 | 0 | 6 | 406 | 123 | 77 |
| Binary | 10001011 | 1010000 | 11101111 | 101010 | 1000011 | 0 | 110 | 100000110 | 1010011 | 111111 |
Color Harmonies of #8B50EF
Complementary color
Monochromatic Colors of #8B50EF
Black with #8B50EF
Text Example
Text Example
White with #8B50EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B50EF; }
p { color: rgb(139,80,239); }
H1.HeaderClassName
{
color: #8B50EF;
}
.AnyTagClassName
{
color: #8B50EF;
}
</style>
background-color css
<style>
a { background-color: #8B50EF; }
a { background-color: rgb(139,80,239); }
div.DivClassName
{
background-color: #8B50EF;
}
.BgClassName
{
background-color: #8B50EF;
}
</style>
border-color css
<style>
span { border-color: #8B50EF; }
span { border-color: rgb(139,80,239); }
td.TdClassName
{
border-color: #8B50EF;
}
.TagClassName
{
border-color: #8B50EF;
}
</style>