Shades of Medium Slate Blue #8C70ED
Tints of Medium Slate Blue #8C70ED
RGB
CMYK
RGB Variations
Color information
#8C70ED (or 0x8C70ED) is known color: Medium Slate Blue. HEX triplet: 8C, 70 and ED. RGB value is (140,112,237). Sum of RGB (Red+Green+Blue) = 140+112+237=489 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.63% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #8C70ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C70ED is #738F12. Grayscale: #868686. Windows color (decimal): -7573267 or 15560844. OLE color: 15560844.
HSL color Cylindrical-coordinate representation of color #8C70ED: hue angle of 253.44º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C70ED is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 112 | 237 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.07 |
| HSL | 253.44º | 0.78% | 0.68% | - |
| HSV(B) | 253.44º | 0.53% | 0.93% | - |
| XYZ | 31.9 | 23.28 | 82.93 | - |
| YUV | 134.62 | 185.78 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 112 | 237 | 0.41 | 0.53 | 0 | 0.07 | 253.44 | 0.78 | 0.68 |
| Hex | 8C | 70 | ED | 29 | 35 | 0 | 7 | FD | 4E | 44 |
| Octal | 214 | 160 | 355 | 51 | 65 | 0 | 7 | 375 | 116 | 104 |
| Binary | 10001100 | 1110000 | 11101101 | 101001 | 110101 | 0 | 111 | 11111101 | 1001110 | 1000100 |
Color Harmonies of #8C70ED
Complementary color
Monochromatic Colors of #8C70ED
Black with #8C70ED
Text Example
Text Example
White with #8C70ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C70ED; }
p { color: rgb(140,112,237); }
H1.HeaderClassName
{
color: #8C70ED;
}
.AnyTagClassName
{
color: #8C70ED;
}
</style>
background-color css
<style>
a { background-color: #8C70ED; }
a { background-color: rgb(140,112,237); }
div.DivClassName
{
background-color: #8C70ED;
}
.BgClassName
{
background-color: #8C70ED;
}
</style>
border-color css
<style>
span { border-color: #8C70ED; }
span { border-color: rgb(140,112,237); }
td.TdClassName
{
border-color: #8C70ED;
}
.TagClassName
{
border-color: #8C70ED;
}
</style>