Shades of Medium Slate Blue #7959EC
Tints of Medium Slate Blue #7959EC
RGB
CMYK
RGB Variations
Color information
#7959EC (or 0x7959EC) is known color: Medium Slate Blue. HEX triplet: 79, 59 and EC. RGB value is (121,89,236). Sum of RGB (Red+Green+Blue) = 121+89+236=446 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.13% from 446); Green value is 89 (35.16% from 255 or 19.96% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #7959EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7959EC is #86A613. Grayscale: #727272. Windows color (decimal): -8824340 or 15489401. OLE color: 15489401.
HSL color Cylindrical-coordinate representation of color #7959EC: hue angle of 253.06º 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 #7959EC is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 121 | 89 | 236 | - |
| CMYK | 0.49 | 0.62 | 0 | 0.07 |
| HSL | 253.06º | 0.79% | 0.64% | - |
| HSV(B) | 253.06º | 0.62% | 0.93% | - |
| XYZ | 26.6 | 17.27 | 81.29 | - |
| YUV | 115.33 | 196.1 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 89 | 236 | 0.49 | 0.62 | 0 | 0.07 | 253.06 | 0.79 | 0.64 |
| Hex | 79 | 59 | EC | 31 | 3E | 0 | 7 | FD | 4F | 40 |
| Octal | 171 | 131 | 354 | 61 | 76 | 0 | 7 | 375 | 117 | 100 |
| Binary | 1111001 | 1011001 | 11101100 | 110001 | 111110 | 0 | 111 | 11111101 | 1001111 | 1000000 |
Color Harmonies of #7959EC
Complementary color
Monochromatic Colors of #7959EC
Black with #7959EC
Text Example
Text Example
White with #7959EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7959EC; }
p { color: rgb(121,89,236); }
H1.HeaderClassName
{
color: #7959EC;
}
.AnyTagClassName
{
color: #7959EC;
}
</style>
background-color css
<style>
a { background-color: #7959EC; }
a { background-color: rgb(121,89,236); }
div.DivClassName
{
background-color: #7959EC;
}
.BgClassName
{
background-color: #7959EC;
}
</style>
border-color css
<style>
span { border-color: #7959EC; }
span { border-color: rgb(121,89,236); }
td.TdClassName
{
border-color: #7959EC;
}
.TagClassName
{
border-color: #7959EC;
}
</style>