Shades of Studio #7E4DB4
Tints of Studio #7E4DB4
RGB
CMYK
RGB Variations
Color information
#7E4DB4 (or 0x7E4DB4) is known color: Studio. HEX triplet: 7E, 4D and B4. RGB value is (126,77,180). Sum of RGB (Red+Green+Blue) = 126+77+180=383 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.90% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 180 (70.70% from 255 or 47.00% from 383); Max value from RGB is 180 - color contains mainly: blue. Hex color #7E4DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E4DB4 is #81B24B. Grayscale: #676767. Windows color (decimal): -8499788 or 11816318. OLE color: 11816318.
HSL color Cylindrical-coordinate representation of color #7E4DB4: hue angle of 268.54º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E4DB4 is Cyan = 0.3, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 126 | 77 | 180 | - |
| CMYK | 0.3 | 0.57 | 0 | 0.29 |
| HSL | 268.54º | 0.41% | 0.5% | - |
| HSV(B) | 268.54º | 0.57% | 0.71% | - |
| XYZ | 19.5 | 13.04 | 44.67 | - |
| YUV | 103.39 | 171.23 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 77 | 180 | 0.3 | 0.57 | 0 | 0.29 | 268.54 | 0.41 | 0.5 |
| Hex | 7E | 4D | B4 | 1E | 39 | 0 | 1D | 10D | 29 | 32 |
| Octal | 176 | 115 | 264 | 36 | 71 | 0 | 35 | 415 | 51 | 62 |
| Binary | 1111110 | 1001101 | 10110100 | 11110 | 111001 | 0 | 11101 | 100001101 | 101001 | 110010 |
Color Harmonies of #7E4DB4
Complementary color
Monochromatic Colors of #7E4DB4
Black with #7E4DB4
Text Example
Text Example
White with #7E4DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4DB4; }
p { color: rgb(126,77,180); }
H1.HeaderClassName
{
color: #7E4DB4;
}
.AnyTagClassName
{
color: #7E4DB4;
}
</style>
background-color css
<style>
a { background-color: #7E4DB4; }
a { background-color: rgb(126,77,180); }
div.DivClassName
{
background-color: #7E4DB4;
}
.BgClassName
{
background-color: #7E4DB4;
}
</style>
border-color css
<style>
span { border-color: #7E4DB4; }
span { border-color: rgb(126,77,180); }
td.TdClassName
{
border-color: #7E4DB4;
}
.TagClassName
{
border-color: #7E4DB4;
}
</style>