Shades of Affair #7E5588
Tints of Affair #7E5588
RGB
CMYK
RGB Variations
Color information
#7E5588 (or 0x7E5588) is known color: Affair. HEX triplet: 7E, 55 and 88. RGB value is (126,85,136). Sum of RGB (Red+Green+Blue) = 126+85+136=347 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.31% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 136 - color contains mainly: blue. Hex color #7E5588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5588 is #81AA77. Grayscale: #666666. Windows color (decimal): -8497784 or 8934782. OLE color: 8934782.
HSL color Cylindrical-coordinate representation of color #7E5588: hue angle of 288.24º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E5588 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 85 | 136 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.47 |
| HSL | 288.24º | 0.23% | 0.43% | - |
| HSV(B) | 288.24º | 0.38% | 0.53% | - |
| XYZ | 16.3 | 12.71 | 24.89 | - |
| YUV | 103.07 | 146.58 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 85 | 136 | 0.07 | 0.38 | 0 | 0.47 | 288.24 | 0.23 | 0.43 |
| Hex | 7E | 55 | 88 | 7 | 26 | 0 | 2F | 120 | 17 | 2B |
| Octal | 176 | 125 | 210 | 7 | 46 | 0 | 57 | 440 | 27 | 53 |
| Binary | 1111110 | 1010101 | 10001000 | 111 | 100110 | 0 | 101111 | 100100000 | 10111 | 101011 |
Color Harmonies of #7E5588
Complementary color
Monochromatic Colors of #7E5588
Black with #7E5588
Text Example
Text Example
White with #7E5588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5588; }
p { color: rgb(126,85,136); }
H1.HeaderClassName
{
color: #7E5588;
}
.AnyTagClassName
{
color: #7E5588;
}
</style>
background-color css
<style>
a { background-color: #7E5588; }
a { background-color: rgb(126,85,136); }
div.DivClassName
{
background-color: #7E5588;
}
.BgClassName
{
background-color: #7E5588;
}
</style>
border-color css
<style>
span { border-color: #7E5588; }
span { border-color: rgb(126,85,136); }
td.TdClassName
{
border-color: #7E5588;
}
.TagClassName
{
border-color: #7E5588;
}
</style>