Shades of Medium Slate Blue #8766EF
Tints of Medium Slate Blue #8766EF
RGB
CMYK
RGB Variations
Color information
#8766EF (or 0x8766EF) is known color: Medium Slate Blue. HEX triplet: 87, 66 and EF. RGB value is (135,102,239). Sum of RGB (Red+Green+Blue) = 135+102+239=476 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.36% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #8766EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8766EF is #789910. Grayscale: #7E7E7E. Windows color (decimal): -7903505 or 15689351. OLE color: 15689351.
HSL color Cylindrical-coordinate representation of color #8766EF: hue angle of 254.45º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8766EF is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 135 | 102 | 239 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.06 |
| HSL | 254.45º | 0.81% | 0.67% | - |
| HSV(B) | 254.45º | 0.57% | 0.94% | - |
| XYZ | 30.32 | 20.89 | 84.09 | - |
| YUV | 127.49 | 190.93 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 102 | 239 | 0.44 | 0.57 | 0 | 0.06 | 254.45 | 0.81 | 0.67 |
| Hex | 87 | 66 | EF | 2C | 39 | 0 | 6 | FE | 51 | 43 |
| Octal | 207 | 146 | 357 | 54 | 71 | 0 | 6 | 376 | 121 | 103 |
| Binary | 10000111 | 1100110 | 11101111 | 101100 | 111001 | 0 | 110 | 11111110 | 1010001 | 1000011 |
Color Harmonies of #8766EF
Complementary color
Monochromatic Colors of #8766EF
Black with #8766EF
Text Example
Text Example
White with #8766EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8766EF; }
p { color: rgb(135,102,239); }
H1.HeaderClassName
{
color: #8766EF;
}
.AnyTagClassName
{
color: #8766EF;
}
</style>
background-color css
<style>
a { background-color: #8766EF; }
a { background-color: rgb(135,102,239); }
div.DivClassName
{
background-color: #8766EF;
}
.BgClassName
{
background-color: #8766EF;
}
</style>
border-color css
<style>
span { border-color: #8766EF; }
span { border-color: rgb(135,102,239); }
td.TdClassName
{
border-color: #8766EF;
}
.TagClassName
{
border-color: #8766EF;
}
</style>