Shades of Studio #7E5999
Tints of Studio #7E5999
RGB
CMYK
RGB Variations
Color information
#7E5999 (or 0x7E5999) is known color: Studio. HEX triplet: 7E, 59 and 99. RGB value is (126,89,153). Sum of RGB (Red+Green+Blue) = 126+89+153=368 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.24% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 153 - color contains mainly: blue. Hex color #7E5999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5999 is #81A666. Grayscale: #6B6B6B. Windows color (decimal): -8496743 or 10049918. OLE color: 10049918.
HSL color Cylindrical-coordinate representation of color #7E5999: hue angle of 274.69º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E5999 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 126 | 89 | 153 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.4 |
| HSL | 274.69º | 0.26% | 0.47% | - |
| HSV(B) | 274.69º | 0.42% | 0.6% | - |
| XYZ | 17.93 | 13.88 | 31.87 | - |
| YUV | 107.36 | 153.76 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 89 | 153 | 0.18 | 0.42 | 0 | 0.4 | 274.69 | 0.26 | 0.47 |
| Hex | 7E | 59 | 99 | 12 | 2A | 0 | 28 | 113 | 1A | 2F |
| Octal | 176 | 131 | 231 | 22 | 52 | 0 | 50 | 423 | 32 | 57 |
| Binary | 1111110 | 1011001 | 10011001 | 10010 | 101010 | 0 | 101000 | 100010011 | 11010 | 101111 |
Color Harmonies of #7E5999
Complementary color
Monochromatic Colors of #7E5999
Black with #7E5999
Text Example
Text Example
White with #7E5999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5999; }
p { color: rgb(126,89,153); }
H1.HeaderClassName
{
color: #7E5999;
}
.AnyTagClassName
{
color: #7E5999;
}
</style>
background-color css
<style>
a { background-color: #7E5999; }
a { background-color: rgb(126,89,153); }
div.DivClassName
{
background-color: #7E5999;
}
.BgClassName
{
background-color: #7E5999;
}
</style>
border-color css
<style>
span { border-color: #7E5999; }
span { border-color: rgb(126,89,153); }
td.TdClassName
{
border-color: #7E5999;
}
.TagClassName
{
border-color: #7E5999;
}
</style>