Shades of Studio #7E5CAB
Tints of Studio #7E5CAB
RGB
CMYK
RGB Variations
Color information
#7E5CAB (or 0x7E5CAB) is known color: Studio. HEX triplet: 7E, 5C and AB. RGB value is (126,92,171). Sum of RGB (Red+Green+Blue) = 126+92+171=389 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.39% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E5CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5CAB is #81A354. Grayscale: #6E6E6E. Windows color (decimal): -8495957 or 11230334. OLE color: 11230334.
HSL color Cylindrical-coordinate representation of color #7E5CAB: hue angle of 265.82º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E5CAB is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 92 | 171 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.33 |
| HSL | 265.82º | 0.32% | 0.52% | - |
| HSV(B) | 265.82º | 0.46% | 0.67% | - |
| XYZ | 19.78 | 15.03 | 40.39 | - |
| YUV | 111.17 | 161.76 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 92 | 171 | 0.26 | 0.46 | 0 | 0.33 | 265.82 | 0.32 | 0.52 |
| Hex | 7E | 5C | AB | 1A | 2E | 0 | 21 | 10A | 20 | 34 |
| Octal | 176 | 134 | 253 | 32 | 56 | 0 | 41 | 412 | 40 | 64 |
| Binary | 1111110 | 1011100 | 10101011 | 11010 | 101110 | 0 | 100001 | 100001010 | 100000 | 110100 |
Color Harmonies of #7E5CAB
Complementary color
Monochromatic Colors of #7E5CAB
Black with #7E5CAB
Text Example
Text Example
White with #7E5CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5CAB; }
p { color: rgb(126,92,171); }
H1.HeaderClassName
{
color: #7E5CAB;
}
.AnyTagClassName
{
color: #7E5CAB;
}
</style>
background-color css
<style>
a { background-color: #7E5CAB; }
a { background-color: rgb(126,92,171); }
div.DivClassName
{
background-color: #7E5CAB;
}
.BgClassName
{
background-color: #7E5CAB;
}
</style>
border-color css
<style>
span { border-color: #7E5CAB; }
span { border-color: rgb(126,92,171); }
td.TdClassName
{
border-color: #7E5CAB;
}
.TagClassName
{
border-color: #7E5CAB;
}
</style>