Shades of Medium Slate Blue #8E55EE
Tints of Medium Slate Blue #8E55EE
RGB
CMYK
RGB Variations
Color information
#8E55EE (or 0x8E55EE) is known color: Medium Slate Blue. HEX triplet: 8E, 55 and EE. RGB value is (142,85,238). Sum of RGB (Red+Green+Blue) = 142+85+238=465 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.54% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #8E55EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E55EE is #71AA11. Grayscale: #767676. Windows color (decimal): -7449106 or 15619470. OLE color: 15619470.
HSL color Cylindrical-coordinate representation of color #8E55EE: hue angle of 262.35º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8E55EE is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 85 | 238 | - |
| CMYK | 0.40 | 0.64 | 0 | 0.07 |
| HSL | 262.35º | 0.82% | 0.63% | - |
| HSV(B) | 262.35º | 0.64% | 0.93% | - |
| XYZ | 29.84 | 18.42 | 82.87 | - |
| YUV | 119.49 | 194.88 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 85 | 238 | 0.40 | 0.64 | 0 | 0.07 | 262.35 | 0.82 | 0.63 |
| Hex | 8E | 55 | EE | 28 | 40 | 0 | 7 | 106 | 52 | 3F |
| Octal | 216 | 125 | 356 | 50 | 100 | 0 | 7 | 406 | 122 | 77 |
| Binary | 10001110 | 1010101 | 11101110 | 101000 | 1000000 | 0 | 111 | 100000110 | 1010010 | 111111 |
Color Harmonies of #8E55EE
Complementary color
Monochromatic Colors of #8E55EE
Black with #8E55EE
Text Example
Text Example
White with #8E55EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E55EE; }
p { color: rgb(142,85,238); }
H1.HeaderClassName
{
color: #8E55EE;
}
.AnyTagClassName
{
color: #8E55EE;
}
</style>
background-color css
<style>
a { background-color: #8E55EE; }
a { background-color: rgb(142,85,238); }
div.DivClassName
{
background-color: #8E55EE;
}
.BgClassName
{
background-color: #8E55EE;
}
</style>
border-color css
<style>
span { border-color: #8E55EE; }
span { border-color: rgb(142,85,238); }
td.TdClassName
{
border-color: #8E55EE;
}
.TagClassName
{
border-color: #8E55EE;
}
</style>