Shades of Studio #7E599B
Tints of Studio #7E599B
RGB
CMYK
RGB Variations
Color information
#7E599B (or 0x7E599B) is known color: Studio. HEX triplet: 7E, 59 and 9B. RGB value is (126,89,155). Sum of RGB (Red+Green+Blue) = 126+89+155=370 (49% of max value = 765). Red value is 126 (49.61% from 255 or 34.05% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #7E599B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E599B is #81A664. Grayscale: #6B6B6B. Windows color (decimal): -8496741 or 10180990. OLE color: 10180990.
HSL color Cylindrical-coordinate representation of color #7E599B: hue angle of 273.64º degrees, saturation: 0.27, 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 #7E599B is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 89 | 155 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.39 |
| HSL | 273.64º | 0.27% | 0.48% | - |
| HSV(B) | 273.64º | 0.43% | 0.61% | - |
| XYZ | 18.09 | 13.95 | 32.75 | - |
| YUV | 107.59 | 154.76 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 89 | 155 | 0.19 | 0.43 | 0 | 0.39 | 273.64 | 0.27 | 0.48 |
| Hex | 7E | 59 | 9B | 13 | 2B | 0 | 27 | 112 | 1B | 30 |
| Octal | 176 | 131 | 233 | 23 | 53 | 0 | 47 | 422 | 33 | 60 |
| Binary | 1111110 | 1011001 | 10011011 | 10011 | 101011 | 0 | 100111 | 100010010 | 11011 | 110000 |
Color Harmonies of #7E599B
Complementary color
Monochromatic Colors of #7E599B
Black with #7E599B
Text Example
Text Example
White with #7E599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E599B; }
p { color: rgb(126,89,155); }
H1.HeaderClassName
{
color: #7E599B;
}
.AnyTagClassName
{
color: #7E599B;
}
</style>
background-color css
<style>
a { background-color: #7E599B; }
a { background-color: rgb(126,89,155); }
div.DivClassName
{
background-color: #7E599B;
}
.BgClassName
{
background-color: #7E599B;
}
</style>
border-color css
<style>
span { border-color: #7E599B; }
span { border-color: rgb(126,89,155); }
td.TdClassName
{
border-color: #7E599B;
}
.TagClassName
{
border-color: #7E599B;
}
</style>