Shades of Affair #7E588A
Tints of Affair #7E588A
RGB
CMYK
RGB Variations
Color information
#7E588A (or 0x7E588A) is known color: Affair. HEX triplet: 7E, 58 and 8A. RGB value is (126,88,138). Sum of RGB (Red+Green+Blue) = 126+88+138=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 138 - color contains mainly: blue. Hex color #7E588A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E588A is #81A775. Grayscale: #686868. Windows color (decimal): -8497014 or 9066622. OLE color: 9066622.
HSL color Cylindrical-coordinate representation of color #7E588A: hue angle of 285.6º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7E588A is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 88 | 138 | - |
| CMYK | 0.09 | 0.36 | 0 | 0.46 |
| HSL | 285.6º | 0.22% | 0.44% | - |
| HSV(B) | 285.6º | 0.36% | 0.54% | - |
| XYZ | 16.68 | 13.25 | 25.72 | - |
| YUV | 105.06 | 146.59 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 88 | 138 | 0.09 | 0.36 | 0 | 0.46 | 285.6 | 0.22 | 0.44 |
| Hex | 7E | 58 | 8A | 9 | 24 | 0 | 2E | 11E | 16 | 2C |
| Octal | 176 | 130 | 212 | 11 | 44 | 0 | 56 | 436 | 26 | 54 |
| Binary | 1111110 | 1011000 | 10001010 | 1001 | 100100 | 0 | 101110 | 100011110 | 10110 | 101100 |
Color Harmonies of #7E588A
Complementary color
Monochromatic Colors of #7E588A
Black with #7E588A
Text Example
Text Example
White with #7E588A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E588A; }
p { color: rgb(126,88,138); }
H1.HeaderClassName
{
color: #7E588A;
}
.AnyTagClassName
{
color: #7E588A;
}
</style>
background-color css
<style>
a { background-color: #7E588A; }
a { background-color: rgb(126,88,138); }
div.DivClassName
{
background-color: #7E588A;
}
.BgClassName
{
background-color: #7E588A;
}
</style>
border-color css
<style>
span { border-color: #7E588A; }
span { border-color: rgb(126,88,138); }
td.TdClassName
{
border-color: #7E588A;
}
.TagClassName
{
border-color: #7E588A;
}
</style>