Shades of Studio #7E5899
Tints of Studio #7E5899
RGB
CMYK
RGB Variations
Color information
#7E5899 (or 0x7E5899) is known color: Studio. HEX triplet: 7E, 58 and 99. RGB value is (126,88,153). Sum of RGB (Red+Green+Blue) = 126+88+153=367 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.33% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 153 - color contains mainly: blue. Hex color #7E5899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5899 is #81A766. Grayscale: #6A6A6A. Windows color (decimal): -8496999 or 10049662. OLE color: 10049662.
HSL color Cylindrical-coordinate representation of color #7E5899: hue angle of 275.08º degrees, saturation: 0.27, 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 #7E5899 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 126 | 88 | 153 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.4 |
| HSL | 275.08º | 0.27% | 0.47% | - |
| HSV(B) | 275.08º | 0.42% | 0.6% | - |
| XYZ | 17.84 | 13.71 | 31.84 | - |
| YUV | 106.77 | 154.09 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 88 | 153 | 0.18 | 0.42 | 0 | 0.4 | 275.08 | 0.27 | 0.47 |
| Hex | 7E | 58 | 99 | 12 | 2A | 0 | 28 | 113 | 1B | 2F |
| Octal | 176 | 130 | 231 | 22 | 52 | 0 | 50 | 423 | 33 | 57 |
| Binary | 1111110 | 1011000 | 10011001 | 10010 | 101010 | 0 | 101000 | 100010011 | 11011 | 101111 |
Color Harmonies of #7E5899
Complementary color
Monochromatic Colors of #7E5899
Black with #7E5899
Text Example
Text Example
White with #7E5899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5899; }
p { color: rgb(126,88,153); }
H1.HeaderClassName
{
color: #7E5899;
}
.AnyTagClassName
{
color: #7E5899;
}
</style>
background-color css
<style>
a { background-color: #7E5899; }
a { background-color: rgb(126,88,153); }
div.DivClassName
{
background-color: #7E5899;
}
.BgClassName
{
background-color: #7E5899;
}
</style>
border-color css
<style>
span { border-color: #7E5899; }
span { border-color: rgb(126,88,153); }
td.TdClassName
{
border-color: #7E5899;
}
.TagClassName
{
border-color: #7E5899;
}
</style>