COLOR #89729C

HEX: #89729C RGB: (137,114,156)

Color info

#89729C contains red, green and blue colors in about the same proportion. Web safe color of #89729C is #996699 (or #969).

RGB color model

#89729C color RGB value is (137,114,156).

RGB: (137,114,156) (54%, 45%, 61%)

RGB channels and saturation

R 137 of 255 = 54%
G 114 of 255 = 45%
B 156 of 255 = 61%

137
114
156

R + G + B ~ 53%. #89729C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 114 + 156 = 407 (100%)
R 137 of 407 ~ 33.66%
G 114 of 407 ~ 28.01%
B 156 of 407 ~ 38.33'%

%33.66
%28.01
%38.33

CMYK color model

#89729C color CMYK value is (12,27,0,39).

  • cyan value is 12.18%
  • magenta value is 26.92%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (12,27,0,39)
C12M27Y0K39 (12%, 27%, 0%, 39%)
(0.12 / 0.27 / 0.00 / 0.39)

CMYK percentages

%12.18
%26.92
%0
%38.82

Codes

Color #89729C in popluar color models

89 72 9C
RGB 137 114 156
HSL 273° 17.50% 52.94%
HSB/HSV 273° 26.92% 61.18%
CMYK 12.18% 26.92% 0.00%
38.82%

Color #89729C in popluar number systems.

HEX 89 72 9C
Decimal 137 114 156
Binary 10001001 1110010 10011100
Octal 211 162 234

Shades and tints

Shades of #89729C

#89729C
(137,114,156)
#7D688E
(125,104,142)
#715E80
(113,94,128)
#655472
(101,84,114)
#594A64
(89,74,100)
#4D4056
(77,64,86)
#413648
(65,54,72)
#352C3A
(53,44,58)
#29222C
(41,34,44)
#1D181E
(29,24,30)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #89729C

#89729C
(137,114,156)
#937EA5
(147,126,165)
#9D8AAE
(157,138,174)
#A796B7
(167,150,183)
#B1A2C0
(177,162,192)
#BBAEC9
(187,174,201)
#C5BAD2
(197,186,210)
#CFC6DB
(207,198,219)
#D9D2E4
(217,210,228)
#E3DEED
(227,222,237)
#EDEAF6
(237,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89729C color. Also use rgb(137,114,156) instead hex code.

Text Font Color

.myTextColor { color: #89729C; }

<p style="color:#89729C">This sample text font color is #89729C.</p>

This text font color is #89729C.

Background Color

.myBgColor { background-color: #89729C; }

<div style="background-color:#89729C">Inner text</div>

This div background color is #89729C.

Border color

.myBorderColor { border: 1px solid #89729C; }

<div style="border:3px solid #89729C">Div</div>

This div border color is #89729C.

Opacity

.myOpacity80 { color: #89729C; opacity: 0.8; }

<p style="color:#89729C;opacity:0.8;">80%</p>

Text with #89729C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #89729C;}

<p style="text-shadow: 3px 3px 1px #89729C">Text here.</p>

This text has shadow with #89729C color.


.textShadow {text-shadow: 3px 3px 1px #89729C', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #89729C, 5px 5px 20px red">Text here.</p>

This text has shadow with #89729C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#89729C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#89729C, Direction=45, Strength=4)">Text</p>

This text has shadow with #89729C and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #89729C;
-webkit-box-shadow: 1px 1px 3px 2px #89729C;
box-shadow: 1px 1px 3px 2px #89729C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #89729C; -webkit-box-shadow: 1px 1px 3px 2px #89729C; box-shadow:1px 1px 3px 2px #89729C;">
Div content here
</div>

This div box has shadow with color #89729C.

Preview

Color preview on black background

This text has color #89729C on black background.


Color preview on white background

This text has color #89729C on white background.


Black color preview on #89729C background

This text has black color on #89729C background.


White color preview on #89729C background

This text has white color on #89729C background.


Related colors

Complementary color

Complementary color for #hex is #768D63.


I love getcolorcode.com

Triadic colors

1 #9C8972 and #729C89 with #89729C are triadic colors.

2 #9C7289 and #72899C with #89729C are triadic colors.