Shades of Affair #795A8F
Tints of Affair #795A8F
RGB
CMYK
RGB Variations
Color information
#795A8F (or 0x795A8F) is known color: Affair. HEX triplet: 79, 5A and 8F. RGB value is (121,90,143). Sum of RGB (Red+Green+Blue) = 121+90+143=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 143 - color contains mainly: blue. Hex color #795A8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795A8F is #86A570. Grayscale: #696969. Windows color (decimal): -8824177 or 9394809. OLE color: 9394809.
HSL color Cylindrical-coordinate representation of color #795A8F: hue angle of 275.09º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #795A8F is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 90 | 143 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.44 |
| HSL | 275.09º | 0.23% | 0.46% | - |
| HSV(B) | 275.09º | 0.37% | 0.56% | - |
| XYZ | 16.5 | 13.36 | 27.7 | - |
| YUV | 105.31 | 149.27 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 90 | 143 | 0.15 | 0.37 | 0 | 0.44 | 275.09 | 0.23 | 0.46 |
| Hex | 79 | 5A | 8F | F | 25 | 0 | 2C | 113 | 17 | 2E |
| Octal | 171 | 132 | 217 | 17 | 45 | 0 | 54 | 423 | 27 | 56 |
| Binary | 1111001 | 1011010 | 10001111 | 1111 | 100101 | 0 | 101100 | 100010011 | 10111 | 101110 |
Color Harmonies of #795A8F
Complementary color
Monochromatic Colors of #795A8F
Black with #795A8F
Text Example
Text Example
White with #795A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795A8F; }
p { color: rgb(121,90,143); }
H1.HeaderClassName
{
color: #795A8F;
}
.AnyTagClassName
{
color: #795A8F;
}
</style>
background-color css
<style>
a { background-color: #795A8F; }
a { background-color: rgb(121,90,143); }
div.DivClassName
{
background-color: #795A8F;
}
.BgClassName
{
background-color: #795A8F;
}
</style>
border-color css
<style>
span { border-color: #795A8F; }
span { border-color: rgb(121,90,143); }
td.TdClassName
{
border-color: #795A8F;
}
.TagClassName
{
border-color: #795A8F;
}
</style>