Html Css Color HEX #897082 Monsoon

📋 copy color: '#897082'

red 137 ◦ green 112 ◦ blue 130

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

Shades of Monsoon #897082

Tints of Monsoon #897082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.3%

R = 36.15%
G = 29.55%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#897082 (or 0x897082) is known color: Monsoon. HEX triplet: 89, 70 and 82. RGB value is (137,112,130). Sum of RGB (Red+Green+Blue) = 137+112+130=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 137 - color contains mainly: red. Hex color #897082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897082 is #768F7D. Grayscale: #797979. Windows color (decimal): -7769982 or 8548489. OLE color: 8548489.

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

Color convert

RGB 137 112 130 -
CMYK 0 0.18 0.05 0.46
HSL 316.8º 0.1% 0.49% -
HSV(B) 316.8º 0.18% 0.54% -
XYZ 20.14 18.52 23.63 -
YUV 121.53 132.78 139.04 -
System Red Green Blue C M Y K H S L
Decimal 137 112 130 0 0.18 0.05 0.46 316.8 0.1 0.49
Hex 89 70 82 0 12 5 2E 13D A 31
Octal 211 160 202 0 22 5 56 475 12 61
Binary 10001001 1110000 10000010 0 10010 101 101110 100111101 1010 110001

Color Harmonies of #897082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897082

Black with #897082

Text Example


Text Example

White with #897082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897082; }

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

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

background-color css

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

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

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

border-color css

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

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

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