#795989

Color #795989 Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #795989

Tints of Affair #795989

Color information

#795989 (or 0x795989) is unknown color: approx Affair. HEX triplet: 79, 59 and 89. RGB value is (121,89,137). Sum of RGB (Red+Green+Blue) = 121+89+137=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 137 - color contains mainly: blue. Hex color #795989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795989 is #86A676. Grayscale: #676767. Windows color (decimal): -8824439 or 9001337. OLE color: 9001337.

HSL color Cylindrical-coordinate representation of color #795989: hue angle of 280º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #795989 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12189137-
CMYK0.120.3500.46
HSL280º21.24%44.31%-
HSV(B)280º35.04%53.73%-
XYZ15.9713.0225.34-
YUV104.04146.6140.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 121 (47.66% from 255) = 34.87%
GREEN value IS 89 (35.16% from 255) = 25.65%
BLUE value IS 137 (53.91% from 255) = 39.48%
R=34.87%
G=25.65%
B=39.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal121891370.120.3500.4628021.2444.31
Hex795989C2302E118152c
Octal17113121114430564302554
Binary11110011011001100010011100100011010111010001100010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795989; }

 p { color: rgb(121,89,137); }

 H1.HeaderClassName
 {
   color: #795989;
 }
 .AnyTagClassName
 {
   color: #795989;
 }
</style>
background-color css

<style>
 a { background-color: #795989; }

 a { background-color: rgb(121,89,137); }

 div.DivClassName
 {
   background-color: #795989;
 }
 .BgClassName
 {
   background-color: #795989;
 }
</style>
border-color css

<style>
 span { border-color: #795989; }

 span { border-color: rgb(121,89,137); }

 td.TdClassName
 {
   border-color: #795989;
 }
 .TagClassName
 {
   border-color: #795989;
 }
</style>