Html Css Color HEX #897385 Monsoon

📋 copy color: '#897385'

red 137 ◦ green 115 ◦ blue 133

#897385
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Monsoon #897385

Tints of Monsoon #897385

RGB

 RED value IS 137 (53.91% from 255) = 35.58%

 GREEN value IS 115 (45.31% from 255) = 29.87%

 BLUE value IS 133 (52.34% from 255) = 34.55%

R = 35.58%
G = 29.87%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#897385 (or 0x897385) is known color: Monsoon. HEX triplet: 89, 73 and 85. RGB value is (137,115,133). Sum of RGB (Red+Green+Blue) = 137+115+133=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 137 - color contains mainly: red. Hex color #897385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897385 is #768C7A. Grayscale: #7B7B7B. Windows color (decimal): -7769211 or 8745865. OLE color: 8745865.

HSL color Cylindrical-coordinate representation of color #897385: hue angle of 310.91º 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 #897385 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 115 133 -
CMYK 0 0.16 0.03 0.46
HSL 310.91º 0.09% 0.49% -
HSV(B) 310.91º 0.16% 0.54% -
XYZ 20.68 19.27 24.82 -
YUV 123.63 133.29 137.54 -
System Red Green Blue C M Y K H S L
Decimal 137 115 133 0 0.16 0.03 0.46 310.91 0.09 0.49
Hex 89 73 85 0 10 3 2E 137 9 31
Octal 211 163 205 0 20 3 56 467 11 61
Binary 10001001 1110011 10000101 0 10000 11 101110 100110111 1001 110001

Color Harmonies of #897385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897385

Black with #897385

Text Example


Text Example

White with #897385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897385; }

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

 H1.HeaderClassName
 {
   color: #897385;
 }
 .AnyTagClassName
 {
   color: #897385;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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