#795687

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

Shades of Affair #795687

Tints of Affair #795687

Color information

#795687 (or 0x795687) is unknown color: approx Affair. HEX triplet: 79, 56 and 87. RGB value is (121,86,135). Sum of RGB (Red+Green+Blue) = 121+86+135=342 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.38% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 135 (53.12% from 255 or 39.47% from 342); Max value from RGB is 135 - color contains mainly: blue. Hex color #795687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795687 is #86A978. Grayscale: #656565. Windows color (decimal): -8825209 or 8869497. OLE color: 8869497.

HSL color Cylindrical-coordinate representation of color #795687: hue angle of 282.86º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #795687 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12186135-
CMYK0.100.3600.47
HSL282.86º22.17%43.33%-
HSV(B)282.86º36.3%52.94%-
XYZ15.5912.4724.51-
YUV102.05146.6141.52-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.38%
GREEN value IS 86 (33.98% from 255) = 25.15%
BLUE value IS 135 (53.12% from 255) = 39.47%
R=35.38%
G=25.15%
B=39.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal121861350.100.3600.47282.8622.1743.33
Hex795687A2402F11b162b
Octal17112620712440574332653
Binary11110011010110100001111010100100010111110001101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795687; }

 p { color: rgb(121,86,135); }

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

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

 a { background-color: rgb(121,86,135); }

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

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

 span { border-color: rgb(121,86,135); }

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