Shades of Studio #7A5CA9
Tints of Studio #7A5CA9
RGB
CMYK
RGB Variations
Color information
#7A5CA9 (or 0x7A5CA9) is known color: Studio. HEX triplet: 7A, 5C and A9. RGB value is (122,92,169). Sum of RGB (Red+Green+Blue) = 122+92+169=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 169 (66.41% from 255 or 44.13% from 383); Max value from RGB is 169 - color contains mainly: blue. Hex color #7A5CA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5CA9 is #85A356. Grayscale: #6D6D6D. Windows color (decimal): -8758103 or 11099258. OLE color: 11099258.
HSL color Cylindrical-coordinate representation of color #7A5CA9: hue angle of 263.38º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A5CA9 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 122 | 92 | 169 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.34 |
| HSL | 263.38º | 0.31% | 0.51% | - |
| HSV(B) | 263.38º | 0.46% | 0.66% | - |
| XYZ | 19.01 | 14.66 | 39.36 | - |
| YUV | 109.75 | 161.44 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 92 | 169 | 0.28 | 0.46 | 0 | 0.34 | 263.38 | 0.31 | 0.51 |
| Hex | 7A | 5C | A9 | 1C | 2E | 0 | 22 | 107 | 1F | 33 |
| Octal | 172 | 134 | 251 | 34 | 56 | 0 | 42 | 407 | 37 | 63 |
| Binary | 1111010 | 1011100 | 10101001 | 11100 | 101110 | 0 | 100010 | 100000111 | 11111 | 110011 |
Color Harmonies of #7A5CA9
Complementary color
Monochromatic Colors of #7A5CA9
Black with #7A5CA9
Text Example
Text Example
White with #7A5CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5CA9; }
p { color: rgb(122,92,169); }
H1.HeaderClassName
{
color: #7A5CA9;
}
.AnyTagClassName
{
color: #7A5CA9;
}
</style>
background-color css
<style>
a { background-color: #7A5CA9; }
a { background-color: rgb(122,92,169); }
div.DivClassName
{
background-color: #7A5CA9;
}
.BgClassName
{
background-color: #7A5CA9;
}
</style>
border-color css
<style>
span { border-color: #7A5CA9; }
span { border-color: rgb(122,92,169); }
td.TdClassName
{
border-color: #7A5CA9;
}
.TagClassName
{
border-color: #7A5CA9;
}
</style>