Shades of Affair #7F588E
Tints of Affair #7F588E
RGB
CMYK
RGB Variations
Color information
#7F588E (or 0x7F588E) is known color: Affair. HEX triplet: 7F, 58 and 8E. RGB value is (127,88,142). Sum of RGB (Red+Green+Blue) = 127+88+142=357 (47% of max value = 765). Red value is 127 (50% from 255 or 35.57% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 142 - color contains mainly: blue. Hex color #7F588E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F588E is #80A771. Grayscale: #696969. Windows color (decimal): -8431474 or 9328767. OLE color: 9328767.
HSL color Cylindrical-coordinate representation of color #7F588E: hue angle of 283.33º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F588E is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 88 | 142 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.44 |
| HSL | 283.33º | 0.23% | 0.45% | - |
| HSV(B) | 283.33º | 0.38% | 0.56% | - |
| XYZ | 17.12 | 13.44 | 27.28 | - |
| YUV | 105.82 | 148.42 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 88 | 142 | 0.11 | 0.38 | 0 | 0.44 | 283.33 | 0.23 | 0.45 |
| Hex | 7F | 58 | 8E | B | 26 | 0 | 2C | 11B | 17 | 2D |
| Octal | 177 | 130 | 216 | 13 | 46 | 0 | 54 | 433 | 27 | 55 |
| Binary | 1111111 | 1011000 | 10001110 | 1011 | 100110 | 0 | 101100 | 100011011 | 10111 | 101101 |
Color Harmonies of #7F588E
Complementary color
Monochromatic Colors of #7F588E
Black with #7F588E
Text Example
Text Example
White with #7F588E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F588E; }
p { color: rgb(127,88,142); }
H1.HeaderClassName
{
color: #7F588E;
}
.AnyTagClassName
{
color: #7F588E;
}
</style>
background-color css
<style>
a { background-color: #7F588E; }
a { background-color: rgb(127,88,142); }
div.DivClassName
{
background-color: #7F588E;
}
.BgClassName
{
background-color: #7F588E;
}
</style>
border-color css
<style>
span { border-color: #7F588E; }
span { border-color: rgb(127,88,142); }
td.TdClassName
{
border-color: #7F588E;
}
.TagClassName
{
border-color: #7F588E;
}
</style>