Shades of Medium Slate Blue #8C59EB
Tints of Medium Slate Blue #8C59EB
RGB
CMYK
RGB Variations
Color information
#8C59EB (or 0x8C59EB) is known color: Medium Slate Blue. HEX triplet: 8C, 59 and EB. RGB value is (140,89,235). Sum of RGB (Red+Green+Blue) = 140+89+235=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C59EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C59EB is #73A614. Grayscale: #787878. Windows color (decimal): -7579157 or 15423884. OLE color: 15423884.
HSL color Cylindrical-coordinate representation of color #8C59EB: hue angle of 260.96º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C59EB is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 89 | 235 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.08 |
| HSL | 260.96º | 0.78% | 0.64% | - |
| HSV(B) | 260.96º | 0.62% | 0.92% | - |
| XYZ | 29.38 | 18.72 | 80.66 | - |
| YUV | 120.89 | 192.4 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 89 | 235 | 0.40 | 0.62 | 0 | 0.08 | 260.96 | 0.78 | 0.64 |
| Hex | 8C | 59 | EB | 28 | 3E | 0 | 8 | 105 | 4E | 40 |
| Octal | 214 | 131 | 353 | 50 | 76 | 0 | 10 | 405 | 116 | 100 |
| Binary | 10001100 | 1011001 | 11101011 | 101000 | 111110 | 0 | 1000 | 100000101 | 1001110 | 1000000 |
Color Harmonies of #8C59EB
Complementary color
Monochromatic Colors of #8C59EB
Black with #8C59EB
Text Example
Text Example
White with #8C59EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C59EB; }
p { color: rgb(140,89,235); }
H1.HeaderClassName
{
color: #8C59EB;
}
.AnyTagClassName
{
color: #8C59EB;
}
</style>
background-color css
<style>
a { background-color: #8C59EB; }
a { background-color: rgb(140,89,235); }
div.DivClassName
{
background-color: #8C59EB;
}
.BgClassName
{
background-color: #8C59EB;
}
</style>
border-color css
<style>
span { border-color: #8C59EB; }
span { border-color: rgb(140,89,235); }
td.TdClassName
{
border-color: #8C59EB;
}
.TagClassName
{
border-color: #8C59EB;
}
</style>