Shades of Studio #7E529A
Tints of Studio #7E529A
RGB
CMYK
RGB Variations
Color information
#7E529A (or 0x7E529A) is known color: Studio. HEX triplet: 7E, 52 and 9A. RGB value is (126,82,154). Sum of RGB (Red+Green+Blue) = 126+82+154=362 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.81% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 154 - color contains mainly: blue. Hex color #7E529A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E529A is #81AD65. Grayscale: #676767. Windows color (decimal): -8498534 or 10113662. OLE color: 10113662.
HSL color Cylindrical-coordinate representation of color #7E529A: hue angle of 276.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E529A is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 126 | 82 | 154 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.40 |
| HSL | 276.67º | 0.31% | 0.46% | - |
| HSV(B) | 276.67º | 0.47% | 0.6% | - |
| XYZ | 17.45 | 12.8 | 32.12 | - |
| YUV | 103.36 | 156.58 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 82 | 154 | 0.18 | 0.47 | 0 | 0.40 | 276.67 | 0.31 | 0.46 |
| Hex | 7E | 52 | 9A | 12 | 2F | 0 | 28 | 115 | 1F | 2E |
| Octal | 176 | 122 | 232 | 22 | 57 | 0 | 50 | 425 | 37 | 56 |
| Binary | 1111110 | 1010010 | 10011010 | 10010 | 101111 | 0 | 101000 | 100010101 | 11111 | 101110 |
Color Harmonies of #7E529A
Complementary color
Monochromatic Colors of #7E529A
Black with #7E529A
Text Example
Text Example
White with #7E529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E529A; }
p { color: rgb(126,82,154); }
H1.HeaderClassName
{
color: #7E529A;
}
.AnyTagClassName
{
color: #7E529A;
}
</style>
background-color css
<style>
a { background-color: #7E529A; }
a { background-color: rgb(126,82,154); }
div.DivClassName
{
background-color: #7E529A;
}
.BgClassName
{
background-color: #7E529A;
}
</style>
border-color css
<style>
span { border-color: #7E529A; }
span { border-color: rgb(126,82,154); }
td.TdClassName
{
border-color: #7E529A;
}
.TagClassName
{
border-color: #7E529A;
}
</style>