Shades of Studio #7E5698
Tints of Studio #7E5698
RGB
CMYK
RGB Variations
Color information
#7E5698 (or 0x7E5698) is known color: Studio. HEX triplet: 7E, 56 and 98. RGB value is (126,86,152). Sum of RGB (Red+Green+Blue) = 126+86+152=364 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.62% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 152 - color contains mainly: blue. Hex color #7E5698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5698 is #81A967. Grayscale: #696969. Windows color (decimal): -8497512 or 9983614. OLE color: 9983614.
HSL color Cylindrical-coordinate representation of color #7E5698: hue angle of 276.36º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E5698 is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 126 | 86 | 152 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.40 |
| HSL | 276.36º | 0.28% | 0.47% | - |
| HSV(B) | 276.36º | 0.43% | 0.6% | - |
| XYZ | 17.6 | 13.36 | 31.36 | - |
| YUV | 105.48 | 154.25 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 86 | 152 | 0.17 | 0.43 | 0 | 0.40 | 276.36 | 0.28 | 0.47 |
| Hex | 7E | 56 | 98 | 11 | 2B | 0 | 28 | 114 | 1C | 2F |
| Octal | 176 | 126 | 230 | 21 | 53 | 0 | 50 | 424 | 34 | 57 |
| Binary | 1111110 | 1010110 | 10011000 | 10001 | 101011 | 0 | 101000 | 100010100 | 11100 | 101111 |
Color Harmonies of #7E5698
Complementary color
Monochromatic Colors of #7E5698
Black with #7E5698
Text Example
Text Example
White with #7E5698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5698; }
p { color: rgb(126,86,152); }
H1.HeaderClassName
{
color: #7E5698;
}
.AnyTagClassName
{
color: #7E5698;
}
</style>
background-color css
<style>
a { background-color: #7E5698; }
a { background-color: rgb(126,86,152); }
div.DivClassName
{
background-color: #7E5698;
}
.BgClassName
{
background-color: #7E5698;
}
</style>
border-color css
<style>
span { border-color: #7E5698; }
span { border-color: rgb(126,86,152); }
td.TdClassName
{
border-color: #7E5698;
}
.TagClassName
{
border-color: #7E5698;
}
</style>