Shades of Medium Slate Blue #7A65E9
Tints of Medium Slate Blue #7A65E9
RGB
CMYK
RGB Variations
Color information
#7A65E9 (or 0x7A65E9) is known color: Medium Slate Blue. HEX triplet: 7A, 65 and E9. RGB value is (122,101,233). Sum of RGB (Red+Green+Blue) = 122+101+233=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 233 (91.41% from 255 or 51.10% from 456); Max value from RGB is 233 - color contains mainly: blue. Hex color #7A65E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A65E9 is #859A16. Grayscale: #797979. Windows color (decimal): -8755735 or 15295866. OLE color: 15295866.
HSL color Cylindrical-coordinate representation of color #7A65E9: hue angle of 249.55º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A65E9 is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 101 | 233 | - |
| CMYK | 0.48 | 0.57 | 0 | 0.09 |
| HSL | 249.55º | 0.75% | 0.65% | - |
| HSV(B) | 249.55º | 0.57% | 0.91% | - |
| XYZ | 27.39 | 19.33 | 79.38 | - |
| YUV | 122.33 | 190.46 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 101 | 233 | 0.48 | 0.57 | 0 | 0.09 | 249.55 | 0.75 | 0.65 |
| Hex | 7A | 65 | E9 | 30 | 39 | 0 | 9 | FA | 4B | 41 |
| Octal | 172 | 145 | 351 | 60 | 71 | 0 | 11 | 372 | 113 | 101 |
| Binary | 1111010 | 1100101 | 11101001 | 110000 | 111001 | 0 | 1001 | 11111010 | 1001011 | 1000001 |
Color Harmonies of #7A65E9
Complementary color
Monochromatic Colors of #7A65E9
Black with #7A65E9
Text Example
Text Example
White with #7A65E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A65E9; }
p { color: rgb(122,101,233); }
H1.HeaderClassName
{
color: #7A65E9;
}
.AnyTagClassName
{
color: #7A65E9;
}
</style>
background-color css
<style>
a { background-color: #7A65E9; }
a { background-color: rgb(122,101,233); }
div.DivClassName
{
background-color: #7A65E9;
}
.BgClassName
{
background-color: #7A65E9;
}
</style>
border-color css
<style>
span { border-color: #7A65E9; }
span { border-color: rgb(122,101,233); }
td.TdClassName
{
border-color: #7A65E9;
}
.TagClassName
{
border-color: #7A65E9;
}
</style>