Shades of Medium Slate Blue #8866EA
Tints of Medium Slate Blue #8866EA
RGB
CMYK
RGB Variations
Color information
#8866EA (or 0x8866EA) is known color: Medium Slate Blue. HEX triplet: 88, 66 and EA. RGB value is (136,102,234). Sum of RGB (Red+Green+Blue) = 136+102+234=472 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.81% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #8866EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8866EA is #779915. Grayscale: #7E7E7E. Windows color (decimal): -7837974 or 15361672. OLE color: 15361672.
HSL color Cylindrical-coordinate representation of color #8866EA: hue angle of 255.45º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8866EA is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 102 | 234 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.08 |
| HSL | 255.45º | 0.76% | 0.66% | - |
| HSV(B) | 255.45º | 0.56% | 0.92% | - |
| XYZ | 29.76 | 20.68 | 80.26 | - |
| YUV | 127.21 | 188.26 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 102 | 234 | 0.42 | 0.56 | 0 | 0.08 | 255.45 | 0.76 | 0.66 |
| Hex | 88 | 66 | EA | 2A | 38 | 0 | 8 | FF | 4C | 42 |
| Octal | 210 | 146 | 352 | 52 | 70 | 0 | 10 | 377 | 114 | 102 |
| Binary | 10001000 | 1100110 | 11101010 | 101010 | 111000 | 0 | 1000 | 11111111 | 1001100 | 1000010 |
Color Harmonies of #8866EA
Complementary color
Monochromatic Colors of #8866EA
Black with #8866EA
Text Example
Text Example
White with #8866EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8866EA; }
p { color: rgb(136,102,234); }
H1.HeaderClassName
{
color: #8866EA;
}
.AnyTagClassName
{
color: #8866EA;
}
</style>
background-color css
<style>
a { background-color: #8866EA; }
a { background-color: rgb(136,102,234); }
div.DivClassName
{
background-color: #8866EA;
}
.BgClassName
{
background-color: #8866EA;
}
</style>
border-color css
<style>
span { border-color: #8866EA; }
span { border-color: rgb(136,102,234); }
td.TdClassName
{
border-color: #8866EA;
}
.TagClassName
{
border-color: #8866EA;
}
</style>