Shades of Studio #7E5CAE
Tints of Studio #7E5CAE
RGB
CMYK
RGB Variations
Color information
#7E5CAE (or 0x7E5CAE) is known color: Studio. HEX triplet: 7E, 5C and AE. RGB value is (126,92,174). Sum of RGB (Red+Green+Blue) = 126+92+174=392 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.14% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E5CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5CAE is #81A351. Grayscale: #6F6F6F. Windows color (decimal): -8495954 or 11426942. OLE color: 11426942.
HSL color Cylindrical-coordinate representation of color #7E5CAE: hue angle of 264.88º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E5CAE is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 92 | 174 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.32 |
| HSL | 264.88º | 0.34% | 0.52% | - |
| HSV(B) | 264.88º | 0.47% | 0.68% | - |
| XYZ | 20.07 | 15.15 | 41.91 | - |
| YUV | 111.51 | 163.26 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 92 | 174 | 0.28 | 0.47 | 0 | 0.32 | 264.88 | 0.34 | 0.52 |
| Hex | 7E | 5C | AE | 1C | 2F | 0 | 20 | 109 | 22 | 34 |
| Octal | 176 | 134 | 256 | 34 | 57 | 0 | 40 | 411 | 42 | 64 |
| Binary | 1111110 | 1011100 | 10101110 | 11100 | 101111 | 0 | 100000 | 100001001 | 100010 | 110100 |
Color Harmonies of #7E5CAE
Complementary color
Monochromatic Colors of #7E5CAE
Black with #7E5CAE
Text Example
Text Example
White with #7E5CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5CAE; }
p { color: rgb(126,92,174); }
H1.HeaderClassName
{
color: #7E5CAE;
}
.AnyTagClassName
{
color: #7E5CAE;
}
</style>
background-color css
<style>
a { background-color: #7E5CAE; }
a { background-color: rgb(126,92,174); }
div.DivClassName
{
background-color: #7E5CAE;
}
.BgClassName
{
background-color: #7E5CAE;
}
</style>
border-color css
<style>
span { border-color: #7E5CAE; }
span { border-color: rgb(126,92,174); }
td.TdClassName
{
border-color: #7E5CAE;
}
.TagClassName
{
border-color: #7E5CAE;
}
</style>