Shades of Studio #7E6099
Tints of Studio #7E6099
RGB
CMYK
RGB Variations
Color information
#7E6099 (or 0x7E6099) is known color: Studio. HEX triplet: 7E, 60 and 99. RGB value is (126,96,153). Sum of RGB (Red+Green+Blue) = 126+96+153=375 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.6% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 153 - color contains mainly: blue. Hex color #7E6099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6099 is #819F66. Grayscale: #6F6F6F. Windows color (decimal): -8494951 or 10051710. OLE color: 10051710.
HSL color Cylindrical-coordinate representation of color #7E6099: hue angle of 271.58º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7E6099 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 126 | 96 | 153 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.4 |
| HSL | 271.58º | 0.23% | 0.49% | - |
| HSV(B) | 271.58º | 0.37% | 0.6% | - |
| XYZ | 18.54 | 15.1 | 32.07 | - |
| YUV | 111.47 | 151.44 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 96 | 153 | 0.18 | 0.37 | 0 | 0.4 | 271.58 | 0.23 | 0.49 |
| Hex | 7E | 60 | 99 | 12 | 25 | 0 | 28 | 110 | 17 | 31 |
| Octal | 176 | 140 | 231 | 22 | 45 | 0 | 50 | 420 | 27 | 61 |
| Binary | 1111110 | 1100000 | 10011001 | 10010 | 100101 | 0 | 101000 | 100010000 | 10111 | 110001 |
Color Harmonies of #7E6099
Complementary color
Monochromatic Colors of #7E6099
Black with #7E6099
Text Example
Text Example
White with #7E6099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6099; }
p { color: rgb(126,96,153); }
H1.HeaderClassName
{
color: #7E6099;
}
.AnyTagClassName
{
color: #7E6099;
}
</style>
background-color css
<style>
a { background-color: #7E6099; }
a { background-color: rgb(126,96,153); }
div.DivClassName
{
background-color: #7E6099;
}
.BgClassName
{
background-color: #7E6099;
}
</style>
border-color css
<style>
span { border-color: #7E6099; }
span { border-color: rgb(126,96,153); }
td.TdClassName
{
border-color: #7E6099;
}
.TagClassName
{
border-color: #7E6099;
}
</style>