Shades of Medium Slate Blue #8D4EEE
Tints of Medium Slate Blue #8D4EEE
RGB
CMYK
RGB Variations
Color information
#8D4EEE (or 0x8D4EEE) is known color: Medium Slate Blue. HEX triplet: 8D, 4E and EE. RGB value is (141,78,238). Sum of RGB (Red+Green+Blue) = 141+78+238=457 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.85% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #8D4EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D4EEE is #72B111. Grayscale: #727272. Windows color (decimal): -7516434 or 15617677. OLE color: 15617677.
HSL color Cylindrical-coordinate representation of color #8D4EEE: hue angle of 263.62º degrees, saturation: 0.82, 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 #8D4EEE is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 78 | 238 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.07 |
| HSL | 263.63º | 0.82% | 0.62% | - |
| HSV(B) | 263.63º | 0.67% | 0.93% | - |
| XYZ | 29.14 | 17.28 | 82.69 | - |
| YUV | 115.08 | 197.37 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 78 | 238 | 0.41 | 0.67 | 0 | 0.07 | 263.63 | 0.82 | 0.62 |
| Hex | 8D | 4E | EE | 29 | 43 | 0 | 7 | 108 | 52 | 3E |
| Octal | 215 | 116 | 356 | 51 | 103 | 0 | 7 | 410 | 122 | 76 |
| Binary | 10001101 | 1001110 | 11101110 | 101001 | 1000011 | 0 | 111 | 100001000 | 1010010 | 111110 |
Color Harmonies of #8D4EEE
Complementary color
Monochromatic Colors of #8D4EEE
Black with #8D4EEE
Text Example
Text Example
White with #8D4EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4EEE; }
p { color: rgb(141,78,238); }
H1.HeaderClassName
{
color: #8D4EEE;
}
.AnyTagClassName
{
color: #8D4EEE;
}
</style>
background-color css
<style>
a { background-color: #8D4EEE; }
a { background-color: rgb(141,78,238); }
div.DivClassName
{
background-color: #8D4EEE;
}
.BgClassName
{
background-color: #8D4EEE;
}
</style>
border-color css
<style>
span { border-color: #8D4EEE; }
span { border-color: rgb(141,78,238); }
td.TdClassName
{
border-color: #8D4EEE;
}
.TagClassName
{
border-color: #8D4EEE;
}
</style>