Shades of Medium Slate Blue #8C64EC
Tints of Medium Slate Blue #8C64EC
RGB
CMYK
RGB Variations
Color information
#8C64EC (or 0x8C64EC) is known color: Medium Slate Blue. HEX triplet: 8C, 64 and EC. RGB value is (140,100,236). Sum of RGB (Red+Green+Blue) = 140+100+236=476 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.41% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #8C64EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C64EC is #739B13. Grayscale: #7E7E7E. Windows color (decimal): -7576340 or 15492236. OLE color: 15492236.
HSL color Cylindrical-coordinate representation of color #8C64EC: hue angle of 257.65º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C64EC is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 100 | 236 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.07 |
| HSL | 257.65º | 0.78% | 0.66% | - |
| HSV(B) | 257.65º | 0.58% | 0.93% | - |
| XYZ | 30.51 | 20.75 | 81.75 | - |
| YUV | 127.46 | 189.25 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 100 | 236 | 0.41 | 0.58 | 0 | 0.07 | 257.65 | 0.78 | 0.66 |
| Hex | 8C | 64 | EC | 29 | 3A | 0 | 7 | 102 | 4E | 42 |
| Octal | 214 | 144 | 354 | 51 | 72 | 0 | 7 | 402 | 116 | 102 |
| Binary | 10001100 | 1100100 | 11101100 | 101001 | 111010 | 0 | 111 | 100000010 | 1001110 | 1000010 |
Color Harmonies of #8C64EC
Complementary color
Monochromatic Colors of #8C64EC
Black with #8C64EC
Text Example
Text Example
White with #8C64EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C64EC; }
p { color: rgb(140,100,236); }
H1.HeaderClassName
{
color: #8C64EC;
}
.AnyTagClassName
{
color: #8C64EC;
}
</style>
background-color css
<style>
a { background-color: #8C64EC; }
a { background-color: rgb(140,100,236); }
div.DivClassName
{
background-color: #8C64EC;
}
.BgClassName
{
background-color: #8C64EC;
}
</style>
border-color css
<style>
span { border-color: #8C64EC; }
span { border-color: rgb(140,100,236); }
td.TdClassName
{
border-color: #8C64EC;
}
.TagClassName
{
border-color: #8C64EC;
}
</style>