Shades of Medium Slate Blue #7859EC
Tints of Medium Slate Blue #7859EC
RGB
CMYK
RGB Variations
Color information
#7859EC (or 0x7859EC) is known color: Medium Slate Blue. HEX triplet: 78, 59 and EC. RGB value is (120,89,236). Sum of RGB (Red+Green+Blue) = 120+89+236=445 (58% of max value = 765). Red value is 120 (47.27% from 255 or 26.97% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #7859EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7859EC is #87A613. Grayscale: #727272. Windows color (decimal): -8889876 or 15489400. OLE color: 15489400.
HSL color Cylindrical-coordinate representation of color #7859EC: hue angle of 252.65º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7859EC is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 89 | 236 | - |
| CMYK | 0.49 | 0.62 | 0 | 0.07 |
| HSL | 252.65º | 0.79% | 0.64% | - |
| HSV(B) | 252.65º | 0.62% | 0.93% | - |
| XYZ | 26.46 | 17.19 | 81.28 | - |
| YUV | 115.03 | 196.27 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 89 | 236 | 0.49 | 0.62 | 0 | 0.07 | 252.65 | 0.79 | 0.64 |
| Hex | 78 | 59 | EC | 31 | 3E | 0 | 7 | FD | 4F | 40 |
| Octal | 170 | 131 | 354 | 61 | 76 | 0 | 7 | 375 | 117 | 100 |
| Binary | 1111000 | 1011001 | 11101100 | 110001 | 111110 | 0 | 111 | 11111101 | 1001111 | 1000000 |
Color Harmonies of #7859EC
Complementary color
Monochromatic Colors of #7859EC
Black with #7859EC
Text Example
Text Example
White with #7859EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7859EC; }
p { color: rgb(120,89,236); }
H1.HeaderClassName
{
color: #7859EC;
}
.AnyTagClassName
{
color: #7859EC;
}
</style>
background-color css
<style>
a { background-color: #7859EC; }
a { background-color: rgb(120,89,236); }
div.DivClassName
{
background-color: #7859EC;
}
.BgClassName
{
background-color: #7859EC;
}
</style>
border-color css
<style>
span { border-color: #7859EC; }
span { border-color: rgb(120,89,236); }
td.TdClassName
{
border-color: #7859EC;
}
.TagClassName
{
border-color: #7859EC;
}
</style>