Shades of Studio #7A5E95
Tints of Studio #7A5E95
RGB
CMYK
RGB Variations
Color information
#7A5E95 (or 0x7A5E95) is known color: Studio. HEX triplet: 7A, 5E and 95. RGB value is (122,94,149). Sum of RGB (Red+Green+Blue) = 122+94+149=365 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.42% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 149 - color contains mainly: blue. Hex color #7A5E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5E95 is #85A16A. Grayscale: #6C6C6C. Windows color (decimal): -8757611 or 9789050. OLE color: 9789050.
HSL color Cylindrical-coordinate representation of color #7A5E95: hue angle of 270.55º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7A5E95 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 94 | 149 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.42 |
| HSL | 270.55º | 0.23% | 0.48% | - |
| HSV(B) | 270.55º | 0.37% | 0.58% | - |
| XYZ | 17.45 | 14.31 | 30.28 | - |
| YUV | 108.64 | 150.78 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 94 | 149 | 0.18 | 0.37 | 0 | 0.42 | 270.55 | 0.23 | 0.48 |
| Hex | 7A | 5E | 95 | 12 | 25 | 0 | 2A | 10F | 17 | 30 |
| Octal | 172 | 136 | 225 | 22 | 45 | 0 | 52 | 417 | 27 | 60 |
| Binary | 1111010 | 1011110 | 10010101 | 10010 | 100101 | 0 | 101010 | 100001111 | 10111 | 110000 |
Color Harmonies of #7A5E95
Complementary color
Monochromatic Colors of #7A5E95
Black with #7A5E95
Text Example
Text Example
White with #7A5E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5E95; }
p { color: rgb(122,94,149); }
H1.HeaderClassName
{
color: #7A5E95;
}
.AnyTagClassName
{
color: #7A5E95;
}
</style>
background-color css
<style>
a { background-color: #7A5E95; }
a { background-color: rgb(122,94,149); }
div.DivClassName
{
background-color: #7A5E95;
}
.BgClassName
{
background-color: #7A5E95;
}
</style>
border-color css
<style>
span { border-color: #7A5E95; }
span { border-color: rgb(122,94,149); }
td.TdClassName
{
border-color: #7A5E95;
}
.TagClassName
{
border-color: #7A5E95;
}
</style>