Shades of Medium Slate Blue #7759EC
Tints of Medium Slate Blue #7759EC
RGB
CMYK
RGB Variations
Color information
#7759EC (or 0x7759EC) is known color: Medium Slate Blue. HEX triplet: 77, 59 and EC. RGB value is (119,89,236). Sum of RGB (Red+Green+Blue) = 119+89+236=444 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.80% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #7759EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7759EC is #88A613. Grayscale: #727272. Windows color (decimal): -8955412 or 15489399. OLE color: 15489399.
HSL color Cylindrical-coordinate representation of color #7759EC: hue angle of 252.24º 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 #7759EC is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 89 | 236 | - |
| CMYK | 0.50 | 0.62 | 0 | 0.07 |
| HSL | 252.24º | 0.79% | 0.64% | - |
| HSV(B) | 252.24º | 0.62% | 0.93% | - |
| XYZ | 26.32 | 17.12 | 81.27 | - |
| YUV | 114.73 | 196.44 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 89 | 236 | 0.50 | 0.62 | 0 | 0.07 | 252.24 | 0.79 | 0.64 |
| Hex | 77 | 59 | EC | 32 | 3E | 0 | 7 | FC | 4F | 40 |
| Octal | 167 | 131 | 354 | 62 | 76 | 0 | 7 | 374 | 117 | 100 |
| Binary | 1110111 | 1011001 | 11101100 | 110010 | 111110 | 0 | 111 | 11111100 | 1001111 | 1000000 |
Color Harmonies of #7759EC
Complementary color
Monochromatic Colors of #7759EC
Black with #7759EC
Text Example
Text Example
White with #7759EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7759EC; }
p { color: rgb(119,89,236); }
H1.HeaderClassName
{
color: #7759EC;
}
.AnyTagClassName
{
color: #7759EC;
}
</style>
background-color css
<style>
a { background-color: #7759EC; }
a { background-color: rgb(119,89,236); }
div.DivClassName
{
background-color: #7759EC;
}
.BgClassName
{
background-color: #7759EC;
}
</style>
border-color css
<style>
span { border-color: #7759EC; }
span { border-color: rgb(119,89,236); }
td.TdClassName
{
border-color: #7759EC;
}
.TagClassName
{
border-color: #7759EC;
}
</style>