#785489

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

Shades of Affair #785489

Tints of Affair #785489

Color information

#785489 (or 0x785489) is unknown color: approx Affair. HEX triplet: 78, 54 and 89. RGB value is (120,84,137). Sum of RGB (Red+Green+Blue) = 120+84+137=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 137 - color contains mainly: blue. Hex color #785489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785489 is #87AB76. Grayscale: #646464. Windows color (decimal): -8891255 or 9000056. OLE color: 9000056.

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

Color convert

RGB12084137-
CMYK0.120.3900.46
HSL280.75º23.98%43.33%-
HSV(B)280.75º38.69%53.73%-
XYZ15.4312.1425.2-
YUV100.81148.43141.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.19%
GREEN value IS 84 (33.20% from 255) = 24.63%
BLUE value IS 137 (53.91% from 255) = 40.18%
R=35.19%
G=24.63%
B=40.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal120841370.120.3900.46280.7523.9843.33
Hex785489C2702E119182b
Octal17012421114470564313053
Binary11110001010100100010011100100111010111010001100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785489; }

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

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

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

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

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

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

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

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