Shades of Affair #795D8F
Tints of Affair #795D8F
RGB
CMYK
RGB Variations
Color information
#795D8F (or 0x795D8F) is known color: Affair. HEX triplet: 79, 5D and 8F. RGB value is (121,93,143). Sum of RGB (Red+Green+Blue) = 121+93+143=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 143 - color contains mainly: blue. Hex color #795D8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795D8F is #86A270. Grayscale: #6A6A6A. Windows color (decimal): -8823409 or 9395577. OLE color: 9395577.
HSL color Cylindrical-coordinate representation of color #795D8F: hue angle of 273.6º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #795D8F is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 93 | 143 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.44 |
| HSL | 273.6º | 0.21% | 0.46% | - |
| HSV(B) | 273.6º | 0.35% | 0.56% | - |
| XYZ | 16.76 | 13.88 | 27.78 | - |
| YUV | 107.07 | 148.28 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 93 | 143 | 0.15 | 0.35 | 0 | 0.44 | 273.6 | 0.21 | 0.46 |
| Hex | 79 | 5D | 8F | F | 23 | 0 | 2C | 112 | 15 | 2E |
| Octal | 171 | 135 | 217 | 17 | 43 | 0 | 54 | 422 | 25 | 56 |
| Binary | 1111001 | 1011101 | 10001111 | 1111 | 100011 | 0 | 101100 | 100010010 | 10101 | 101110 |
Color Harmonies of #795D8F
Complementary color
Monochromatic Colors of #795D8F
Black with #795D8F
Text Example
Text Example
White with #795D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795D8F; }
p { color: rgb(121,93,143); }
H1.HeaderClassName
{
color: #795D8F;
}
.AnyTagClassName
{
color: #795D8F;
}
</style>
background-color css
<style>
a { background-color: #795D8F; }
a { background-color: rgb(121,93,143); }
div.DivClassName
{
background-color: #795D8F;
}
.BgClassName
{
background-color: #795D8F;
}
</style>
border-color css
<style>
span { border-color: #795D8F; }
span { border-color: rgb(121,93,143); }
td.TdClassName
{
border-color: #795D8F;
}
.TagClassName
{
border-color: #795D8F;
}
</style>