Shades of Medium Slate Blue #8C5AEC
Tints of Medium Slate Blue #8C5AEC
RGB
CMYK
RGB Variations
Color information
#8C5AEC (or 0x8C5AEC) is known color: Medium Slate Blue. HEX triplet: 8C, 5A and EC. RGB value is (140,90,236). Sum of RGB (Red+Green+Blue) = 140+90+236=466 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.04% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #8C5AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5AEC is #73A513. Grayscale: #797979. Windows color (decimal): -7578900 or 15489676. OLE color: 15489676.
HSL color Cylindrical-coordinate representation of color #8C5AEC: hue angle of 260.55º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C5AEC is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 90 | 236 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.07 |
| HSL | 260.55º | 0.79% | 0.64% | - |
| HSV(B) | 260.55º | 0.62% | 0.93% | - |
| XYZ | 29.61 | 18.94 | 81.45 | - |
| YUV | 121.59 | 192.57 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 90 | 236 | 0.41 | 0.62 | 0 | 0.07 | 260.55 | 0.79 | 0.64 |
| Hex | 8C | 5A | EC | 29 | 3E | 0 | 7 | 105 | 4F | 40 |
| Octal | 214 | 132 | 354 | 51 | 76 | 0 | 7 | 405 | 117 | 100 |
| Binary | 10001100 | 1011010 | 11101100 | 101001 | 111110 | 0 | 111 | 100000101 | 1001111 | 1000000 |
Color Harmonies of #8C5AEC
Complementary color
Monochromatic Colors of #8C5AEC
Black with #8C5AEC
Text Example
Text Example
White with #8C5AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5AEC; }
p { color: rgb(140,90,236); }
H1.HeaderClassName
{
color: #8C5AEC;
}
.AnyTagClassName
{
color: #8C5AEC;
}
</style>
background-color css
<style>
a { background-color: #8C5AEC; }
a { background-color: rgb(140,90,236); }
div.DivClassName
{
background-color: #8C5AEC;
}
.BgClassName
{
background-color: #8C5AEC;
}
</style>
border-color css
<style>
span { border-color: #8C5AEC; }
span { border-color: rgb(140,90,236); }
td.TdClassName
{
border-color: #8C5AEC;
}
.TagClassName
{
border-color: #8C5AEC;
}
</style>