#795089

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

Shades of Affair #795089

Tints of Affair #795089

Color information

#795089 (or 0x795089) is unknown color: approx Affair. HEX triplet: 79, 50 and 89. RGB value is (121,80,137). Sum of RGB (Red+Green+Blue) = 121+80+137=338 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.80% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 137 - color contains mainly: blue. Hex color #795089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795089 is #86AF76. Grayscale: #626262. Windows color (decimal): -8826743 or 8999033. OLE color: 8999033.

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

Color convert

RGB12180137-
CMYK0.120.4200.46
HSL283.16º26.27%42.55%-
HSV(B)283.16º41.61%53.73%-
XYZ15.2711.6125.1-
YUV98.76149.58143.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.80%
GREEN value IS 80 (31.64% from 255) = 23.67%
BLUE value IS 137 (53.91% from 255) = 40.53%
R=35.80%
G=23.67%
B=40.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal121801370.120.4200.46283.1626.2742.55
Hex795089C2A02E11b1a2b
Octal17112021114520564333253
Binary11110011010000100010011100101010010111010001101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795089; }

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

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

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

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

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

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

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

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