#785983

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

Shades of Affair #785983

Tints of Affair #785983

Color information

#785983 (or 0x785983) is unknown color: approx Affair. HEX triplet: 78, 59 and 83. RGB value is (120,89,131). Sum of RGB (Red+Green+Blue) = 120+89+131=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 131 - color contains mainly: blue. Hex color #785983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785983 is #87A67C. Grayscale: #666666. Windows color (decimal): -8889981 or 8608120. OLE color: 8608120.

HSL color Cylindrical-coordinate representation of color #785983: hue angle of 284.29º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #785983 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12089131-
CMYK0.080.3200.49
HSL284.29º19.09%43.14%-
HSV(B)284.29º32.06%51.37%-
XYZ15.4112.7823.13-
YUV103.06143.77140.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.29%
GREEN value IS 89 (35.16% from 255) = 26.18%
BLUE value IS 131 (51.56% from 255) = 38.53%
R=35.29%
G=26.18%
B=38.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120891310.080.3200.49284.2919.0943.14
Hex78598382003111c132b
Octal17013120310400614342353
Binary11110001011001100000111000100000011000110001110010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785983; }

 p { color: rgb(120,89,131); }

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

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

 a { background-color: rgb(120,89,131); }

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

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

 span { border-color: rgb(120,89,131); }

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