Shades of Medium Slate Blue #8765EC
Tints of Medium Slate Blue #8765EC
RGB
CMYK
RGB Variations
Color information
#8765EC (or 0x8765EC) is known color: Medium Slate Blue. HEX triplet: 87, 65 and EC. RGB value is (135,101,236). Sum of RGB (Red+Green+Blue) = 135+101+236=472 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.60% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #8765EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8765EC is #789A13. Grayscale: #7E7E7E. Windows color (decimal): -7903764 or 15492487. OLE color: 15492487.
HSL color Cylindrical-coordinate representation of color #8765EC: hue angle of 255.11º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8765EC is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 101 | 236 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.07 |
| HSL | 255.11º | 0.78% | 0.66% | - |
| HSV(B) | 255.11º | 0.57% | 0.93% | - |
| XYZ | 29.79 | 20.51 | 81.75 | - |
| YUV | 126.56 | 189.76 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 101 | 236 | 0.43 | 0.57 | 0 | 0.07 | 255.11 | 0.78 | 0.66 |
| Hex | 87 | 65 | EC | 2B | 39 | 0 | 7 | FF | 4E | 42 |
| Octal | 207 | 145 | 354 | 53 | 71 | 0 | 7 | 377 | 116 | 102 |
| Binary | 10000111 | 1100101 | 11101100 | 101011 | 111001 | 0 | 111 | 11111111 | 1001110 | 1000010 |
Color Harmonies of #8765EC
Complementary color
Monochromatic Colors of #8765EC
Black with #8765EC
Text Example
Text Example
White with #8765EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8765EC; }
p { color: rgb(135,101,236); }
H1.HeaderClassName
{
color: #8765EC;
}
.AnyTagClassName
{
color: #8765EC;
}
</style>
background-color css
<style>
a { background-color: #8765EC; }
a { background-color: rgb(135,101,236); }
div.DivClassName
{
background-color: #8765EC;
}
.BgClassName
{
background-color: #8765EC;
}
</style>
border-color css
<style>
span { border-color: #8765EC; }
span { border-color: rgb(135,101,236); }
td.TdClassName
{
border-color: #8765EC;
}
.TagClassName
{
border-color: #8765EC;
}
</style>