Shades of Medium Slate Blue #8C5DEC
Tints of Medium Slate Blue #8C5DEC
RGB
CMYK
RGB Variations
Color information
#8C5DEC (or 0x8C5DEC) is known color: Medium Slate Blue. HEX triplet: 8C, 5D and EC. RGB value is (140,93,236). Sum of RGB (Red+Green+Blue) = 140+93+236=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 93 (36.72% from 255 or 19.83% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #8C5DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5DEC is #73A213. Grayscale: #7A7A7A. Windows color (decimal): -7578132 or 15490444. OLE color: 15490444.
HSL color Cylindrical-coordinate representation of color #8C5DEC: hue angle of 259.72º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C5DEC is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 93 | 236 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.07 |
| HSL | 259.72º | 0.79% | 0.65% | - |
| HSV(B) | 259.72º | 0.61% | 0.93% | - |
| XYZ | 29.87 | 19.46 | 81.54 | - |
| YUV | 123.36 | 191.57 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 93 | 236 | 0.41 | 0.61 | 0 | 0.07 | 259.72 | 0.79 | 0.65 |
| Hex | 8C | 5D | EC | 29 | 3D | 0 | 7 | 104 | 4F | 41 |
| Octal | 214 | 135 | 354 | 51 | 75 | 0 | 7 | 404 | 117 | 101 |
| Binary | 10001100 | 1011101 | 11101100 | 101001 | 111101 | 0 | 111 | 100000100 | 1001111 | 1000001 |
Color Harmonies of #8C5DEC
Complementary color
Monochromatic Colors of #8C5DEC
Black with #8C5DEC
Text Example
Text Example
White with #8C5DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5DEC; }
p { color: rgb(140,93,236); }
H1.HeaderClassName
{
color: #8C5DEC;
}
.AnyTagClassName
{
color: #8C5DEC;
}
</style>
background-color css
<style>
a { background-color: #8C5DEC; }
a { background-color: rgb(140,93,236); }
div.DivClassName
{
background-color: #8C5DEC;
}
.BgClassName
{
background-color: #8C5DEC;
}
</style>
border-color css
<style>
span { border-color: #8C5DEC; }
span { border-color: rgb(140,93,236); }
td.TdClassName
{
border-color: #8C5DEC;
}
.TagClassName
{
border-color: #8C5DEC;
}
</style>