Shades of Studio #7E539A
Tints of Studio #7E539A
RGB
CMYK
RGB Variations
Color information
#7E539A (or 0x7E539A) is known color: Studio. HEX triplet: 7E, 53 and 9A. RGB value is (126,83,154). Sum of RGB (Red+Green+Blue) = 126+83+154=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 154 - color contains mainly: blue. Hex color #7E539A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E539A is #81AC65. Grayscale: #676767. Windows color (decimal): -8498278 or 10113918. OLE color: 10113918.
HSL color Cylindrical-coordinate representation of color #7E539A: hue angle of 276.34º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E539A is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 126 | 83 | 154 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.40 |
| HSL | 276.34º | 0.3% | 0.46% | - |
| HSV(B) | 276.34º | 0.46% | 0.6% | - |
| XYZ | 17.53 | 12.96 | 32.15 | - |
| YUV | 103.95 | 156.25 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 83 | 154 | 0.18 | 0.46 | 0 | 0.40 | 276.34 | 0.3 | 0.46 |
| Hex | 7E | 53 | 9A | 12 | 2E | 0 | 28 | 114 | 1E | 2E |
| Octal | 176 | 123 | 232 | 22 | 56 | 0 | 50 | 424 | 36 | 56 |
| Binary | 1111110 | 1010011 | 10011010 | 10010 | 101110 | 0 | 101000 | 100010100 | 11110 | 101110 |
Color Harmonies of #7E539A
Complementary color
Monochromatic Colors of #7E539A
Black with #7E539A
Text Example
Text Example
White with #7E539A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E539A; }
p { color: rgb(126,83,154); }
H1.HeaderClassName
{
color: #7E539A;
}
.AnyTagClassName
{
color: #7E539A;
}
</style>
background-color css
<style>
a { background-color: #7E539A; }
a { background-color: rgb(126,83,154); }
div.DivClassName
{
background-color: #7E539A;
}
.BgClassName
{
background-color: #7E539A;
}
</style>
border-color css
<style>
span { border-color: #7E539A; }
span { border-color: rgb(126,83,154); }
td.TdClassName
{
border-color: #7E539A;
}
.TagClassName
{
border-color: #7E539A;
}
</style>