Shades of Medium Slate Blue #8D50F6
Tints of Medium Slate Blue #8D50F6
RGB
CMYK
RGB Variations
Color information
#8D50F6 (or 0x8D50F6) is known color: Medium Slate Blue. HEX triplet: 8D, 50 and F6. RGB value is (141,80,246). Sum of RGB (Red+Green+Blue) = 141+80+246=467 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.19% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 246 (96.48% from 255 or 52.68% from 467); Max value from RGB is 246 - color contains mainly: blue. Hex color #8D50F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D50F6 is #72AF09. Grayscale: #747474. Windows color (decimal): -7515914 or 16142477. OLE color: 16142477.
HSL color Cylindrical-coordinate representation of color #8D50F6: hue angle of 262.05º 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 #8D50F6 is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 80 | 246 | - |
| CMYK | 0.43 | 0.67 | 0 | 0.04 |
| HSL | 262.05º | 0.9% | 0.64% | - |
| HSV(B) | 262.05º | 0.67% | 0.96% | - |
| XYZ | 30.49 | 18.05 | 89.07 | - |
| YUV | 117.16 | 200.71 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 80 | 246 | 0.43 | 0.67 | 0 | 0.04 | 262.05 | 0.9 | 0.64 |
| Hex | 8D | 50 | F6 | 2B | 43 | 0 | 4 | 106 | 5A | 40 |
| Octal | 215 | 120 | 366 | 53 | 103 | 0 | 4 | 406 | 132 | 100 |
| Binary | 10001101 | 1010000 | 11110110 | 101011 | 1000011 | 0 | 100 | 100000110 | 1011010 | 1000000 |
Color Harmonies of #8D50F6
Complementary color
Monochromatic Colors of #8D50F6
Black with #8D50F6
Text Example
Text Example
White with #8D50F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D50F6; }
p { color: rgb(141,80,246); }
H1.HeaderClassName
{
color: #8D50F6;
}
.AnyTagClassName
{
color: #8D50F6;
}
</style>
background-color css
<style>
a { background-color: #8D50F6; }
a { background-color: rgb(141,80,246); }
div.DivClassName
{
background-color: #8D50F6;
}
.BgClassName
{
background-color: #8D50F6;
}
</style>
border-color css
<style>
span { border-color: #8D50F6; }
span { border-color: rgb(141,80,246); }
td.TdClassName
{
border-color: #8D50F6;
}
.TagClassName
{
border-color: #8D50F6;
}
</style>