Shades of Studio #7E4DAC
Tints of Studio #7E4DAC
RGB
CMYK
RGB Variations
Color information
#7E4DAC (or 0x7E4DAC) is known color: Studio. HEX triplet: 7E, 4D and AC. RGB value is (126,77,172). Sum of RGB (Red+Green+Blue) = 126+77+172=375 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.6% from 375); Green value is 77 (30.47% from 255 or 20.53% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E4DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E4DAC is #81B253. Grayscale: #666666. Windows color (decimal): -8499796 or 11292030. OLE color: 11292030.
HSL color Cylindrical-coordinate representation of color #7E4DAC: hue angle of 270.95º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E4DAC is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 77 | 172 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.33 |
| HSL | 270.95º | 0.38% | 0.49% | - |
| HSV(B) | 270.95º | 0.55% | 0.67% | - |
| XYZ | 18.7 | 12.72 | 40.5 | - |
| YUV | 102.48 | 167.23 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 77 | 172 | 0.27 | 0.55 | 0 | 0.33 | 270.95 | 0.38 | 0.49 |
| Hex | 7E | 4D | AC | 1B | 37 | 0 | 21 | 10F | 26 | 31 |
| Octal | 176 | 115 | 254 | 33 | 67 | 0 | 41 | 417 | 46 | 61 |
| Binary | 1111110 | 1001101 | 10101100 | 11011 | 110111 | 0 | 100001 | 100001111 | 100110 | 110001 |
Color Harmonies of #7E4DAC
Complementary color
Monochromatic Colors of #7E4DAC
Black with #7E4DAC
Text Example
Text Example
White with #7E4DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4DAC; }
p { color: rgb(126,77,172); }
H1.HeaderClassName
{
color: #7E4DAC;
}
.AnyTagClassName
{
color: #7E4DAC;
}
</style>
background-color css
<style>
a { background-color: #7E4DAC; }
a { background-color: rgb(126,77,172); }
div.DivClassName
{
background-color: #7E4DAC;
}
.BgClassName
{
background-color: #7E4DAC;
}
</style>
border-color css
<style>
span { border-color: #7E4DAC; }
span { border-color: rgb(126,77,172); }
td.TdClassName
{
border-color: #7E4DAC;
}
.TagClassName
{
border-color: #7E4DAC;
}
</style>