Shades of Affair #7E588D
Tints of Affair #7E588D
RGB
CMYK
RGB Variations
Color information
#7E588D (or 0x7E588D) is known color: Affair. HEX triplet: 7E, 58 and 8D. RGB value is (126,88,141). Sum of RGB (Red+Green+Blue) = 126+88+141=355 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.49% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 141 - color contains mainly: blue. Hex color #7E588D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E588D is #81A772. Grayscale: #696969. Windows color (decimal): -8497011 or 9263230. OLE color: 9263230.
HSL color Cylindrical-coordinate representation of color #7E588D: hue angle of 283.02º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E588D is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 88 | 141 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.45 |
| HSL | 283.02º | 0.23% | 0.45% | - |
| HSV(B) | 283.02º | 0.38% | 0.55% | - |
| XYZ | 16.9 | 13.34 | 26.88 | - |
| YUV | 105.4 | 148.09 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 88 | 141 | 0.11 | 0.38 | 0 | 0.45 | 283.02 | 0.23 | 0.45 |
| Hex | 7E | 58 | 8D | B | 26 | 0 | 2D | 11B | 17 | 2D |
| Octal | 176 | 130 | 215 | 13 | 46 | 0 | 55 | 433 | 27 | 55 |
| Binary | 1111110 | 1011000 | 10001101 | 1011 | 100110 | 0 | 101101 | 100011011 | 10111 | 101101 |
Color Harmonies of #7E588D
Complementary color
Monochromatic Colors of #7E588D
Black with #7E588D
Text Example
Text Example
White with #7E588D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E588D; }
p { color: rgb(126,88,141); }
H1.HeaderClassName
{
color: #7E588D;
}
.AnyTagClassName
{
color: #7E588D;
}
</style>
background-color css
<style>
a { background-color: #7E588D; }
a { background-color: rgb(126,88,141); }
div.DivClassName
{
background-color: #7E588D;
}
.BgClassName
{
background-color: #7E588D;
}
</style>
border-color css
<style>
span { border-color: #7E588D; }
span { border-color: rgb(126,88,141); }
td.TdClassName
{
border-color: #7E588D;
}
.TagClassName
{
border-color: #7E588D;
}
</style>