#785689

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

Shades of Affair #785689

Tints of Affair #785689

Color information

#785689 (or 0x785689) is unknown color: approx Affair. HEX triplet: 78, 56 and 89. RGB value is (120,86,137). Sum of RGB (Red+Green+Blue) = 120+86+137=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 137 - color contains mainly: blue. Hex color #785689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785689 is #87A976. Grayscale: #656565. Windows color (decimal): -8890743 or 9000568. OLE color: 9000568.

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

Color convert

RGB12086137-
CMYK0.120.3700.46
HSL280º22.87%43.73%-
HSV(B)280º37.23%53.73%-
XYZ15.5912.4525.25-
YUV101.98147.76140.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.99%
GREEN value IS 86 (33.98% from 255) = 25.07%
BLUE value IS 137 (53.91% from 255) = 39.94%
R=34.99%
G=25.07%
B=39.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal120861370.120.3700.4628022.8743.73
Hex785689C2502E118172c
Octal17012621114450564302754
Binary11110001010110100010011100100101010111010001100010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785689; }

 p { color: rgb(120,86,137); }

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

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

 a { background-color: rgb(120,86,137); }

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

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

 span { border-color: rgb(120,86,137); }

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