Shades of Studio #7E5BAB
Tints of Studio #7E5BAB
RGB
CMYK
RGB Variations
Color information
#7E5BAB (or 0x7E5BAB) is known color: Studio. HEX triplet: 7E, 5B and AB. RGB value is (126,91,171). Sum of RGB (Red+Green+Blue) = 126+91+171=388 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.47% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E5BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5BAB is #81A454. Grayscale: #6E6E6E. Windows color (decimal): -8496213 or 11230078. OLE color: 11230078.
HSL color Cylindrical-coordinate representation of color #7E5BAB: hue angle of 266.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E5BAB is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 91 | 171 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.33 |
| HSL | 266.25º | 0.32% | 0.51% | - |
| HSV(B) | 266.25º | 0.47% | 0.67% | - |
| XYZ | 19.7 | 14.86 | 40.36 | - |
| YUV | 110.59 | 162.1 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 91 | 171 | 0.26 | 0.47 | 0 | 0.33 | 266.25 | 0.32 | 0.51 |
| Hex | 7E | 5B | AB | 1A | 2F | 0 | 21 | 10A | 20 | 33 |
| Octal | 176 | 133 | 253 | 32 | 57 | 0 | 41 | 412 | 40 | 63 |
| Binary | 1111110 | 1011011 | 10101011 | 11010 | 101111 | 0 | 100001 | 100001010 | 100000 | 110011 |
Color Harmonies of #7E5BAB
Complementary color
Monochromatic Colors of #7E5BAB
Black with #7E5BAB
Text Example
Text Example
White with #7E5BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5BAB; }
p { color: rgb(126,91,171); }
H1.HeaderClassName
{
color: #7E5BAB;
}
.AnyTagClassName
{
color: #7E5BAB;
}
</style>
background-color css
<style>
a { background-color: #7E5BAB; }
a { background-color: rgb(126,91,171); }
div.DivClassName
{
background-color: #7E5BAB;
}
.BgClassName
{
background-color: #7E5BAB;
}
</style>
border-color css
<style>
span { border-color: #7E5BAB; }
span { border-color: rgb(126,91,171); }
td.TdClassName
{
border-color: #7E5BAB;
}
.TagClassName
{
border-color: #7E5BAB;
}
</style>