Shades of Studio #7E499F
Tints of Studio #7E499F
RGB
CMYK
RGB Variations
Color information
#7E499F (or 0x7E499F) is known color: Studio. HEX triplet: 7E, 49 and 9F. RGB value is (126,73,159). Sum of RGB (Red+Green+Blue) = 126+73+159=358 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.20% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 159 - color contains mainly: blue. Hex color #7E499F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E499F is #81B660. Grayscale: #626262. Windows color (decimal): -8500833 or 10439038. OLE color: 10439038.
HSL color Cylindrical-coordinate representation of color #7E499F: hue angle of 276.98º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7E499F is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 73 | 159 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.38 |
| HSL | 276.98º | 0.37% | 0.45% | - |
| HSV(B) | 276.98º | 0.54% | 0.62% | - |
| XYZ | 17.24 | 11.7 | 34.15 | - |
| YUV | 98.65 | 162.06 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 73 | 159 | 0.21 | 0.54 | 0 | 0.38 | 276.98 | 0.37 | 0.45 |
| Hex | 7E | 49 | 9F | 15 | 36 | 0 | 26 | 115 | 25 | 2D |
| Octal | 176 | 111 | 237 | 25 | 66 | 0 | 46 | 425 | 45 | 55 |
| Binary | 1111110 | 1001001 | 10011111 | 10101 | 110110 | 0 | 100110 | 100010101 | 100101 | 101101 |
Color Harmonies of #7E499F
Complementary color
Monochromatic Colors of #7E499F
Black with #7E499F
Text Example
Text Example
White with #7E499F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E499F; }
p { color: rgb(126,73,159); }
H1.HeaderClassName
{
color: #7E499F;
}
.AnyTagClassName
{
color: #7E499F;
}
</style>
background-color css
<style>
a { background-color: #7E499F; }
a { background-color: rgb(126,73,159); }
div.DivClassName
{
background-color: #7E499F;
}
.BgClassName
{
background-color: #7E499F;
}
</style>
border-color css
<style>
span { border-color: #7E499F; }
span { border-color: rgb(126,73,159); }
td.TdClassName
{
border-color: #7E499F;
}
.TagClassName
{
border-color: #7E499F;
}
</style>