COLOR #89759D

HEX: #89759D
RGB: (137,117,157)

Color info

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

RGB color model

#89759D color RGB value is (137,117,157).

  • red value is 137;
  • green value is 117;
  • blue value is 157.
RGB:
(137,117,157)
(54%,46%,62%)

RGB channels and saturation

R 137 of 255 = 54%
G 117 of 255 = 46%
B 157 of 255 = 62%

137
117
157

R + G + B ~ 54%. #89759D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 117 + 157 = 411 (100%)
R 137 of 411 ~ 33.33%
G 117 of 411 ~ 28.47%
B 157 of 411 ~ 38.2%

%33.33
%28.47
%38.2

CMYK color model

#89759D color CMYK value is (13,25,0,38).

  • cyan value is 12.74%
  • magenta value is 25.48%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(13,25,0,38)
C13M25Y0K38 
(13%,25%,0%,38%)
(0.13/0.25/0.00/0.38)	

CMYK percentages

%12.74
%25.48
%0
%38.43

Codes

Color #89759D in popluar color models

89759D
RGB137117157
HSL270°16.95%53.73%
HSB/HSV270°25.48%61.57%
CMYK12.74%25.48%0.00%
38.43%

Color #89759D in popluar number systems.

HEX89759D
Decimal137117157
Binary10001001111010110011101
Octal211165235

Shades and tints

Shades of #89759D

#89759D
(137,117,157)
#7D6B8F
(125,107,143)
#716181
(113,97,129)
#655773
(101,87,115)
#594D65
(89,77,101)
#4D4357
(77,67,87)
#413949
(65,57,73)
#352F3B
(53,47,59)
#29252D
(41,37,45)
#1D1B1F
(29,27,31)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #89759D

#89759D
(137,117,157)
#9381A5
(147,129,165)
#9D8DAD
(157,141,173)
#A799B5
(167,153,181)
#B1A5BD
(177,165,189)
#BBB1C5
(187,177,197)
#C5BDCD
(197,189,205)
#CFC9D5
(207,201,213)
#D9D5DD
(217,213,221)
#E3E1E5
(227,225,229)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89759D color. Also use rgb(137,117,157) instead hex code.

Text Font Color

.myTextColor { color: #89759D; }

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

This text font color is #89759D.


Background Color

.myBgColor { background-color: #89759D; }

<div style="background-color:#89759D">Inner text</div>

This div background color is #89759D.


Border color

.myBorderColor { border: 1px solid #89759D; }

<div style="border:3px solid #89759D">Div</div>

This div border color is #89759D.


Opacity

.myOpacity80 { color: #89759D; opacity: 0.8; }

<p style="color:#89759D;opacity:0.8;">80%</p>

Text with #89759D 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 #89759D;}

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

This text has shadow with #89759D color.

.textShadow {text-shadow: 3px 3px 1px #89759D, 3px 3px 1px red;}

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

This text has shadow with #89759D primary color and red secondary color.


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

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

This text has shadow with #89759D and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #89759D;
-webkit-box-shadow: 1px 1px 3px 2px #89759D;
box-shadow:1px 1px 3px 2px #89759D;">
Div content here</div>
This div box has shadow with color #89759D.

Preview

Color preview on black background

This text has color #89759D on black background.


Color preview on white background

This text has color #89759D on white background.



Black color preview on #89759D background

This text has black color on #89759D background.


White color preview on #89759D background

This text has white color on #89759D background.