Shades of Medium Slate Blue #8C5EED
Tints of Medium Slate Blue #8C5EED
RGB
CMYK
RGB Variations
Color information
#8C5EED (or 0x8C5EED) is known color: Medium Slate Blue. HEX triplet: 8C, 5E and ED. RGB value is (140,94,237). Sum of RGB (Red+Green+Blue) = 140+94+237=471 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.72% from 471); Green value is 94 (37.11% from 255 or 19.96% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #8C5EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5EED is #73A112. Grayscale: #7B7B7B. Windows color (decimal): -7577875 or 15556236. OLE color: 15556236.
HSL color Cylindrical-coordinate representation of color #8C5EED: hue angle of 259.3º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C5EED is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 94 | 237 | - |
| CMYK | 0.41 | 0.60 | 0 | 0.07 |
| HSL | 259.3º | 0.8% | 0.65% | - |
| HSV(B) | 259.3º | 0.6% | 0.93% | - |
| XYZ | 30.1 | 19.7 | 82.34 | - |
| YUV | 124.06 | 191.74 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 94 | 237 | 0.41 | 0.60 | 0 | 0.07 | 259.3 | 0.8 | 0.65 |
| Hex | 8C | 5E | ED | 29 | 3C | 0 | 7 | 103 | 50 | 41 |
| Octal | 214 | 136 | 355 | 51 | 74 | 0 | 7 | 403 | 120 | 101 |
| Binary | 10001100 | 1011110 | 11101101 | 101001 | 111100 | 0 | 111 | 100000011 | 1010000 | 1000001 |
Color Harmonies of #8C5EED
Complementary color
Monochromatic Colors of #8C5EED
Black with #8C5EED
Text Example
Text Example
White with #8C5EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5EED; }
p { color: rgb(140,94,237); }
H1.HeaderClassName
{
color: #8C5EED;
}
.AnyTagClassName
{
color: #8C5EED;
}
</style>
background-color css
<style>
a { background-color: #8C5EED; }
a { background-color: rgb(140,94,237); }
div.DivClassName
{
background-color: #8C5EED;
}
.BgClassName
{
background-color: #8C5EED;
}
</style>
border-color css
<style>
span { border-color: #8C5EED; }
span { border-color: rgb(140,94,237); }
td.TdClassName
{
border-color: #8C5EED;
}
.TagClassName
{
border-color: #8C5EED;
}
</style>