Html Css Color HEX #897085 Monsoon

📋 copy color: '#897085'

red 137 ◦ green 112 ◦ blue 133

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

Shades of Monsoon #897085

Tints of Monsoon #897085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.32%

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

R = 35.86%
G = 29.32%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#897085 (or 0x897085) is known color: Monsoon. HEX triplet: 89, 70 and 85. RGB value is (137,112,133). Sum of RGB (Red+Green+Blue) = 137+112+133=382 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.86% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 137 - color contains mainly: red. Hex color #897085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897085 is #768F7A. Grayscale: #797979. Windows color (decimal): -7769979 or 8745097. OLE color: 8745097.

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

Color convert

RGB 137 112 133 -
CMYK 0 0.18 0.03 0.46
HSL 309.6º 0.1% 0.49% -
HSV(B) 309.6º 0.18% 0.54% -
XYZ 20.34 18.6 24.71 -
YUV 121.87 134.28 138.79 -
System Red Green Blue C M Y K H S L
Decimal 137 112 133 0 0.18 0.03 0.46 309.6 0.1 0.49
Hex 89 70 85 0 12 3 2E 136 A 31
Octal 211 160 205 0 22 3 56 466 12 61
Binary 10001001 1110000 10000101 0 10010 11 101110 100110110 1010 110001

Color Harmonies of #897085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897085

Black with #897085

Text Example


Text Example

White with #897085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897085; }

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

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

background-color css

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

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

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

border-color css

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

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

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