Shades of Studio #7E4DBE
Tints of Studio #7E4DBE
RGB
CMYK
RGB Variations
Color information
#7E4DBE (or 0x7E4DBE) is known color: Studio. HEX triplet: 7E, 4D and BE. RGB value is (126,77,190). Sum of RGB (Red+Green+Blue) = 126+77+190=393 (52% of max value = 765). Red value is 126 (49.61% from 255 or 32.06% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E4DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E4DBE is #81B241. Grayscale: #686868. Windows color (decimal): -8499778 or 12471678. OLE color: 12471678.
HSL color Cylindrical-coordinate representation of color #7E4DBE: hue angle of 266.02º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E4DBE is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 77 | 190 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.25 |
| HSL | 266.02º | 0.47% | 0.52% | - |
| HSV(B) | 266.02º | 0.59% | 0.75% | - |
| XYZ | 20.55 | 13.46 | 50.23 | - |
| YUV | 104.53 | 176.23 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 77 | 190 | 0.34 | 0.59 | 0 | 0.25 | 266.02 | 0.47 | 0.52 |
| Hex | 7E | 4D | BE | 22 | 3B | 0 | 19 | 10A | 2F | 34 |
| Octal | 176 | 115 | 276 | 42 | 73 | 0 | 31 | 412 | 57 | 64 |
| Binary | 1111110 | 1001101 | 10111110 | 100010 | 111011 | 0 | 11001 | 100001010 | 101111 | 110100 |
Color Harmonies of #7E4DBE
Complementary color
Monochromatic Colors of #7E4DBE
Black with #7E4DBE
Text Example
Text Example
White with #7E4DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4DBE; }
p { color: rgb(126,77,190); }
H1.HeaderClassName
{
color: #7E4DBE;
}
.AnyTagClassName
{
color: #7E4DBE;
}
</style>
background-color css
<style>
a { background-color: #7E4DBE; }
a { background-color: rgb(126,77,190); }
div.DivClassName
{
background-color: #7E4DBE;
}
.BgClassName
{
background-color: #7E4DBE;
}
</style>
border-color css
<style>
span { border-color: #7E4DBE; }
span { border-color: rgb(126,77,190); }
td.TdClassName
{
border-color: #7E4DBE;
}
.TagClassName
{
border-color: #7E4DBE;
}
</style>