Shades of Affair #7F588C
Tints of Affair #7F588C
RGB
CMYK
RGB Variations
Color information
#7F588C (or 0x7F588C) is known color: Affair. HEX triplet: 7F, 58 and 8C. RGB value is (127,88,140). Sum of RGB (Red+Green+Blue) = 127+88+140=355 (47% of max value = 765). Red value is 127 (50% from 255 or 35.77% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 140 - color contains mainly: blue. Hex color #7F588C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F588C is #80A773. Grayscale: #696969. Windows color (decimal): -8431476 or 9197695. OLE color: 9197695.
HSL color Cylindrical-coordinate representation of color #7F588C: hue angle of 285º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F588C is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 88 | 140 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.45 |
| HSL | 285º | 0.23% | 0.45% | - |
| HSV(B) | 285º | 0.37% | 0.55% | - |
| XYZ | 16.98 | 13.38 | 26.5 | - |
| YUV | 105.59 | 147.42 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 88 | 140 | 0.09 | 0.37 | 0 | 0.45 | 285 | 0.23 | 0.45 |
| Hex | 7F | 58 | 8C | 9 | 25 | 0 | 2D | 11D | 17 | 2D |
| Octal | 177 | 130 | 214 | 11 | 45 | 0 | 55 | 435 | 27 | 55 |
| Binary | 1111111 | 1011000 | 10001100 | 1001 | 100101 | 0 | 101101 | 100011101 | 10111 | 101101 |
Color Harmonies of #7F588C
Complementary color
Monochromatic Colors of #7F588C
Black with #7F588C
Text Example
Text Example
White with #7F588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F588C; }
p { color: rgb(127,88,140); }
H1.HeaderClassName
{
color: #7F588C;
}
.AnyTagClassName
{
color: #7F588C;
}
</style>
background-color css
<style>
a { background-color: #7F588C; }
a { background-color: rgb(127,88,140); }
div.DivClassName
{
background-color: #7F588C;
}
.BgClassName
{
background-color: #7F588C;
}
</style>
border-color css
<style>
span { border-color: #7F588C; }
span { border-color: rgb(127,88,140); }
td.TdClassName
{
border-color: #7F588C;
}
.TagClassName
{
border-color: #7F588C;
}
</style>