Shades of Medium Slate Blue #8D4FEC
Tints of Medium Slate Blue #8D4FEC
RGB
CMYK
RGB Variations
Color information
#8D4FEC (or 0x8D4FEC) is known color: Medium Slate Blue. HEX triplet: 8D, 4F and EC. RGB value is (141,79,236). Sum of RGB (Red+Green+Blue) = 141+79+236=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D4FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D4FEC is #72B013. Grayscale: #727272. Windows color (decimal): -7516180 or 15486861. OLE color: 15486861.
HSL color Cylindrical-coordinate representation of color #8D4FEC: hue angle of 263.69º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D4FEC is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 79 | 236 | - |
| CMYK | 0.40 | 0.67 | 0 | 0.07 |
| HSL | 263.69º | 0.81% | 0.62% | - |
| HSV(B) | 263.69º | 0.67% | 0.93% | - |
| XYZ | 28.92 | 17.31 | 81.17 | - |
| YUV | 115.44 | 196.04 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 79 | 236 | 0.40 | 0.67 | 0 | 0.07 | 263.69 | 0.81 | 0.62 |
| Hex | 8D | 4F | EC | 28 | 43 | 0 | 7 | 108 | 51 | 3E |
| Octal | 215 | 117 | 354 | 50 | 103 | 0 | 7 | 410 | 121 | 76 |
| Binary | 10001101 | 1001111 | 11101100 | 101000 | 1000011 | 0 | 111 | 100001000 | 1010001 | 111110 |
Color Harmonies of #8D4FEC
Complementary color
Monochromatic Colors of #8D4FEC
Black with #8D4FEC
Text Example
Text Example
White with #8D4FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4FEC; }
p { color: rgb(141,79,236); }
H1.HeaderClassName
{
color: #8D4FEC;
}
.AnyTagClassName
{
color: #8D4FEC;
}
</style>
background-color css
<style>
a { background-color: #8D4FEC; }
a { background-color: rgb(141,79,236); }
div.DivClassName
{
background-color: #8D4FEC;
}
.BgClassName
{
background-color: #8D4FEC;
}
</style>
border-color css
<style>
span { border-color: #8D4FEC; }
span { border-color: rgb(141,79,236); }
td.TdClassName
{
border-color: #8D4FEC;
}
.TagClassName
{
border-color: #8D4FEC;
}
</style>