Shades of Studio #7D529D
Tints of Studio #7D529D
RGB
CMYK
RGB Variations
Color information
#7D529D (or 0x7D529D) is known color: Studio. HEX triplet: 7D, 52 and 9D. RGB value is (125,82,157). Sum of RGB (Red+Green+Blue) = 125+82+157=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D529D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D529D is #82AD62. Grayscale: #676767. Windows color (decimal): -8564067 or 10310269. OLE color: 10310269.
HSL color Cylindrical-coordinate representation of color #7D529D: hue angle of 274.4º 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 #7D529D is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 82 | 157 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.38 |
| HSL | 274.4º | 0.31% | 0.47% | - |
| HSV(B) | 274.4º | 0.48% | 0.62% | - |
| XYZ | 17.56 | 12.83 | 33.45 | - |
| YUV | 103.41 | 158.25 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 82 | 157 | 0.20 | 0.48 | 0 | 0.38 | 274.4 | 0.31 | 0.47 |
| Hex | 7D | 52 | 9D | 14 | 30 | 0 | 26 | 112 | 1F | 2F |
| Octal | 175 | 122 | 235 | 24 | 60 | 0 | 46 | 422 | 37 | 57 |
| Binary | 1111101 | 1010010 | 10011101 | 10100 | 110000 | 0 | 100110 | 100010010 | 11111 | 101111 |
Color Harmonies of #7D529D
Complementary color
Monochromatic Colors of #7D529D
Black with #7D529D
Text Example
Text Example
White with #7D529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D529D; }
p { color: rgb(125,82,157); }
H1.HeaderClassName
{
color: #7D529D;
}
.AnyTagClassName
{
color: #7D529D;
}
</style>
background-color css
<style>
a { background-color: #7D529D; }
a { background-color: rgb(125,82,157); }
div.DivClassName
{
background-color: #7D529D;
}
.BgClassName
{
background-color: #7D529D;
}
</style>
border-color css
<style>
span { border-color: #7D529D; }
span { border-color: rgb(125,82,157); }
td.TdClassName
{
border-color: #7D529D;
}
.TagClassName
{
border-color: #7D529D;
}
</style>