Shades of Affair #7E558D
Tints of Affair #7E558D
RGB
CMYK
RGB Variations
Color information
#7E558D (or 0x7E558D) is known color: Affair. HEX triplet: 7E, 55 and 8D. RGB value is (126,85,141). Sum of RGB (Red+Green+Blue) = 126+85+141=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 141 - color contains mainly: blue. Hex color #7E558D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E558D is #81AA72. Grayscale: #676767. Windows color (decimal): -8497779 or 9262462. OLE color: 9262462.
HSL color Cylindrical-coordinate representation of color #7E558D: hue angle of 283.93º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7E558D is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 85 | 141 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.45 |
| HSL | 283.93º | 0.25% | 0.44% | - |
| HSV(B) | 283.93º | 0.4% | 0.55% | - |
| XYZ | 16.66 | 12.86 | 26.8 | - |
| YUV | 103.64 | 149.08 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 85 | 141 | 0.11 | 0.40 | 0 | 0.45 | 283.93 | 0.25 | 0.44 |
| Hex | 7E | 55 | 8D | B | 28 | 0 | 2D | 11C | 19 | 2C |
| Octal | 176 | 125 | 215 | 13 | 50 | 0 | 55 | 434 | 31 | 54 |
| Binary | 1111110 | 1010101 | 10001101 | 1011 | 101000 | 0 | 101101 | 100011100 | 11001 | 101100 |
Color Harmonies of #7E558D
Complementary color
Monochromatic Colors of #7E558D
Black with #7E558D
Text Example
Text Example
White with #7E558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E558D; }
p { color: rgb(126,85,141); }
H1.HeaderClassName
{
color: #7E558D;
}
.AnyTagClassName
{
color: #7E558D;
}
</style>
background-color css
<style>
a { background-color: #7E558D; }
a { background-color: rgb(126,85,141); }
div.DivClassName
{
background-color: #7E558D;
}
.BgClassName
{
background-color: #7E558D;
}
</style>
border-color css
<style>
span { border-color: #7E558D; }
span { border-color: rgb(126,85,141); }
td.TdClassName
{
border-color: #7E558D;
}
.TagClassName
{
border-color: #7E558D;
}
</style>