Shades of Studio #7E50AC
Tints of Studio #7E50AC
RGB
CMYK
RGB Variations
Color information
#7E50AC (or 0x7E50AC) is known color: Studio. HEX triplet: 7E, 50 and AC. RGB value is (126,80,172). Sum of RGB (Red+Green+Blue) = 126+80+172=378 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.33% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E50AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E50AC is #81AF53. Grayscale: #676767. Windows color (decimal): -8499028 or 11292798. OLE color: 11292798.
HSL color Cylindrical-coordinate representation of color #7E50AC: hue angle of 270º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7E50AC is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 80 | 172 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.33 |
| HSL | 270º | 0.37% | 0.49% | - |
| HSV(B) | 270º | 0.53% | 0.67% | - |
| XYZ | 18.92 | 13.15 | 40.57 | - |
| YUV | 104.24 | 166.24 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 80 | 172 | 0.27 | 0.53 | 0 | 0.33 | 270 | 0.37 | 0.49 |
| Hex | 7E | 50 | AC | 1B | 35 | 0 | 21 | 10E | 25 | 31 |
| Octal | 176 | 120 | 254 | 33 | 65 | 0 | 41 | 416 | 45 | 61 |
| Binary | 1111110 | 1010000 | 10101100 | 11011 | 110101 | 0 | 100001 | 100001110 | 100101 | 110001 |
Color Harmonies of #7E50AC
Complementary color
Monochromatic Colors of #7E50AC
Black with #7E50AC
Text Example
Text Example
White with #7E50AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E50AC; }
p { color: rgb(126,80,172); }
H1.HeaderClassName
{
color: #7E50AC;
}
.AnyTagClassName
{
color: #7E50AC;
}
</style>
background-color css
<style>
a { background-color: #7E50AC; }
a { background-color: rgb(126,80,172); }
div.DivClassName
{
background-color: #7E50AC;
}
.BgClassName
{
background-color: #7E50AC;
}
</style>
border-color css
<style>
span { border-color: #7E50AC; }
span { border-color: rgb(126,80,172); }
td.TdClassName
{
border-color: #7E50AC;
}
.TagClassName
{
border-color: #7E50AC;
}
</style>