Shades of Studio #7E559E
Tints of Studio #7E559E
RGB
CMYK
RGB Variations
Color information
#7E559E (or 0x7E559E) is known color: Studio. HEX triplet: 7E, 55 and 9E. RGB value is (126,85,158). Sum of RGB (Red+Green+Blue) = 126+85+158=369 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.15% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 158 - color contains mainly: blue. Hex color #7E559E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E559E is #81AA61. Grayscale: #696969. Windows color (decimal): -8497762 or 10376574. OLE color: 10376574.
HSL color Cylindrical-coordinate representation of color #7E559E: hue angle of 273.7º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E559E is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 85 | 158 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.38 |
| HSL | 273.7º | 0.3% | 0.48% | - |
| HSV(B) | 273.7º | 0.46% | 0.62% | - |
| XYZ | 18.02 | 13.4 | 33.98 | - |
| YUV | 105.58 | 157.58 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 85 | 158 | 0.20 | 0.46 | 0 | 0.38 | 273.7 | 0.3 | 0.48 |
| Hex | 7E | 55 | 9E | 14 | 2E | 0 | 26 | 112 | 1E | 30 |
| Octal | 176 | 125 | 236 | 24 | 56 | 0 | 46 | 422 | 36 | 60 |
| Binary | 1111110 | 1010101 | 10011110 | 10100 | 101110 | 0 | 100110 | 100010010 | 11110 | 110000 |
Color Harmonies of #7E559E
Complementary color
Monochromatic Colors of #7E559E
Black with #7E559E
Text Example
Text Example
White with #7E559E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E559E; }
p { color: rgb(126,85,158); }
H1.HeaderClassName
{
color: #7E559E;
}
.AnyTagClassName
{
color: #7E559E;
}
</style>
background-color css
<style>
a { background-color: #7E559E; }
a { background-color: rgb(126,85,158); }
div.DivClassName
{
background-color: #7E559E;
}
.BgClassName
{
background-color: #7E559E;
}
</style>
border-color css
<style>
span { border-color: #7E559E; }
span { border-color: rgb(126,85,158); }
td.TdClassName
{
border-color: #7E559E;
}
.TagClassName
{
border-color: #7E559E;
}
</style>