Shades of Studio #7E5AAE
Tints of Studio #7E5AAE
RGB
CMYK
RGB Variations
Color information
#7E5AAE (or 0x7E5AAE) is known color: Studio. HEX triplet: 7E, 5A and AE. RGB value is (126,90,174). Sum of RGB (Red+Green+Blue) = 126+90+174=390 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.31% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E5AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5AAE is #81A551. Grayscale: #6E6E6E. Windows color (decimal): -8496466 or 11426430. OLE color: 11426430.
HSL color Cylindrical-coordinate representation of color #7E5AAE: hue angle of 265.71º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E5AAE is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 90 | 174 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.32 |
| HSL | 265.71º | 0.34% | 0.52% | - |
| HSV(B) | 265.71º | 0.48% | 0.68% | - |
| XYZ | 19.9 | 14.8 | 41.85 | - |
| YUV | 110.34 | 163.93 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 90 | 174 | 0.28 | 0.48 | 0 | 0.32 | 265.71 | 0.34 | 0.52 |
| Hex | 7E | 5A | AE | 1C | 30 | 0 | 20 | 10A | 22 | 34 |
| Octal | 176 | 132 | 256 | 34 | 60 | 0 | 40 | 412 | 42 | 64 |
| Binary | 1111110 | 1011010 | 10101110 | 11100 | 110000 | 0 | 100000 | 100001010 | 100010 | 110100 |
Color Harmonies of #7E5AAE
Complementary color
Monochromatic Colors of #7E5AAE
Black with #7E5AAE
Text Example
Text Example
White with #7E5AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5AAE; }
p { color: rgb(126,90,174); }
H1.HeaderClassName
{
color: #7E5AAE;
}
.AnyTagClassName
{
color: #7E5AAE;
}
</style>
background-color css
<style>
a { background-color: #7E5AAE; }
a { background-color: rgb(126,90,174); }
div.DivClassName
{
background-color: #7E5AAE;
}
.BgClassName
{
background-color: #7E5AAE;
}
</style>
border-color css
<style>
span { border-color: #7E5AAE; }
span { border-color: rgb(126,90,174); }
td.TdClassName
{
border-color: #7E5AAE;
}
.TagClassName
{
border-color: #7E5AAE;
}
</style>