Shades of Medium Slate Blue #8756EE
Tints of Medium Slate Blue #8756EE
RGB
CMYK
RGB Variations
Color information
#8756EE (or 0x8756EE) is known color: Medium Slate Blue. HEX triplet: 87, 56 and EE. RGB value is (135,86,238). Sum of RGB (Red+Green+Blue) = 135+86+238=459 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.41% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #8756EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8756EE is #78A911. Grayscale: #757575. Windows color (decimal): -7907602 or 15619719. OLE color: 15619719.
HSL color Cylindrical-coordinate representation of color #8756EE: hue angle of 259.34º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8756EE is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 86 | 238 | - |
| CMYK | 0.43 | 0.64 | 0 | 0.07 |
| HSL | 259.34º | 0.82% | 0.64% | - |
| HSV(B) | 259.34º | 0.64% | 0.93% | - |
| XYZ | 28.75 | 17.98 | 82.84 | - |
| YUV | 117.98 | 195.73 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 86 | 238 | 0.43 | 0.64 | 0 | 0.07 | 259.34 | 0.82 | 0.64 |
| Hex | 87 | 56 | EE | 2B | 40 | 0 | 7 | 103 | 52 | 40 |
| Octal | 207 | 126 | 356 | 53 | 100 | 0 | 7 | 403 | 122 | 100 |
| Binary | 10000111 | 1010110 | 11101110 | 101011 | 1000000 | 0 | 111 | 100000011 | 1010010 | 1000000 |
Color Harmonies of #8756EE
Complementary color
Monochromatic Colors of #8756EE
Black with #8756EE
Text Example
Text Example
White with #8756EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8756EE; }
p { color: rgb(135,86,238); }
H1.HeaderClassName
{
color: #8756EE;
}
.AnyTagClassName
{
color: #8756EE;
}
</style>
background-color css
<style>
a { background-color: #8756EE; }
a { background-color: rgb(135,86,238); }
div.DivClassName
{
background-color: #8756EE;
}
.BgClassName
{
background-color: #8756EE;
}
</style>
border-color css
<style>
span { border-color: #8756EE; }
span { border-color: rgb(135,86,238); }
td.TdClassName
{
border-color: #8756EE;
}
.TagClassName
{
border-color: #8756EE;
}
</style>