Shades of Studio #7E5AB3
Tints of Studio #7E5AB3
RGB
CMYK
RGB Variations
Color information
#7E5AB3 (or 0x7E5AB3) is known color: Studio. HEX triplet: 7E, 5A and B3. RGB value is (126,90,179). Sum of RGB (Red+Green+Blue) = 126+90+179=395 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.90% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 179 (70.31% from 255 or 45.32% from 395); Max value from RGB is 179 - color contains mainly: blue. Hex color #7E5AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5AB3 is #81A54C. Grayscale: #6E6E6E. Windows color (decimal): -8496461 or 11754110. OLE color: 11754110.
HSL color Cylindrical-coordinate representation of color #7E5AB3: hue angle of 264.27º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E5AB3 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 126 | 90 | 179 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.30 |
| HSL | 264.27º | 0.37% | 0.53% | - |
| HSV(B) | 264.27º | 0.5% | 0.7% | - |
| XYZ | 20.4 | 15 | 44.47 | - |
| YUV | 110.91 | 166.43 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 90 | 179 | 0.30 | 0.50 | 0 | 0.30 | 264.27 | 0.37 | 0.53 |
| Hex | 7E | 5A | B3 | 1E | 32 | 0 | 1E | 108 | 25 | 35 |
| Octal | 176 | 132 | 263 | 36 | 62 | 0 | 36 | 410 | 45 | 65 |
| Binary | 1111110 | 1011010 | 10110011 | 11110 | 110010 | 0 | 11110 | 100001000 | 100101 | 110101 |
Color Harmonies of #7E5AB3
Complementary color
Monochromatic Colors of #7E5AB3
Black with #7E5AB3
Text Example
Text Example
White with #7E5AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5AB3; }
p { color: rgb(126,90,179); }
H1.HeaderClassName
{
color: #7E5AB3;
}
.AnyTagClassName
{
color: #7E5AB3;
}
</style>
background-color css
<style>
a { background-color: #7E5AB3; }
a { background-color: rgb(126,90,179); }
div.DivClassName
{
background-color: #7E5AB3;
}
.BgClassName
{
background-color: #7E5AB3;
}
</style>
border-color css
<style>
span { border-color: #7E5AB3; }
span { border-color: rgb(126,90,179); }
td.TdClassName
{
border-color: #7E5AB3;
}
.TagClassName
{
border-color: #7E5AB3;
}
</style>