Shades of Medium Slate Blue #7A59EC
Tints of Medium Slate Blue #7A59EC
RGB
CMYK
RGB Variations
Color information
#7A59EC (or 0x7A59EC) is known color: Medium Slate Blue. HEX triplet: 7A, 59 and EC. RGB value is (122,89,236). Sum of RGB (Red+Green+Blue) = 122+89+236=447 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.29% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #7A59EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A59EC is #85A613. Grayscale: #737373. Windows color (decimal): -8758804 or 15489402. OLE color: 15489402.
HSL color Cylindrical-coordinate representation of color #7A59EC: hue angle of 253.47º 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 #7A59EC is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 89 | 236 | - |
| CMYK | 0.48 | 0.62 | 0 | 0.07 |
| HSL | 253.47º | 0.79% | 0.64% | - |
| HSV(B) | 253.47º | 0.62% | 0.93% | - |
| XYZ | 26.74 | 17.34 | 81.29 | - |
| YUV | 115.63 | 195.93 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 89 | 236 | 0.48 | 0.62 | 0 | 0.07 | 253.47 | 0.79 | 0.64 |
| Hex | 7A | 59 | EC | 30 | 3E | 0 | 7 | FD | 4F | 40 |
| Octal | 172 | 131 | 354 | 60 | 76 | 0 | 7 | 375 | 117 | 100 |
| Binary | 1111010 | 1011001 | 11101100 | 110000 | 111110 | 0 | 111 | 11111101 | 1001111 | 1000000 |
Color Harmonies of #7A59EC
Complementary color
Monochromatic Colors of #7A59EC
Black with #7A59EC
Text Example
Text Example
White with #7A59EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A59EC; }
p { color: rgb(122,89,236); }
H1.HeaderClassName
{
color: #7A59EC;
}
.AnyTagClassName
{
color: #7A59EC;
}
</style>
background-color css
<style>
a { background-color: #7A59EC; }
a { background-color: rgb(122,89,236); }
div.DivClassName
{
background-color: #7A59EC;
}
.BgClassName
{
background-color: #7A59EC;
}
</style>
border-color css
<style>
span { border-color: #7A59EC; }
span { border-color: rgb(122,89,236); }
td.TdClassName
{
border-color: #7A59EC;
}
.TagClassName
{
border-color: #7A59EC;
}
</style>