Shades of Studio #7A5A9A
Tints of Studio #7A5A9A
RGB
CMYK
RGB Variations
Color information
#7A5A9A (or 0x7A5A9A) is known color: Studio. HEX triplet: 7A, 5A and 9A. RGB value is (122,90,154). Sum of RGB (Red+Green+Blue) = 122+90+154=366 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.33% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 154 - color contains mainly: blue. Hex color #7A5A9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5A9A is #85A565. Grayscale: #6A6A6A. Windows color (decimal): -8758630 or 10115706. OLE color: 10115706.
HSL color Cylindrical-coordinate representation of color #7A5A9A: hue angle of 270º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A5A9A is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 90 | 154 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.40 |
| HSL | 270º | 0.26% | 0.48% | - |
| HSV(B) | 270º | 0.42% | 0.6% | - |
| XYZ | 17.51 | 13.78 | 32.31 | - |
| YUV | 106.86 | 154.6 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 90 | 154 | 0.21 | 0.42 | 0 | 0.40 | 270 | 0.26 | 0.48 |
| Hex | 7A | 5A | 9A | 15 | 2A | 0 | 28 | 10E | 1A | 30 |
| Octal | 172 | 132 | 232 | 25 | 52 | 0 | 50 | 416 | 32 | 60 |
| Binary | 1111010 | 1011010 | 10011010 | 10101 | 101010 | 0 | 101000 | 100001110 | 11010 | 110000 |
Color Harmonies of #7A5A9A
Complementary color
Monochromatic Colors of #7A5A9A
Black with #7A5A9A
Text Example
Text Example
White with #7A5A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5A9A; }
p { color: rgb(122,90,154); }
H1.HeaderClassName
{
color: #7A5A9A;
}
.AnyTagClassName
{
color: #7A5A9A;
}
</style>
background-color css
<style>
a { background-color: #7A5A9A; }
a { background-color: rgb(122,90,154); }
div.DivClassName
{
background-color: #7A5A9A;
}
.BgClassName
{
background-color: #7A5A9A;
}
</style>
border-color css
<style>
span { border-color: #7A5A9A; }
span { border-color: rgb(122,90,154); }
td.TdClassName
{
border-color: #7A5A9A;
}
.TagClassName
{
border-color: #7A5A9A;
}
</style>