Shades of Studio #7E3EBC
Tints of Studio #7E3EBC
RGB
CMYK
RGB Variations
Color information
#7E3EBC (or 0x7E3EBC) is known color: Studio. HEX triplet: 7E, 3E and BC. RGB value is (126,62,188). Sum of RGB (Red+Green+Blue) = 126+62+188=376 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.51% from 376); Green value is 62 (24.61% from 255 or 16.49% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E3EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3EBC is #81C143. Grayscale: #5F5F5F. Windows color (decimal): -8503620 or 12336766. OLE color: 12336766.
HSL color Cylindrical-coordinate representation of color #7E3EBC: hue angle of 270.48º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E3EBC is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 62 | 188 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.26 |
| HSL | 270.48º | 0.5% | 0.49% | - |
| HSV(B) | 270.48º | 0.67% | 0.74% | - |
| XYZ | 19.4 | 11.51 | 48.78 | - |
| YUV | 95.5 | 180.2 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 62 | 188 | 0.33 | 0.67 | 0 | 0.26 | 270.48 | 0.5 | 0.49 |
| Hex | 7E | 3E | BC | 21 | 43 | 0 | 1A | 10E | 32 | 31 |
| Octal | 176 | 76 | 274 | 41 | 103 | 0 | 32 | 416 | 62 | 61 |
| Binary | 1111110 | 111110 | 10111100 | 100001 | 1000011 | 0 | 11010 | 100001110 | 110010 | 110001 |
Color Harmonies of #7E3EBC
Complementary color
Monochromatic Colors of #7E3EBC
Black with #7E3EBC
Text Example
Text Example
White with #7E3EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3EBC; }
p { color: rgb(126,62,188); }
H1.HeaderClassName
{
color: #7E3EBC;
}
.AnyTagClassName
{
color: #7E3EBC;
}
</style>
background-color css
<style>
a { background-color: #7E3EBC; }
a { background-color: rgb(126,62,188); }
div.DivClassName
{
background-color: #7E3EBC;
}
.BgClassName
{
background-color: #7E3EBC;
}
</style>
border-color css
<style>
span { border-color: #7E3EBC; }
span { border-color: rgb(126,62,188); }
td.TdClassName
{
border-color: #7E3EBC;
}
.TagClassName
{
border-color: #7E3EBC;
}
</style>