Shades of Studio #7A539E
Tints of Studio #7A539E
RGB
CMYK
RGB Variations
Color information
#7A539E (or 0x7A539E) is known color: Studio. HEX triplet: 7A, 53 and 9E. RGB value is (122,83,158). Sum of RGB (Red+Green+Blue) = 122+83+158=363 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.61% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #7A539E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A539E is #85AC61. Grayscale: #666666. Windows color (decimal): -8760418 or 10376058. OLE color: 10376058.
HSL color Cylindrical-coordinate representation of color #7A539E: hue angle of 271.2º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A539E is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 83 | 158 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.38 |
| HSL | 271.2º | 0.31% | 0.47% | - |
| HSV(B) | 271.2º | 0.47% | 0.62% | - |
| XYZ | 17.29 | 12.79 | 33.91 | - |
| YUV | 103.21 | 158.92 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 83 | 158 | 0.23 | 0.47 | 0 | 0.38 | 271.2 | 0.31 | 0.47 |
| Hex | 7A | 53 | 9E | 17 | 2F | 0 | 26 | 10F | 1F | 2F |
| Octal | 172 | 123 | 236 | 27 | 57 | 0 | 46 | 417 | 37 | 57 |
| Binary | 1111010 | 1010011 | 10011110 | 10111 | 101111 | 0 | 100110 | 100001111 | 11111 | 101111 |
Color Harmonies of #7A539E
Complementary color
Monochromatic Colors of #7A539E
Black with #7A539E
Text Example
Text Example
White with #7A539E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A539E; }
p { color: rgb(122,83,158); }
H1.HeaderClassName
{
color: #7A539E;
}
.AnyTagClassName
{
color: #7A539E;
}
</style>
background-color css
<style>
a { background-color: #7A539E; }
a { background-color: rgb(122,83,158); }
div.DivClassName
{
background-color: #7A539E;
}
.BgClassName
{
background-color: #7A539E;
}
</style>
border-color css
<style>
span { border-color: #7A539E; }
span { border-color: rgb(122,83,158); }
td.TdClassName
{
border-color: #7A539E;
}
.TagClassName
{
border-color: #7A539E;
}
</style>