#795889

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

Shades of Affair #795889

Tints of Affair #795889

Color information

#795889 (or 0x795889) is unknown color: approx Affair. HEX triplet: 79, 58 and 89. RGB value is (121,88,137). Sum of RGB (Red+Green+Blue) = 121+88+137=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 137 - color contains mainly: blue. Hex color #795889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795889 is #86A776. Grayscale: #676767. Windows color (decimal): -8824695 or 9001081. OLE color: 9001081.

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

Color convert

RGB12188137-
CMYK0.120.3600.46
HSL280.41º21.78%44.12%-
HSV(B)280.41º35.77%53.73%-
XYZ15.8912.8525.31-
YUV103.45146.93140.52-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.97%
GREEN value IS 88 (34.77% from 255) = 25.43%
BLUE value IS 137 (53.91% from 255) = 39.60%
R=34.97%
G=25.43%
B=39.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal121881370.120.3600.46280.4121.7844.12
Hex795889C2402E118162c
Octal17113021114440564302654
Binary11110011011000100010011100100100010111010001100010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795889; }

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

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

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

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

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

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

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

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