Shades of Medium Slate Blue #8C71EC
Tints of Medium Slate Blue #8C71EC
RGB
CMYK
RGB Variations
Color information
#8C71EC (or 0x8C71EC) is known color: Medium Slate Blue. HEX triplet: 8C, 71 and EC. RGB value is (140,113,236). Sum of RGB (Red+Green+Blue) = 140+113+236=489 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.63% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #8C71EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C71EC is #738E13. Grayscale: #868686. Windows color (decimal): -7573012 or 15495564. OLE color: 15495564.
HSL color Cylindrical-coordinate representation of color #8C71EC: hue angle of 253.17º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C71EC is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 113 | 236 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.07 |
| HSL | 253.17º | 0.76% | 0.68% | - |
| HSV(B) | 253.17º | 0.52% | 0.93% | - |
| XYZ | 31.86 | 23.44 | 82.2 | - |
| YUV | 135.1 | 184.95 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 113 | 236 | 0.41 | 0.52 | 0 | 0.07 | 253.17 | 0.76 | 0.68 |
| Hex | 8C | 71 | EC | 29 | 34 | 0 | 7 | FD | 4C | 44 |
| Octal | 214 | 161 | 354 | 51 | 64 | 0 | 7 | 375 | 114 | 104 |
| Binary | 10001100 | 1110001 | 11101100 | 101001 | 110100 | 0 | 111 | 11111101 | 1001100 | 1000100 |
Color Harmonies of #8C71EC
Complementary color
Monochromatic Colors of #8C71EC
Black with #8C71EC
Text Example
Text Example
White with #8C71EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C71EC; }
p { color: rgb(140,113,236); }
H1.HeaderClassName
{
color: #8C71EC;
}
.AnyTagClassName
{
color: #8C71EC;
}
</style>
background-color css
<style>
a { background-color: #8C71EC; }
a { background-color: rgb(140,113,236); }
div.DivClassName
{
background-color: #8C71EC;
}
.BgClassName
{
background-color: #8C71EC;
}
</style>
border-color css
<style>
span { border-color: #8C71EC; }
span { border-color: rgb(140,113,236); }
td.TdClassName
{
border-color: #8C71EC;
}
.TagClassName
{
border-color: #8C71EC;
}
</style>