Shades of Affair #795C90
Tints of Affair #795C90
RGB
CMYK
RGB Variations
Color information
#795C90 (or 0x795C90) is known color: Affair. HEX triplet: 79, 5C and 90. RGB value is (121,92,144). Sum of RGB (Red+Green+Blue) = 121+92+144=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 144 - color contains mainly: blue. Hex color #795C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795C90 is #86A36F. Grayscale: #6A6A6A. Windows color (decimal): -8823664 or 9460857. OLE color: 9460857.
HSL color Cylindrical-coordinate representation of color #795C90: hue angle of 273.46º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #795C90 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 92 | 144 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.44 |
| HSL | 273.46º | 0.22% | 0.46% | - |
| HSV(B) | 273.46º | 0.36% | 0.56% | - |
| XYZ | 16.75 | 13.73 | 28.15 | - |
| YUV | 106.6 | 149.11 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 92 | 144 | 0.16 | 0.36 | 0 | 0.44 | 273.46 | 0.22 | 0.46 |
| Hex | 79 | 5C | 90 | 10 | 24 | 0 | 2C | 111 | 16 | 2E |
| Octal | 171 | 134 | 220 | 20 | 44 | 0 | 54 | 421 | 26 | 56 |
| Binary | 1111001 | 1011100 | 10010000 | 10000 | 100100 | 0 | 101100 | 100010001 | 10110 | 101110 |
Color Harmonies of #795C90
Complementary color
Monochromatic Colors of #795C90
Black with #795C90
Text Example
Text Example
White with #795C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795C90; }
p { color: rgb(121,92,144); }
H1.HeaderClassName
{
color: #795C90;
}
.AnyTagClassName
{
color: #795C90;
}
</style>
background-color css
<style>
a { background-color: #795C90; }
a { background-color: rgb(121,92,144); }
div.DivClassName
{
background-color: #795C90;
}
.BgClassName
{
background-color: #795C90;
}
</style>
border-color css
<style>
span { border-color: #795C90; }
span { border-color: rgb(121,92,144); }
td.TdClassName
{
border-color: #795C90;
}
.TagClassName
{
border-color: #795C90;
}
</style>