#785484

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

Shades of Affair #785484

Tints of Affair #785484

Color information

#785484 (or 0x785484) is unknown color: approx Affair. HEX triplet: 78, 54 and 84. RGB value is (120,84,132). Sum of RGB (Red+Green+Blue) = 120+84+132=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 132 - color contains mainly: blue. Hex color #785484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785484 is #87AB7B. Grayscale: #646464. Windows color (decimal): -8891260 or 8672376. OLE color: 8672376.

HSL color Cylindrical-coordinate representation of color #785484: hue angle of 285º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #785484 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12084132-
CMYK0.090.3600.48
HSL285º22.22%42.35%-
HSV(B)285º36.36%51.76%-
XYZ15.081223.35-
YUV100.24145.93142.1-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.71%
GREEN value IS 84 (33.20% from 255) = 25%
BLUE value IS 132 (51.95% from 255) = 39.29%
R=35.71%
G=25%
B=39.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal120841320.090.3600.4828522.2242.35
Hex78548492403011d162a
Octal17012420411440604352652
Binary11110001010100100001001001100100011000010001110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785484; }

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

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

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

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

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

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

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

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