Shades of Studio #7E4ABC
Tints of Studio #7E4ABC
RGB
CMYK
RGB Variations
Color information
#7E4ABC (or 0x7E4ABC) is known color: Studio. HEX triplet: 7E, 4A and BC. RGB value is (126,74,188). Sum of RGB (Red+Green+Blue) = 126+74+188=388 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.47% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E4ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4ABC is #81B543. Grayscale: #666666. Windows color (decimal): -8500548 or 12339838. OLE color: 12339838.
HSL color Cylindrical-coordinate representation of color #7E4ABC: hue angle of 267.37º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E4ABC is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 74 | 188 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.26 |
| HSL | 267.37º | 0.46% | 0.51% | - |
| HSV(B) | 267.37º | 0.61% | 0.74% | - |
| XYZ | 20.13 | 12.96 | 49.02 | - |
| YUV | 102.54 | 176.23 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 74 | 188 | 0.33 | 0.61 | 0 | 0.26 | 267.37 | 0.46 | 0.51 |
| Hex | 7E | 4A | BC | 21 | 3D | 0 | 1A | 10B | 2E | 33 |
| Octal | 176 | 112 | 274 | 41 | 75 | 0 | 32 | 413 | 56 | 63 |
| Binary | 1111110 | 1001010 | 10111100 | 100001 | 111101 | 0 | 11010 | 100001011 | 101110 | 110011 |
Color Harmonies of #7E4ABC
Complementary color
Monochromatic Colors of #7E4ABC
Black with #7E4ABC
Text Example
Text Example
White with #7E4ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4ABC; }
p { color: rgb(126,74,188); }
H1.HeaderClassName
{
color: #7E4ABC;
}
.AnyTagClassName
{
color: #7E4ABC;
}
</style>
background-color css
<style>
a { background-color: #7E4ABC; }
a { background-color: rgb(126,74,188); }
div.DivClassName
{
background-color: #7E4ABC;
}
.BgClassName
{
background-color: #7E4ABC;
}
</style>
border-color css
<style>
span { border-color: #7E4ABC; }
span { border-color: rgb(126,74,188); }
td.TdClassName
{
border-color: #7E4ABC;
}
.TagClassName
{
border-color: #7E4ABC;
}
</style>