Shades of Medium Slate Blue #8756E5
Tints of Medium Slate Blue #8756E5
RGB
CMYK
RGB Variations
Color information
#8756E5 (or 0x8756E5) is known color: Medium Slate Blue. HEX triplet: 87, 56 and E5. RGB value is (135,86,229). Sum of RGB (Red+Green+Blue) = 135+86+229=450 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30% from 450); Green value is 86 (33.98% from 255 or 19.11% from 450); Blue value is 229 (89.84% from 255 or 50.89% from 450); Max value from RGB is 229 - color contains mainly: blue. Hex color #8756E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8756E5 is #78A91A. Grayscale: #747474. Windows color (decimal): -7907611 or 15029895. OLE color: 15029895.
HSL color Cylindrical-coordinate representation of color #8756E5: hue angle of 260.56º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8756E5 is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 135 | 86 | 229 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.10 |
| HSL | 260.56º | 0.73% | 0.62% | - |
| HSV(B) | 260.56º | 0.62% | 0.9% | - |
| XYZ | 27.46 | 17.46 | 76.05 | - |
| YUV | 116.95 | 191.23 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 86 | 229 | 0.41 | 0.62 | 0 | 0.10 | 260.56 | 0.73 | 0.62 |
| Hex | 87 | 56 | E5 | 29 | 3E | 0 | A | 105 | 49 | 3E |
| Octal | 207 | 126 | 345 | 51 | 76 | 0 | 12 | 405 | 111 | 76 |
| Binary | 10000111 | 1010110 | 11100101 | 101001 | 111110 | 0 | 1010 | 100000101 | 1001001 | 111110 |
Color Harmonies of #8756E5
Complementary color
Monochromatic Colors of #8756E5
Black with #8756E5
Text Example
Text Example
White with #8756E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8756E5; }
p { color: rgb(135,86,229); }
H1.HeaderClassName
{
color: #8756E5;
}
.AnyTagClassName
{
color: #8756E5;
}
</style>
background-color css
<style>
a { background-color: #8756E5; }
a { background-color: rgb(135,86,229); }
div.DivClassName
{
background-color: #8756E5;
}
.BgClassName
{
background-color: #8756E5;
}
</style>
border-color css
<style>
span { border-color: #8756E5; }
span { border-color: rgb(135,86,229); }
td.TdClassName
{
border-color: #8756E5;
}
.TagClassName
{
border-color: #8756E5;
}
</style>