Shades of Affair #795F90
Tints of Affair #795F90
RGB
CMYK
RGB Variations
Color information
#795F90 (or 0x795F90) is known color: Affair. HEX triplet: 79, 5F and 90. RGB value is (121,95,144). Sum of RGB (Red+Green+Blue) = 121+95+144=360 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.61% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 144 - color contains mainly: blue. Hex color #795F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795F90 is #86A06F. Grayscale: #6C6C6C. Windows color (decimal): -8822896 or 9461625. OLE color: 9461625.
HSL color Cylindrical-coordinate representation of color #795F90: hue angle of 271.84º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #795F90 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 95 | 144 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.44 |
| HSL | 271.84º | 0.21% | 0.47% | - |
| HSV(B) | 271.84º | 0.34% | 0.56% | - |
| XYZ | 17.01 | 14.26 | 28.24 | - |
| YUV | 108.36 | 148.11 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 95 | 144 | 0.16 | 0.34 | 0 | 0.44 | 271.84 | 0.21 | 0.47 |
| Hex | 79 | 5F | 90 | 10 | 22 | 0 | 2C | 110 | 15 | 2F |
| Octal | 171 | 137 | 220 | 20 | 42 | 0 | 54 | 420 | 25 | 57 |
| Binary | 1111001 | 1011111 | 10010000 | 10000 | 100010 | 0 | 101100 | 100010000 | 10101 | 101111 |
Color Harmonies of #795F90
Complementary color
Monochromatic Colors of #795F90
Black with #795F90
Text Example
Text Example
White with #795F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795F90; }
p { color: rgb(121,95,144); }
H1.HeaderClassName
{
color: #795F90;
}
.AnyTagClassName
{
color: #795F90;
}
</style>
background-color css
<style>
a { background-color: #795F90; }
a { background-color: rgb(121,95,144); }
div.DivClassName
{
background-color: #795F90;
}
.BgClassName
{
background-color: #795F90;
}
</style>
border-color css
<style>
span { border-color: #795F90; }
span { border-color: rgb(121,95,144); }
td.TdClassName
{
border-color: #795F90;
}
.TagClassName
{
border-color: #795F90;
}
</style>