Shades of Medium Slate Blue #8756ED
Tints of Medium Slate Blue #8756ED
RGB
CMYK
RGB Variations
Color information
#8756ED (or 0x8756ED) is known color: Medium Slate Blue. HEX triplet: 87, 56 and ED. RGB value is (135,86,237). Sum of RGB (Red+Green+Blue) = 135+86+237=458 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.48% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #8756ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8756ED is #78A912. Grayscale: #757575. Windows color (decimal): -7907603 or 15554183. OLE color: 15554183.
HSL color Cylindrical-coordinate representation of color #8756ED: hue angle of 259.47º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8756ED is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 86 | 237 | - |
| CMYK | 0.43 | 0.64 | 0 | 0.07 |
| HSL | 259.47º | 0.81% | 0.63% | - |
| HSV(B) | 259.47º | 0.64% | 0.93% | - |
| XYZ | 28.61 | 17.92 | 82.07 | - |
| YUV | 117.87 | 195.23 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 86 | 237 | 0.43 | 0.64 | 0 | 0.07 | 259.47 | 0.81 | 0.63 |
| Hex | 87 | 56 | ED | 2B | 40 | 0 | 7 | 103 | 51 | 3F |
| Octal | 207 | 126 | 355 | 53 | 100 | 0 | 7 | 403 | 121 | 77 |
| Binary | 10000111 | 1010110 | 11101101 | 101011 | 1000000 | 0 | 111 | 100000011 | 1010001 | 111111 |
Color Harmonies of #8756ED
Complementary color
Monochromatic Colors of #8756ED
Black with #8756ED
Text Example
Text Example
White with #8756ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8756ED; }
p { color: rgb(135,86,237); }
H1.HeaderClassName
{
color: #8756ED;
}
.AnyTagClassName
{
color: #8756ED;
}
</style>
background-color css
<style>
a { background-color: #8756ED; }
a { background-color: rgb(135,86,237); }
div.DivClassName
{
background-color: #8756ED;
}
.BgClassName
{
background-color: #8756ED;
}
</style>
border-color css
<style>
span { border-color: #8756ED; }
span { border-color: rgb(135,86,237); }
td.TdClassName
{
border-color: #8756ED;
}
.TagClassName
{
border-color: #8756ED;
}
</style>