#897486

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

Shades of Monsoon #897486

Tints of Monsoon #897486

Color information

#897486 (or 0x897486) is unknown color: approx Monsoon. HEX triplet: 89, 74 and 86. RGB value is (137,116,134). Sum of RGB (Red+Green+Blue) = 137+116+134=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 137 - color contains mainly: red. Hex color #897486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897486 is #768B79. Grayscale: #7C7C7C. Windows color (decimal): -7768954 or 8811657. OLE color: 8811657.

HSL color Cylindrical-coordinate representation of color #897486: hue angle of 308.57º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #897486 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB137116134-
CMYK00.150.020.46
HSL308.57º8.3%49.61%-
HSV(B)308.57º15.33%53.73%-
XYZ20.8619.5325.22-
YUV124.33133.46137.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.40%
GREEN value IS 116 (45.70% from 255) = 29.97%
BLUE value IS 134 (52.73% from 255) = 34.63%
R=35.40%
G=29.97%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711613400.150.020.46308.578.349.61
Hex8974860F22E135832
Octal2111642060172564651062
Binary1000100111101001000011001111101011101001101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897486; }

 p { color: rgb(137,116,134); }

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

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

 a { background-color: rgb(137,116,134); }

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

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

 span { border-color: rgb(137,116,134); }

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