Shades of Medium Slate Blue #8766EC
Tints of Medium Slate Blue #8766EC
RGB
CMYK
RGB Variations
Color information
#8766EC (or 0x8766EC) is known color: Medium Slate Blue. HEX triplet: 87, 66 and EC. RGB value is (135,102,236). Sum of RGB (Red+Green+Blue) = 135+102+236=473 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.54% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #8766EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8766EC is #789913. Grayscale: #7E7E7E. Windows color (decimal): -7903508 or 15492743. OLE color: 15492743.
HSL color Cylindrical-coordinate representation of color #8766EC: hue angle of 254.78º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8766EC is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 102 | 236 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.07 |
| HSL | 254.78º | 0.78% | 0.66% | - |
| HSV(B) | 254.78º | 0.57% | 0.93% | - |
| XYZ | 29.88 | 20.71 | 81.78 | - |
| YUV | 127.14 | 189.43 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 102 | 236 | 0.43 | 0.57 | 0 | 0.07 | 254.78 | 0.78 | 0.66 |
| Hex | 87 | 66 | EC | 2B | 39 | 0 | 7 | FF | 4E | 42 |
| Octal | 207 | 146 | 354 | 53 | 71 | 0 | 7 | 377 | 116 | 102 |
| Binary | 10000111 | 1100110 | 11101100 | 101011 | 111001 | 0 | 111 | 11111111 | 1001110 | 1000010 |
Color Harmonies of #8766EC
Complementary color
Monochromatic Colors of #8766EC
Black with #8766EC
Text Example
Text Example
White with #8766EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8766EC; }
p { color: rgb(135,102,236); }
H1.HeaderClassName
{
color: #8766EC;
}
.AnyTagClassName
{
color: #8766EC;
}
</style>
background-color css
<style>
a { background-color: #8766EC; }
a { background-color: rgb(135,102,236); }
div.DivClassName
{
background-color: #8766EC;
}
.BgClassName
{
background-color: #8766EC;
}
</style>
border-color css
<style>
span { border-color: #8766EC; }
span { border-color: rgb(135,102,236); }
td.TdClassName
{
border-color: #8766EC;
}
.TagClassName
{
border-color: #8766EC;
}
</style>