Shades of Studio #7E529D
Tints of Studio #7E529D
RGB
CMYK
RGB Variations
Color information
#7E529D (or 0x7E529D) is known color: Studio. HEX triplet: 7E, 52 and 9D. RGB value is (126,82,157). Sum of RGB (Red+Green+Blue) = 126+82+157=365 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.52% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E529D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E529D is #81AD62. Grayscale: #676767. Windows color (decimal): -8498531 or 10310270. OLE color: 10310270.
HSL color Cylindrical-coordinate representation of color #7E529D: hue angle of 275.2º 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 #7E529D is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 82 | 157 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.38 |
| HSL | 275.2º | 0.31% | 0.47% | - |
| HSV(B) | 275.2º | 0.48% | 0.62% | - |
| XYZ | 17.71 | 12.9 | 33.46 | - |
| YUV | 103.71 | 158.08 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 82 | 157 | 0.20 | 0.48 | 0 | 0.38 | 275.2 | 0.31 | 0.47 |
| Hex | 7E | 52 | 9D | 14 | 30 | 0 | 26 | 113 | 1F | 2F |
| Octal | 176 | 122 | 235 | 24 | 60 | 0 | 46 | 423 | 37 | 57 |
| Binary | 1111110 | 1010010 | 10011101 | 10100 | 110000 | 0 | 100110 | 100010011 | 11111 | 101111 |
Color Harmonies of #7E529D
Complementary color
Monochromatic Colors of #7E529D
Black with #7E529D
Text Example
Text Example
White with #7E529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E529D; }
p { color: rgb(126,82,157); }
H1.HeaderClassName
{
color: #7E529D;
}
.AnyTagClassName
{
color: #7E529D;
}
</style>
background-color css
<style>
a { background-color: #7E529D; }
a { background-color: rgb(126,82,157); }
div.DivClassName
{
background-color: #7E529D;
}
.BgClassName
{
background-color: #7E529D;
}
</style>
border-color css
<style>
span { border-color: #7E529D; }
span { border-color: rgb(126,82,157); }
td.TdClassName
{
border-color: #7E529D;
}
.TagClassName
{
border-color: #7E529D;
}
</style>