Shades of Medium Slate Blue #7A59F0
Tints of Medium Slate Blue #7A59F0
RGB
CMYK
RGB Variations
Color information
#7A59F0 (or 0x7A59F0) is known color: Medium Slate Blue. HEX triplet: 7A, 59 and F0. RGB value is (122,89,240). Sum of RGB (Red+Green+Blue) = 122+89+240=451 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.05% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 240 (94.14% from 255 or 53.22% from 451); Max value from RGB is 240 - color contains mainly: blue. Hex color #7A59F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A59F0 is #85A60F. Grayscale: #737373. Windows color (decimal): -8758800 or 15751546. OLE color: 15751546.
HSL color Cylindrical-coordinate representation of color #7A59F0: hue angle of 253.11º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A59F0 is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 122 | 89 | 240 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.06 |
| HSL | 253.11º | 0.83% | 0.65% | - |
| HSV(B) | 253.11º | 0.63% | 0.94% | - |
| XYZ | 27.33 | 17.57 | 84.39 | - |
| YUV | 116.08 | 197.93 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 89 | 240 | 0.49 | 0.63 | 0 | 0.06 | 253.11 | 0.83 | 0.65 |
| Hex | 7A | 59 | F0 | 31 | 3F | 0 | 6 | FD | 53 | 41 |
| Octal | 172 | 131 | 360 | 61 | 77 | 0 | 6 | 375 | 123 | 101 |
| Binary | 1111010 | 1011001 | 11110000 | 110001 | 111111 | 0 | 110 | 11111101 | 1010011 | 1000001 |
Color Harmonies of #7A59F0
Complementary color
Monochromatic Colors of #7A59F0
Black with #7A59F0
Text Example
Text Example
White with #7A59F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A59F0; }
p { color: rgb(122,89,240); }
H1.HeaderClassName
{
color: #7A59F0;
}
.AnyTagClassName
{
color: #7A59F0;
}
</style>
background-color css
<style>
a { background-color: #7A59F0; }
a { background-color: rgb(122,89,240); }
div.DivClassName
{
background-color: #7A59F0;
}
.BgClassName
{
background-color: #7A59F0;
}
</style>
border-color css
<style>
span { border-color: #7A59F0; }
span { border-color: rgb(122,89,240); }
td.TdClassName
{
border-color: #7A59F0;
}
.TagClassName
{
border-color: #7A59F0;
}
</style>