Shades of Medium Slate Blue #8B50F6
Tints of Medium Slate Blue #8B50F6
RGB
CMYK
RGB Variations
Color information
#8B50F6 (or 0x8B50F6) is known color: Medium Slate Blue. HEX triplet: 8B, 50 and F6. RGB value is (139,80,246). Sum of RGB (Red+Green+Blue) = 139+80+246=465 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.89% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 246 (96.48% from 255 or 52.90% from 465); Max value from RGB is 246 - color contains mainly: blue. Hex color #8B50F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B50F6 is #74AF09. Grayscale: #737373. Windows color (decimal): -7646986 or 16142475. OLE color: 16142475.
HSL color Cylindrical-coordinate representation of color #8B50F6: hue angle of 261.33º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B50F6 is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 139 | 80 | 246 | - |
| CMYK | 0.43 | 0.67 | 0 | 0.04 |
| HSL | 261.33º | 0.9% | 0.64% | - |
| HSV(B) | 261.33º | 0.67% | 0.96% | - |
| XYZ | 30.15 | 17.88 | 89.05 | - |
| YUV | 116.57 | 201.05 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 80 | 246 | 0.43 | 0.67 | 0 | 0.04 | 261.33 | 0.9 | 0.64 |
| Hex | 8B | 50 | F6 | 2B | 43 | 0 | 4 | 105 | 5A | 40 |
| Octal | 213 | 120 | 366 | 53 | 103 | 0 | 4 | 405 | 132 | 100 |
| Binary | 10001011 | 1010000 | 11110110 | 101011 | 1000011 | 0 | 100 | 100000101 | 1011010 | 1000000 |
Color Harmonies of #8B50F6
Complementary color
Monochromatic Colors of #8B50F6
Black with #8B50F6
Text Example
Text Example
White with #8B50F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B50F6; }
p { color: rgb(139,80,246); }
H1.HeaderClassName
{
color: #8B50F6;
}
.AnyTagClassName
{
color: #8B50F6;
}
</style>
background-color css
<style>
a { background-color: #8B50F6; }
a { background-color: rgb(139,80,246); }
div.DivClassName
{
background-color: #8B50F6;
}
.BgClassName
{
background-color: #8B50F6;
}
</style>
border-color css
<style>
span { border-color: #8B50F6; }
span { border-color: rgb(139,80,246); }
td.TdClassName
{
border-color: #8B50F6;
}
.TagClassName
{
border-color: #8B50F6;
}
</style>