Shades of Studio #7A509F
Tints of Studio #7A509F
RGB
CMYK
RGB Variations
Color information
#7A509F (or 0x7A509F) is known color: Studio. HEX triplet: 7A, 50 and 9F. RGB value is (122,80,159). Sum of RGB (Red+Green+Blue) = 122+80+159=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 159 - color contains mainly: blue. Hex color #7A509F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A509F is #85AF60. Grayscale: #656565. Windows color (decimal): -8761185 or 10440826. OLE color: 10440826.
HSL color Cylindrical-coordinate representation of color #7A509F: hue angle of 271.9º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A509F is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 80 | 159 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.38 |
| HSL | 271.9º | 0.33% | 0.47% | - |
| HSV(B) | 271.9º | 0.5% | 0.62% | - |
| XYZ | 17.15 | 12.38 | 34.29 | - |
| YUV | 101.56 | 160.41 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 80 | 159 | 0.23 | 0.50 | 0 | 0.38 | 271.9 | 0.33 | 0.47 |
| Hex | 7A | 50 | 9F | 17 | 32 | 0 | 26 | 110 | 21 | 2F |
| Octal | 172 | 120 | 237 | 27 | 62 | 0 | 46 | 420 | 41 | 57 |
| Binary | 1111010 | 1010000 | 10011111 | 10111 | 110010 | 0 | 100110 | 100010000 | 100001 | 101111 |
Color Harmonies of #7A509F
Complementary color
Monochromatic Colors of #7A509F
Black with #7A509F
Text Example
Text Example
White with #7A509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A509F; }
p { color: rgb(122,80,159); }
H1.HeaderClassName
{
color: #7A509F;
}
.AnyTagClassName
{
color: #7A509F;
}
</style>
background-color css
<style>
a { background-color: #7A509F; }
a { background-color: rgb(122,80,159); }
div.DivClassName
{
background-color: #7A509F;
}
.BgClassName
{
background-color: #7A509F;
}
</style>
border-color css
<style>
span { border-color: #7A509F; }
span { border-color: rgb(122,80,159); }
td.TdClassName
{
border-color: #7A509F;
}
.TagClassName
{
border-color: #7A509F;
}
</style>