Shades of Studio #7E4ABB
Tints of Studio #7E4ABB
RGB
CMYK
RGB Variations
Color information
#7E4ABB (or 0x7E4ABB) is known color: Studio. HEX triplet: 7E, 4A and BB. RGB value is (126,74,187). Sum of RGB (Red+Green+Blue) = 126+74+187=387 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.56% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #7E4ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4ABB is #81B544. Grayscale: #666666. Windows color (decimal): -8500549 or 12274302. OLE color: 12274302.
HSL color Cylindrical-coordinate representation of color #7E4ABB: hue angle of 267.61º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E4ABB is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 74 | 187 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.27 |
| HSL | 267.61º | 0.45% | 0.51% | - |
| HSV(B) | 267.61º | 0.6% | 0.73% | - |
| XYZ | 20.02 | 12.92 | 48.45 | - |
| YUV | 102.43 | 175.73 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 74 | 187 | 0.33 | 0.60 | 0 | 0.27 | 267.61 | 0.45 | 0.51 |
| Hex | 7E | 4A | BB | 21 | 3C | 0 | 1B | 10C | 2D | 33 |
| Octal | 176 | 112 | 273 | 41 | 74 | 0 | 33 | 414 | 55 | 63 |
| Binary | 1111110 | 1001010 | 10111011 | 100001 | 111100 | 0 | 11011 | 100001100 | 101101 | 110011 |
Color Harmonies of #7E4ABB
Complementary color
Monochromatic Colors of #7E4ABB
Black with #7E4ABB
Text Example
Text Example
White with #7E4ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4ABB; }
p { color: rgb(126,74,187); }
H1.HeaderClassName
{
color: #7E4ABB;
}
.AnyTagClassName
{
color: #7E4ABB;
}
</style>
background-color css
<style>
a { background-color: #7E4ABB; }
a { background-color: rgb(126,74,187); }
div.DivClassName
{
background-color: #7E4ABB;
}
.BgClassName
{
background-color: #7E4ABB;
}
</style>
border-color css
<style>
span { border-color: #7E4ABB; }
span { border-color: rgb(126,74,187); }
td.TdClassName
{
border-color: #7E4ABB;
}
.TagClassName
{
border-color: #7E4ABB;
}
</style>