Shades of Affair #795E92
Tints of Affair #795E92
RGB
CMYK
RGB Variations
Color information
#795E92 (or 0x795E92) is known color: Affair. HEX triplet: 79, 5E and 92. RGB value is (121,94,146). Sum of RGB (Red+Green+Blue) = 121+94+146=361 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.52% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 146 - color contains mainly: blue. Hex color #795E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795E92 is #86A16D. Grayscale: #6B6B6B. Windows color (decimal): -8823150 or 9592441. OLE color: 9592441.
HSL color Cylindrical-coordinate representation of color #795E92: hue angle of 271.15º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #795E92 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 94 | 146 | - |
| CMYK | 0.17 | 0.36 | 0 | 0.43 |
| HSL | 271.15º | 0.22% | 0.47% | - |
| HSV(B) | 271.15º | 0.36% | 0.57% | - |
| XYZ | 17.08 | 14.15 | 29.02 | - |
| YUV | 108 | 149.45 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 94 | 146 | 0.17 | 0.36 | 0 | 0.43 | 271.15 | 0.22 | 0.47 |
| Hex | 79 | 5E | 92 | 11 | 24 | 0 | 2B | 10F | 16 | 2F |
| Octal | 171 | 136 | 222 | 21 | 44 | 0 | 53 | 417 | 26 | 57 |
| Binary | 1111001 | 1011110 | 10010010 | 10001 | 100100 | 0 | 101011 | 100001111 | 10110 | 101111 |
Color Harmonies of #795E92
Complementary color
Monochromatic Colors of #795E92
Black with #795E92
Text Example
Text Example
White with #795E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795E92; }
p { color: rgb(121,94,146); }
H1.HeaderClassName
{
color: #795E92;
}
.AnyTagClassName
{
color: #795E92;
}
</style>
background-color css
<style>
a { background-color: #795E92; }
a { background-color: rgb(121,94,146); }
div.DivClassName
{
background-color: #795E92;
}
.BgClassName
{
background-color: #795E92;
}
</style>
border-color css
<style>
span { border-color: #795E92; }
span { border-color: rgb(121,94,146); }
td.TdClassName
{
border-color: #795E92;
}
.TagClassName
{
border-color: #795E92;
}
</style>