#785187

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

Shades of Affair #785187

Tints of Affair #785187

Color information

#785187 (or 0x785187) is unknown color: approx Affair. HEX triplet: 78, 51 and 87. RGB value is (120,81,135). Sum of RGB (Red+Green+Blue) = 120+81+135=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 135 - color contains mainly: blue. Hex color #785187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785187 is #87AE78. Grayscale: #626262. Windows color (decimal): -8892025 or 8868216. OLE color: 8868216.

HSL color Cylindrical-coordinate representation of color #785187: hue angle of 283.33º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #785187 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12081135-
CMYK0.110.4000.47
HSL283.33º25%42.35%-
HSV(B)283.33º40%52.94%-
XYZ15.0611.6324.37-
YUV98.82148.42143.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.71%
GREEN value IS 81 (32.03% from 255) = 24.11%
BLUE value IS 135 (53.12% from 255) = 40.18%
R=35.71%
G=24.11%
B=40.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal120811350.110.4000.47283.332542.35
Hex785187B2802F11b192a
Octal17012120713500574333152
Binary11110001010001100001111011101000010111110001101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785187; }

 p { color: rgb(120,81,135); }

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

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

 a { background-color: rgb(120,81,135); }

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

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

 span { border-color: rgb(120,81,135); }

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