Shades of Studio #7E559F
Tints of Studio #7E559F
RGB
CMYK
RGB Variations
Color information
#7E559F (or 0x7E559F) is known color: Studio. HEX triplet: 7E, 55 and 9F. RGB value is (126,85,159). Sum of RGB (Red+Green+Blue) = 126+85+159=370 (49% of max value = 765). Red value is 126 (49.61% from 255 or 34.05% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 159 - color contains mainly: blue. Hex color #7E559F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E559F is #81AA60. Grayscale: #696969. Windows color (decimal): -8497761 or 10442110. OLE color: 10442110.
HSL color Cylindrical-coordinate representation of color #7E559F: hue angle of 273.24º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E559F is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 85 | 159 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.38 |
| HSL | 273.24º | 0.3% | 0.48% | - |
| HSV(B) | 273.24º | 0.47% | 0.62% | - |
| XYZ | 18.11 | 13.44 | 34.44 | - |
| YUV | 105.7 | 158.08 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 85 | 159 | 0.21 | 0.47 | 0 | 0.38 | 273.24 | 0.3 | 0.48 |
| Hex | 7E | 55 | 9F | 15 | 2F | 0 | 26 | 111 | 1E | 30 |
| Octal | 176 | 125 | 237 | 25 | 57 | 0 | 46 | 421 | 36 | 60 |
| Binary | 1111110 | 1010101 | 10011111 | 10101 | 101111 | 0 | 100110 | 100010001 | 11110 | 110000 |
Color Harmonies of #7E559F
Complementary color
Monochromatic Colors of #7E559F
Black with #7E559F
Text Example
Text Example
White with #7E559F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E559F; }
p { color: rgb(126,85,159); }
H1.HeaderClassName
{
color: #7E559F;
}
.AnyTagClassName
{
color: #7E559F;
}
</style>
background-color css
<style>
a { background-color: #7E559F; }
a { background-color: rgb(126,85,159); }
div.DivClassName
{
background-color: #7E559F;
}
.BgClassName
{
background-color: #7E559F;
}
</style>
border-color css
<style>
span { border-color: #7E559F; }
span { border-color: rgb(126,85,159); }
td.TdClassName
{
border-color: #7E559F;
}
.TagClassName
{
border-color: #7E559F;
}
</style>