Shades of Studio #7E559C
Tints of Studio #7E559C
RGB
CMYK
RGB Variations
Color information
#7E559C (or 0x7E559C) is known color: Studio. HEX triplet: 7E, 55 and 9C. RGB value is (126,85,156). Sum of RGB (Red+Green+Blue) = 126+85+156=367 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.33% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 156 - color contains mainly: blue. Hex color #7E559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E559C is #81AA63. Grayscale: #696969. Windows color (decimal): -8497764 or 10245502. OLE color: 10245502.
HSL color Cylindrical-coordinate representation of color #7E559C: hue angle of 274.65º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E559C is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 85 | 156 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.39 |
| HSL | 274.65º | 0.29% | 0.47% | - |
| HSV(B) | 274.65º | 0.46% | 0.61% | - |
| XYZ | 17.85 | 13.33 | 33.09 | - |
| YUV | 105.35 | 156.58 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 85 | 156 | 0.19 | 0.46 | 0 | 0.39 | 274.65 | 0.29 | 0.47 |
| Hex | 7E | 55 | 9C | 13 | 2E | 0 | 27 | 113 | 1D | 2F |
| Octal | 176 | 125 | 234 | 23 | 56 | 0 | 47 | 423 | 35 | 57 |
| Binary | 1111110 | 1010101 | 10011100 | 10011 | 101110 | 0 | 100111 | 100010011 | 11101 | 101111 |
Color Harmonies of #7E559C
Complementary color
Monochromatic Colors of #7E559C
Black with #7E559C
Text Example
Text Example
White with #7E559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E559C; }
p { color: rgb(126,85,156); }
H1.HeaderClassName
{
color: #7E559C;
}
.AnyTagClassName
{
color: #7E559C;
}
</style>
background-color css
<style>
a { background-color: #7E559C; }
a { background-color: rgb(126,85,156); }
div.DivClassName
{
background-color: #7E559C;
}
.BgClassName
{
background-color: #7E559C;
}
</style>
border-color css
<style>
span { border-color: #7E559C; }
span { border-color: rgb(126,85,156); }
td.TdClassName
{
border-color: #7E559C;
}
.TagClassName
{
border-color: #7E559C;
}
</style>