Shades of Medium Slate Blue #8862EE
Tints of Medium Slate Blue #8862EE
RGB
CMYK
RGB Variations
Color information
#8862EE (or 0x8862EE) is known color: Medium Slate Blue. HEX triplet: 88, 62 and EE. RGB value is (136,98,238). Sum of RGB (Red+Green+Blue) = 136+98+238=472 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.81% from 472); Green value is 98 (38.67% from 255 or 20.76% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #8862EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8862EE is #779D11. Grayscale: #7C7C7C. Windows color (decimal): -7838994 or 15622792. OLE color: 15622792.
HSL color Cylindrical-coordinate representation of color #8862EE: hue angle of 256.29º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8862EE is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 98 | 238 | - |
| CMYK | 0.43 | 0.59 | 0 | 0.07 |
| HSL | 256.29º | 0.8% | 0.66% | - |
| HSV(B) | 256.29º | 0.59% | 0.93% | - |
| XYZ | 29.95 | 20.14 | 83.2 | - |
| YUV | 125.32 | 191.59 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 98 | 238 | 0.43 | 0.59 | 0 | 0.07 | 256.29 | 0.8 | 0.66 |
| Hex | 88 | 62 | EE | 2B | 3B | 0 | 7 | 100 | 50 | 42 |
| Octal | 210 | 142 | 356 | 53 | 73 | 0 | 7 | 400 | 120 | 102 |
| Binary | 10001000 | 1100010 | 11101110 | 101011 | 111011 | 0 | 111 | 100000000 | 1010000 | 1000010 |
Color Harmonies of #8862EE
Complementary color
Monochromatic Colors of #8862EE
Black with #8862EE
Text Example
Text Example
White with #8862EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8862EE; }
p { color: rgb(136,98,238); }
H1.HeaderClassName
{
color: #8862EE;
}
.AnyTagClassName
{
color: #8862EE;
}
</style>
background-color css
<style>
a { background-color: #8862EE; }
a { background-color: rgb(136,98,238); }
div.DivClassName
{
background-color: #8862EE;
}
.BgClassName
{
background-color: #8862EE;
}
</style>
border-color css
<style>
span { border-color: #8862EE; }
span { border-color: rgb(136,98,238); }
td.TdClassName
{
border-color: #8862EE;
}
.TagClassName
{
border-color: #8862EE;
}
</style>