Shades of Studio #7E529B
Tints of Studio #7E529B
RGB
CMYK
RGB Variations
Color information
#7E529B (or 0x7E529B) is known color: Studio. HEX triplet: 7E, 52 and 9B. RGB value is (126,82,155). Sum of RGB (Red+Green+Blue) = 126+82+155=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #7E529B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E529B is #81AD64. Grayscale: #676767. Windows color (decimal): -8498533 or 10179198. OLE color: 10179198.
HSL color Cylindrical-coordinate representation of color #7E529B: hue angle of 276.16º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E529B is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 82 | 155 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.39 |
| HSL | 276.16º | 0.31% | 0.46% | - |
| HSV(B) | 276.16º | 0.47% | 0.61% | - |
| XYZ | 17.54 | 12.84 | 32.56 | - |
| YUV | 103.48 | 157.08 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 82 | 155 | 0.19 | 0.47 | 0 | 0.39 | 276.16 | 0.31 | 0.46 |
| Hex | 7E | 52 | 9B | 13 | 2F | 0 | 27 | 114 | 1F | 2E |
| Octal | 176 | 122 | 233 | 23 | 57 | 0 | 47 | 424 | 37 | 56 |
| Binary | 1111110 | 1010010 | 10011011 | 10011 | 101111 | 0 | 100111 | 100010100 | 11111 | 101110 |
Color Harmonies of #7E529B
Complementary color
Monochromatic Colors of #7E529B
Black with #7E529B
Text Example
Text Example
White with #7E529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E529B; }
p { color: rgb(126,82,155); }
H1.HeaderClassName
{
color: #7E529B;
}
.AnyTagClassName
{
color: #7E529B;
}
</style>
background-color css
<style>
a { background-color: #7E529B; }
a { background-color: rgb(126,82,155); }
div.DivClassName
{
background-color: #7E529B;
}
.BgClassName
{
background-color: #7E529B;
}
</style>
border-color css
<style>
span { border-color: #7E529B; }
span { border-color: rgb(126,82,155); }
td.TdClassName
{
border-color: #7E529B;
}
.TagClassName
{
border-color: #7E529B;
}
</style>