Shades of Studio #7E5AA6
Tints of Studio #7E5AA6
RGB
CMYK
RGB Variations
Color information
#7E5AA6 (or 0x7E5AA6) is known color: Studio. HEX triplet: 7E, 5A and A6. RGB value is (126,90,166). Sum of RGB (Red+Green+Blue) = 126+90+166=382 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.98% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 166 (65.23% from 255 or 43.46% from 382); Max value from RGB is 166 - color contains mainly: blue. Hex color #7E5AA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5AA6 is #81A559. Grayscale: #6D6D6D. Windows color (decimal): -8496474 or 10902142. OLE color: 10902142.
HSL color Cylindrical-coordinate representation of color #7E5AA6: hue angle of 268.42º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E5AA6 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 126 | 90 | 166 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.35 |
| HSL | 268.42º | 0.3% | 0.5% | - |
| HSV(B) | 268.42º | 0.46% | 0.65% | - |
| XYZ | 19.14 | 14.5 | 37.87 | - |
| YUV | 109.43 | 159.93 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 90 | 166 | 0.24 | 0.46 | 0 | 0.35 | 268.42 | 0.3 | 0.5 |
| Hex | 7E | 5A | A6 | 18 | 2E | 0 | 23 | 10C | 1E | 32 |
| Octal | 176 | 132 | 246 | 30 | 56 | 0 | 43 | 414 | 36 | 62 |
| Binary | 1111110 | 1011010 | 10100110 | 11000 | 101110 | 0 | 100011 | 100001100 | 11110 | 110010 |
Color Harmonies of #7E5AA6
Complementary color
Monochromatic Colors of #7E5AA6
Black with #7E5AA6
Text Example
Text Example
White with #7E5AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5AA6; }
p { color: rgb(126,90,166); }
H1.HeaderClassName
{
color: #7E5AA6;
}
.AnyTagClassName
{
color: #7E5AA6;
}
</style>
background-color css
<style>
a { background-color: #7E5AA6; }
a { background-color: rgb(126,90,166); }
div.DivClassName
{
background-color: #7E5AA6;
}
.BgClassName
{
background-color: #7E5AA6;
}
</style>
border-color css
<style>
span { border-color: #7E5AA6; }
span { border-color: rgb(126,90,166); }
td.TdClassName
{
border-color: #7E5AA6;
}
.TagClassName
{
border-color: #7E5AA6;
}
</style>