Shades of Studio #7A529D
Tints of Studio #7A529D
RGB
CMYK
RGB Variations
Color information
#7A529D (or 0x7A529D) is known color: Studio. HEX triplet: 7A, 52 and 9D. RGB value is (122,82,157). Sum of RGB (Red+Green+Blue) = 122+82+157=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A529D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A529D is #85AD62. Grayscale: #666666. Windows color (decimal): -8760675 or 10310266. OLE color: 10310266.
HSL color Cylindrical-coordinate representation of color #7A529D: hue angle of 272º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A529D is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 82 | 157 | - |
| CMYK | 0.22 | 0.48 | 0 | 0.38 |
| HSL | 272º | 0.31% | 0.47% | - |
| HSV(B) | 272º | 0.48% | 0.62% | - |
| XYZ | 17.13 | 12.61 | 33.43 | - |
| YUV | 102.51 | 158.75 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 82 | 157 | 0.22 | 0.48 | 0 | 0.38 | 272 | 0.31 | 0.47 |
| Hex | 7A | 52 | 9D | 16 | 30 | 0 | 26 | 110 | 1F | 2F |
| Octal | 172 | 122 | 235 | 26 | 60 | 0 | 46 | 420 | 37 | 57 |
| Binary | 1111010 | 1010010 | 10011101 | 10110 | 110000 | 0 | 100110 | 100010000 | 11111 | 101111 |
Color Harmonies of #7A529D
Complementary color
Monochromatic Colors of #7A529D
Black with #7A529D
Text Example
Text Example
White with #7A529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A529D; }
p { color: rgb(122,82,157); }
H1.HeaderClassName
{
color: #7A529D;
}
.AnyTagClassName
{
color: #7A529D;
}
</style>
background-color css
<style>
a { background-color: #7A529D; }
a { background-color: rgb(122,82,157); }
div.DivClassName
{
background-color: #7A529D;
}
.BgClassName
{
background-color: #7A529D;
}
</style>
border-color css
<style>
span { border-color: #7A529D; }
span { border-color: rgb(122,82,157); }
td.TdClassName
{
border-color: #7A529D;
}
.TagClassName
{
border-color: #7A529D;
}
</style>