#785485

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

Shades of Affair #785485

Tints of Affair #785485

Color information

#785485 (or 0x785485) is unknown color: approx Affair. HEX triplet: 78, 54 and 85. RGB value is (120,84,133). Sum of RGB (Red+Green+Blue) = 120+84+133=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 133 - color contains mainly: blue. Hex color #785485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785485 is #87AB7A. Grayscale: #646464. Windows color (decimal): -8891259 or 8737912. OLE color: 8737912.

HSL color Cylindrical-coordinate representation of color #785485: hue angle of 284.08º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #785485 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12084133-
CMYK0.100.3700.48
HSL284.08º22.58%42.55%-
HSV(B)284.08º36.84%52.16%-
XYZ15.1512.0323.71-
YUV100.35146.43142.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.61%
GREEN value IS 84 (33.20% from 255) = 24.93%
BLUE value IS 133 (52.34% from 255) = 39.47%
R=35.61%
G=24.93%
B=39.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal120841330.100.3700.48284.0822.5842.55
Hex785485A2503011c172b
Octal17012420512450604342753
Binary11110001010100100001011010100101011000010001110010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785485; }

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

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

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

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

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

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

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

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