Shades of Studio #7E529C
Tints of Studio #7E529C
RGB
CMYK
RGB Variations
Color information
#7E529C (or 0x7E529C) is known color: Studio. HEX triplet: 7E, 52 and 9C. RGB value is (126,82,156). Sum of RGB (Red+Green+Blue) = 126+82+156=364 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.62% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 156 - color contains mainly: blue. Hex color #7E529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E529C is #81AD63. Grayscale: #676767. Windows color (decimal): -8498532 or 10244734. OLE color: 10244734.
HSL color Cylindrical-coordinate representation of color #7E529C: hue angle of 275.68º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E529C is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 82 | 156 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.39 |
| HSL | 275.68º | 0.31% | 0.47% | - |
| HSV(B) | 275.68º | 0.47% | 0.61% | - |
| XYZ | 17.62 | 12.87 | 33.01 | - |
| YUV | 103.59 | 157.58 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 82 | 156 | 0.19 | 0.47 | 0 | 0.39 | 275.68 | 0.31 | 0.47 |
| Hex | 7E | 52 | 9C | 13 | 2F | 0 | 27 | 114 | 1F | 2F |
| Octal | 176 | 122 | 234 | 23 | 57 | 0 | 47 | 424 | 37 | 57 |
| Binary | 1111110 | 1010010 | 10011100 | 10011 | 101111 | 0 | 100111 | 100010100 | 11111 | 101111 |
Color Harmonies of #7E529C
Complementary color
Monochromatic Colors of #7E529C
Black with #7E529C
Text Example
Text Example
White with #7E529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E529C; }
p { color: rgb(126,82,156); }
H1.HeaderClassName
{
color: #7E529C;
}
.AnyTagClassName
{
color: #7E529C;
}
</style>
background-color css
<style>
a { background-color: #7E529C; }
a { background-color: rgb(126,82,156); }
div.DivClassName
{
background-color: #7E529C;
}
.BgClassName
{
background-color: #7E529C;
}
</style>
border-color css
<style>
span { border-color: #7E529C; }
span { border-color: rgb(126,82,156); }
td.TdClassName
{
border-color: #7E529C;
}
.TagClassName
{
border-color: #7E529C;
}
</style>