Shades of Studio #7E589B
Tints of Studio #7E589B
RGB
CMYK
RGB Variations
Color information
#7E589B (or 0x7E589B) is known color: Studio. HEX triplet: 7E, 58 and 9B. RGB value is (126,88,155). Sum of RGB (Red+Green+Blue) = 126+88+155=369 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.15% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #7E589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E589B is #81A764. Grayscale: #6A6A6A. Windows color (decimal): -8496997 or 10180734. OLE color: 10180734.
HSL color Cylindrical-coordinate representation of color #7E589B: hue angle of 274.03º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E589B is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 88 | 155 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.39 |
| HSL | 274.03º | 0.28% | 0.48% | - |
| HSV(B) | 274.03º | 0.43% | 0.61% | - |
| XYZ | 18.01 | 13.78 | 32.72 | - |
| YUV | 107 | 155.09 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 88 | 155 | 0.19 | 0.43 | 0 | 0.39 | 274.03 | 0.28 | 0.48 |
| Hex | 7E | 58 | 9B | 13 | 2B | 0 | 27 | 112 | 1C | 30 |
| Octal | 176 | 130 | 233 | 23 | 53 | 0 | 47 | 422 | 34 | 60 |
| Binary | 1111110 | 1011000 | 10011011 | 10011 | 101011 | 0 | 100111 | 100010010 | 11100 | 110000 |
Color Harmonies of #7E589B
Complementary color
Monochromatic Colors of #7E589B
Black with #7E589B
Text Example
Text Example
White with #7E589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E589B; }
p { color: rgb(126,88,155); }
H1.HeaderClassName
{
color: #7E589B;
}
.AnyTagClassName
{
color: #7E589B;
}
</style>
background-color css
<style>
a { background-color: #7E589B; }
a { background-color: rgb(126,88,155); }
div.DivClassName
{
background-color: #7E589B;
}
.BgClassName
{
background-color: #7E589B;
}
</style>
border-color css
<style>
span { border-color: #7E589B; }
span { border-color: rgb(126,88,155); }
td.TdClassName
{
border-color: #7E589B;
}
.TagClassName
{
border-color: #7E589B;
}
</style>