Shades of Studio #7E519C
Tints of Studio #7E519C
RGB
CMYK
RGB Variations
Color information
#7E519C (or 0x7E519C) is known color: Studio. HEX triplet: 7E, 51 and 9C. RGB value is (126,81,156). Sum of RGB (Red+Green+Blue) = 126+81+156=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 156 - color contains mainly: blue. Hex color #7E519C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E519C is #81AE63. Grayscale: #666666. Windows color (decimal): -8498788 or 10244478. OLE color: 10244478.
HSL color Cylindrical-coordinate representation of color #7E519C: hue angle of 276º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E519C is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 81 | 156 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.39 |
| HSL | 276º | 0.32% | 0.46% | - |
| HSV(B) | 276º | 0.48% | 0.61% | - |
| XYZ | 17.55 | 12.72 | 32.98 | - |
| YUV | 103.01 | 157.91 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 81 | 156 | 0.19 | 0.48 | 0 | 0.39 | 276 | 0.32 | 0.46 |
| Hex | 7E | 51 | 9C | 13 | 30 | 0 | 27 | 114 | 20 | 2E |
| Octal | 176 | 121 | 234 | 23 | 60 | 0 | 47 | 424 | 40 | 56 |
| Binary | 1111110 | 1010001 | 10011100 | 10011 | 110000 | 0 | 100111 | 100010100 | 100000 | 101110 |
Color Harmonies of #7E519C
Complementary color
Monochromatic Colors of #7E519C
Black with #7E519C
Text Example
Text Example
White with #7E519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E519C; }
p { color: rgb(126,81,156); }
H1.HeaderClassName
{
color: #7E519C;
}
.AnyTagClassName
{
color: #7E519C;
}
</style>
background-color css
<style>
a { background-color: #7E519C; }
a { background-color: rgb(126,81,156); }
div.DivClassName
{
background-color: #7E519C;
}
.BgClassName
{
background-color: #7E519C;
}
</style>
border-color css
<style>
span { border-color: #7E519C; }
span { border-color: rgb(126,81,156); }
td.TdClassName
{
border-color: #7E519C;
}
.TagClassName
{
border-color: #7E519C;
}
</style>