Shades of Medium Slate Blue #8D4FED
Tints of Medium Slate Blue #8D4FED
RGB
CMYK
RGB Variations
Color information
#8D4FED (or 0x8D4FED) is known color: Medium Slate Blue. HEX triplet: 8D, 4F and ED. RGB value is (141,79,237). Sum of RGB (Red+Green+Blue) = 141+79+237=457 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.85% from 457); Green value is 79 (31.25% from 255 or 17.29% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #8D4FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D4FED is #72B012. Grayscale: #727272. Windows color (decimal): -7516179 or 15552397. OLE color: 15552397.
HSL color Cylindrical-coordinate representation of color #8D4FED: hue angle of 263.54º 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 #8D4FED is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 79 | 237 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.07 |
| HSL | 263.54º | 0.81% | 0.62% | - |
| HSV(B) | 263.54º | 0.67% | 0.93% | - |
| XYZ | 29.07 | 17.37 | 81.94 | - |
| YUV | 115.55 | 196.54 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 79 | 237 | 0.41 | 0.67 | 0 | 0.07 | 263.54 | 0.81 | 0.62 |
| Hex | 8D | 4F | ED | 29 | 43 | 0 | 7 | 108 | 51 | 3E |
| Octal | 215 | 117 | 355 | 51 | 103 | 0 | 7 | 410 | 121 | 76 |
| Binary | 10001101 | 1001111 | 11101101 | 101001 | 1000011 | 0 | 111 | 100001000 | 1010001 | 111110 |
Color Harmonies of #8D4FED
Complementary color
Monochromatic Colors of #8D4FED
Black with #8D4FED
Text Example
Text Example
White with #8D4FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4FED; }
p { color: rgb(141,79,237); }
H1.HeaderClassName
{
color: #8D4FED;
}
.AnyTagClassName
{
color: #8D4FED;
}
</style>
background-color css
<style>
a { background-color: #8D4FED; }
a { background-color: rgb(141,79,237); }
div.DivClassName
{
background-color: #8D4FED;
}
.BgClassName
{
background-color: #8D4FED;
}
</style>
border-color css
<style>
span { border-color: #8D4FED; }
span { border-color: rgb(141,79,237); }
td.TdClassName
{
border-color: #8D4FED;
}
.TagClassName
{
border-color: #8D4FED;
}
</style>