Shades of Medium Slate Blue #8C73EC
Tints of Medium Slate Blue #8C73EC
RGB
CMYK
RGB Variations
Color information
#8C73EC (or 0x8C73EC) is known color: Medium Slate Blue. HEX triplet: 8C, 73 and EC. RGB value is (140,115,236). Sum of RGB (Red+Green+Blue) = 140+115+236=491 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.51% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #8C73EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C73EC is #738C13. Grayscale: #878787. Windows color (decimal): -7572500 or 15496076. OLE color: 15496076.
HSL color Cylindrical-coordinate representation of color #8C73EC: hue angle of 252.4º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C73EC is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 115 | 236 | - |
| CMYK | 0.41 | 0.51 | 0 | 0.07 |
| HSL | 252.4º | 0.76% | 0.69% | - |
| HSV(B) | 252.4º | 0.51% | 0.93% | - |
| XYZ | 32.09 | 23.89 | 82.28 | - |
| YUV | 136.27 | 184.28 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 115 | 236 | 0.41 | 0.51 | 0 | 0.07 | 252.4 | 0.76 | 0.69 |
| Hex | 8C | 73 | EC | 29 | 33 | 0 | 7 | FC | 4C | 45 |
| Octal | 214 | 163 | 354 | 51 | 63 | 0 | 7 | 374 | 114 | 105 |
| Binary | 10001100 | 1110011 | 11101100 | 101001 | 110011 | 0 | 111 | 11111100 | 1001100 | 1000101 |
Color Harmonies of #8C73EC
Complementary color
Monochromatic Colors of #8C73EC
Black with #8C73EC
Text Example
Text Example
White with #8C73EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C73EC; }
p { color: rgb(140,115,236); }
H1.HeaderClassName
{
color: #8C73EC;
}
.AnyTagClassName
{
color: #8C73EC;
}
</style>
background-color css
<style>
a { background-color: #8C73EC; }
a { background-color: rgb(140,115,236); }
div.DivClassName
{
background-color: #8C73EC;
}
.BgClassName
{
background-color: #8C73EC;
}
</style>
border-color css
<style>
span { border-color: #8C73EC; }
span { border-color: rgb(140,115,236); }
td.TdClassName
{
border-color: #8C73EC;
}
.TagClassName
{
border-color: #8C73EC;
}
</style>