#897083

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

Shades of Monsoon #897083

Tints of Monsoon #897083

Color information

#897083 (or 0x897083) is unknown color: approx Monsoon. HEX triplet: 89, 70 and 83. RGB value is (137,112,131). Sum of RGB (Red+Green+Blue) = 137+112+131=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 137 - color contains mainly: red. Hex color #897083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897083 is #768F7C. Grayscale: #797979. Windows color (decimal): -7769981 or 8614025. OLE color: 8614025.

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

Color convert

RGB137112131-
CMYK00.180.040.46
HSL314.4º10.04%48.82%-
HSV(B)314.4º18.25%53.73%-
XYZ20.2118.5523.99-
YUV121.64133.28138.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.05%
GREEN value IS 112 (44.14% from 255) = 29.47%
BLUE value IS 131 (51.56% from 255) = 34.47%
R=36.05%
G=29.47%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711213100.180.040.46314.410.0448.82
Hex89708301242E13aa31
Octal2111602030224564721261
Binary100010011110000100000110100101001011101001110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897083; }

 p { color: rgb(137,112,131); }

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

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

 a { background-color: rgb(137,112,131); }

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

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

 span { border-color: rgb(137,112,131); }

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