Shades of Medium Slate Blue #8766EB
Tints of Medium Slate Blue #8766EB
RGB
CMYK
RGB Variations
Color information
#8766EB (or 0x8766EB) is known color: Medium Slate Blue. HEX triplet: 87, 66 and EB. RGB value is (135,102,235). Sum of RGB (Red+Green+Blue) = 135+102+235=472 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.60% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #8766EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8766EB is #789914. Grayscale: #7E7E7E. Windows color (decimal): -7903509 or 15427207. OLE color: 15427207.
HSL color Cylindrical-coordinate representation of color #8766EB: hue angle of 254.89º 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 #8766EB is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 135 | 102 | 235 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.08 |
| HSL | 254.89º | 0.77% | 0.66% | - |
| HSV(B) | 254.89º | 0.57% | 0.92% | - |
| XYZ | 29.74 | 20.65 | 81.02 | - |
| YUV | 127.03 | 188.93 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 102 | 235 | 0.43 | 0.57 | 0 | 0.08 | 254.89 | 0.77 | 0.66 |
| Hex | 87 | 66 | EB | 2B | 39 | 0 | 8 | FF | 4D | 42 |
| Octal | 207 | 146 | 353 | 53 | 71 | 0 | 10 | 377 | 115 | 102 |
| Binary | 10000111 | 1100110 | 11101011 | 101011 | 111001 | 0 | 1000 | 11111111 | 1001101 | 1000010 |
Color Harmonies of #8766EB
Complementary color
Monochromatic Colors of #8766EB
Black with #8766EB
Text Example
Text Example
White with #8766EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8766EB; }
p { color: rgb(135,102,235); }
H1.HeaderClassName
{
color: #8766EB;
}
.AnyTagClassName
{
color: #8766EB;
}
</style>
background-color css
<style>
a { background-color: #8766EB; }
a { background-color: rgb(135,102,235); }
div.DivClassName
{
background-color: #8766EB;
}
.BgClassName
{
background-color: #8766EB;
}
</style>
border-color css
<style>
span { border-color: #8766EB; }
span { border-color: rgb(135,102,235); }
td.TdClassName
{
border-color: #8766EB;
}
.TagClassName
{
border-color: #8766EB;
}
</style>