Shades of Medium Slate Blue #7A6EE9
Tints of Medium Slate Blue #7A6EE9
RGB
CMYK
RGB Variations
Color information
#7A6EE9 (or 0x7A6EE9) is known color: Medium Slate Blue. HEX triplet: 7A, 6E and E9. RGB value is (122,110,233). Sum of RGB (Red+Green+Blue) = 122+110+233=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 233 (91.41% from 255 or 50.11% from 465); Max value from RGB is 233 - color contains mainly: blue. Hex color #7A6EE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A6EE9 is #859116. Grayscale: #7F7F7F. Windows color (decimal): -8753431 or 15298170. OLE color: 15298170.
HSL color Cylindrical-coordinate representation of color #7A6EE9: hue angle of 245.85º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A6EE9 is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 110 | 233 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.09 |
| HSL | 245.85º | 0.74% | 0.67% | - |
| HSV(B) | 245.85º | 0.53% | 0.91% | - |
| XYZ | 28.31 | 21.17 | 79.69 | - |
| YUV | 127.61 | 187.48 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 110 | 233 | 0.48 | 0.53 | 0 | 0.09 | 245.85 | 0.74 | 0.67 |
| Hex | 7A | 6E | E9 | 30 | 35 | 0 | 9 | F6 | 4A | 43 |
| Octal | 172 | 156 | 351 | 60 | 65 | 0 | 11 | 366 | 112 | 103 |
| Binary | 1111010 | 1101110 | 11101001 | 110000 | 110101 | 0 | 1001 | 11110110 | 1001010 | 1000011 |
Color Harmonies of #7A6EE9
Complementary color
Monochromatic Colors of #7A6EE9
Black with #7A6EE9
Text Example
Text Example
White with #7A6EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6EE9; }
p { color: rgb(122,110,233); }
H1.HeaderClassName
{
color: #7A6EE9;
}
.AnyTagClassName
{
color: #7A6EE9;
}
</style>
background-color css
<style>
a { background-color: #7A6EE9; }
a { background-color: rgb(122,110,233); }
div.DivClassName
{
background-color: #7A6EE9;
}
.BgClassName
{
background-color: #7A6EE9;
}
</style>
border-color css
<style>
span { border-color: #7A6EE9; }
span { border-color: rgb(122,110,233); }
td.TdClassName
{
border-color: #7A6EE9;
}
.TagClassName
{
border-color: #7A6EE9;
}
</style>