Shades of Medium Slate Blue #8866EB
Tints of Medium Slate Blue #8866EB
RGB
CMYK
RGB Variations
Color information
#8866EB (or 0x8866EB) is known color: Medium Slate Blue. HEX triplet: 88, 66 and EB. RGB value is (136,102,235). Sum of RGB (Red+Green+Blue) = 136+102+235=473 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.75% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #8866EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8866EB is #779914. Grayscale: #7E7E7E. Windows color (decimal): -7837973 or 15427208. OLE color: 15427208.
HSL color Cylindrical-coordinate representation of color #8866EB: hue angle of 255.34º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8866EB is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 102 | 235 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.08 |
| HSL | 255.34º | 0.77% | 0.66% | - |
| HSV(B) | 255.34º | 0.57% | 0.92% | - |
| XYZ | 29.9 | 20.74 | 81.02 | - |
| YUV | 127.33 | 188.76 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 102 | 235 | 0.42 | 0.57 | 0 | 0.08 | 255.34 | 0.77 | 0.66 |
| Hex | 88 | 66 | EB | 2A | 39 | 0 | 8 | FF | 4D | 42 |
| Octal | 210 | 146 | 353 | 52 | 71 | 0 | 10 | 377 | 115 | 102 |
| Binary | 10001000 | 1100110 | 11101011 | 101010 | 111001 | 0 | 1000 | 11111111 | 1001101 | 1000010 |
Color Harmonies of #8866EB
Complementary color
Monochromatic Colors of #8866EB
Black with #8866EB
Text Example
Text Example
White with #8866EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8866EB; }
p { color: rgb(136,102,235); }
H1.HeaderClassName
{
color: #8866EB;
}
.AnyTagClassName
{
color: #8866EB;
}
</style>
background-color css
<style>
a { background-color: #8866EB; }
a { background-color: rgb(136,102,235); }
div.DivClassName
{
background-color: #8866EB;
}
.BgClassName
{
background-color: #8866EB;
}
</style>
border-color css
<style>
span { border-color: #8866EB; }
span { border-color: rgb(136,102,235); }
td.TdClassName
{
border-color: #8866EB;
}
.TagClassName
{
border-color: #8866EB;
}
</style>