Shades of Medium Slate Blue #8766E6
Tints of Medium Slate Blue #8766E6
RGB
CMYK
RGB Variations
Color information
#8766E6 (or 0x8766E6) is known color: Medium Slate Blue. HEX triplet: 87, 66 and E6. RGB value is (135,102,230). Sum of RGB (Red+Green+Blue) = 135+102+230=467 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.91% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 230 (90.23% from 255 or 49.25% from 467); Max value from RGB is 230 - color contains mainly: blue. Hex color #8766E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8766E6 is #789919. Grayscale: #7D7D7D. Windows color (decimal): -7903514 or 15099527. OLE color: 15099527.
HSL color Cylindrical-coordinate representation of color #8766E6: hue angle of 255.47º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8766E6 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 135 | 102 | 230 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.10 |
| HSL | 255.47º | 0.72% | 0.65% | - |
| HSV(B) | 255.47º | 0.56% | 0.9% | - |
| XYZ | 29.03 | 20.37 | 77.26 | - |
| YUV | 126.46 | 186.43 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 102 | 230 | 0.41 | 0.56 | 0 | 0.10 | 255.47 | 0.72 | 0.65 |
| Hex | 87 | 66 | E6 | 29 | 38 | 0 | A | FF | 48 | 41 |
| Octal | 207 | 146 | 346 | 51 | 70 | 0 | 12 | 377 | 110 | 101 |
| Binary | 10000111 | 1100110 | 11100110 | 101001 | 111000 | 0 | 1010 | 11111111 | 1001000 | 1000001 |
Color Harmonies of #8766E6
Complementary color
Monochromatic Colors of #8766E6
Black with #8766E6
Text Example
Text Example
White with #8766E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8766E6; }
p { color: rgb(135,102,230); }
H1.HeaderClassName
{
color: #8766E6;
}
.AnyTagClassName
{
color: #8766E6;
}
</style>
background-color css
<style>
a { background-color: #8766E6; }
a { background-color: rgb(135,102,230); }
div.DivClassName
{
background-color: #8766E6;
}
.BgClassName
{
background-color: #8766E6;
}
</style>
border-color css
<style>
span { border-color: #8766E6; }
span { border-color: rgb(135,102,230); }
td.TdClassName
{
border-color: #8766E6;
}
.TagClassName
{
border-color: #8766E6;
}
</style>