#897386

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

Shades of Monsoon #897386

Tints of Monsoon #897386

Color information

#897386 (or 0x897386) is unknown color: approx Monsoon. HEX triplet: 89, 73 and 86. RGB value is (137,115,134). Sum of RGB (Red+Green+Blue) = 137+115+134=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 137 - color contains mainly: red. Hex color #897386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897386 is #768C79. Grayscale: #7B7B7B. Windows color (decimal): -7769210 or 8811401. OLE color: 8811401.

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

Color convert

RGB137115134-
CMYK00.160.020.46
HSL308.18º8.73%49.41%-
HSV(B)308.18º16.06%53.73%-
XYZ20.7519.325.19-
YUV123.74133.79137.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.49%
GREEN value IS 115 (45.31% from 255) = 29.79%
BLUE value IS 134 (52.73% from 255) = 34.72%
R=35.49%
G=29.79%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711513400.160.020.46308.188.7349.41
Hex89738601022E134931
Octal2111632060202564641161
Binary10001001111001110000110010000101011101001101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897386; }

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

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

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

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

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

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

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

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