Shades of Affair #795E87
Tints of Affair #795E87
RGB
CMYK
RGB Variations
Color information
#795E87 (or 0x795E87) is known color: Affair. HEX triplet: 79, 5E and 87. RGB value is (121,94,135). Sum of RGB (Red+Green+Blue) = 121+94+135=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 135 (53.12% from 255 or 38.57% from 350); Max value from RGB is 135 - color contains mainly: blue. Hex color #795E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795E87 is #86A178. Grayscale: #6A6A6A. Windows color (decimal): -8823161 or 8871545. OLE color: 8871545.
HSL color Cylindrical-coordinate representation of color #795E87: hue angle of 279.51º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #795E87 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 121 | 94 | 135 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.47 |
| HSL | 279.51º | 0.18% | 0.45% | - |
| HSV(B) | 279.51º | 0.3% | 0.53% | - |
| XYZ | 16.26 | 13.82 | 24.73 | - |
| YUV | 106.75 | 143.95 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 94 | 135 | 0.10 | 0.30 | 0 | 0.47 | 279.51 | 0.18 | 0.45 |
| Hex | 79 | 5E | 87 | A | 1E | 0 | 2F | 118 | 12 | 2D |
| Octal | 171 | 136 | 207 | 12 | 36 | 0 | 57 | 430 | 22 | 55 |
| Binary | 1111001 | 1011110 | 10000111 | 1010 | 11110 | 0 | 101111 | 100011000 | 10010 | 101101 |
Color Harmonies of #795E87
Complementary color
Monochromatic Colors of #795E87
Black with #795E87
Text Example
Text Example
White with #795E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795E87; }
p { color: rgb(121,94,135); }
H1.HeaderClassName
{
color: #795E87;
}
.AnyTagClassName
{
color: #795E87;
}
</style>
background-color css
<style>
a { background-color: #795E87; }
a { background-color: rgb(121,94,135); }
div.DivClassName
{
background-color: #795E87;
}
.BgClassName
{
background-color: #795E87;
}
</style>
border-color css
<style>
span { border-color: #795E87; }
span { border-color: rgb(121,94,135); }
td.TdClassName
{
border-color: #795E87;
}
.TagClassName
{
border-color: #795E87;
}
</style>