COLOR #8979A5

HEX: #8979A5 RGB: (137,121,165)

Color info

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

RGB color model

#8979A5 color RGB value is (137,121,165).

RGB: (137,121,165) (54%, 47%, 65%)

RGB channels and saturation

R 137 of 255 = 54%
G 121 of 255 = 47%
B 165 of 255 = 65%

137
121
165

R + G + B ~ 55%. #8979A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 121 + 165 = 423 (100%)
R 137 of 423 ~ 32.39%
G 121 of 423 ~ 28.61%
B 165 of 423 ~ 39.01'%

%32.39
%28.61
%39.01

CMYK color model

#8979A5 color CMYK value is (17,27,0,35).

  • cyan value is 16.97%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (17,27,0,35)
C17M27Y0K35 (17%, 27%, 0%, 35%)
(0.17 / 0.27 / 0.00 / 0.35)

CMYK percentages

%16.97
%26.67
%0
%35.29

Codes

Color #8979A5 in popluar color models

89 79 A5
RGB 137 121 165
HSL 262° 19.64% 56.08%
HSB/HSV 262° 26.67% 64.71%
CMYK 16.97% 26.67% 0.00%
35.29%

Color #8979A5 in popluar number systems.

HEX 89 79 A5
Decimal 137 121 165
Binary 10001001 1111001 10100101
Octal 211 171 245

Shades and tints

Shades of #8979A5

#8979A5
(137,121,165)
#7D6E96
(125,110,150)
#716387
(113,99,135)
#655878
(101,88,120)
#594D69
(89,77,105)
#4D425A
(77,66,90)
#41374B
(65,55,75)
#352C3C
(53,44,60)
#29212D
(41,33,45)
#1D161E
(29,22,30)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #8979A5

#8979A5
(137,121,165)
#9385AD
(147,133,173)
#9D91B5
(157,145,181)
#A79DBD
(167,157,189)
#B1A9C5
(177,169,197)
#BBB5CD
(187,181,205)
#C5C1D5
(197,193,213)
#CFCDDD
(207,205,221)
#D9D9E5
(217,217,229)
#E3E5ED
(227,229,237)
#EDF1F5
(237,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8979A5 color. Also use rgb(137,121,165) instead hex code.

Text Font Color

.myTextColor { color: #8979A5; }

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

This text font color is #8979A5.

Background Color

.myBgColor { background-color: #8979A5; }

<div style="background-color:#8979A5">Inner text</div>

This div background color is #8979A5.

Border color

.myBorderColor { border: 1px solid #8979A5; }

<div style="border:3px solid #8979A5">Div</div>

This div border color is #8979A5.

Opacity

.myOpacity80 { color: #8979A5; opacity: 0.8; }

<p style="color:#8979A5;opacity:0.8;">80%</p>

Text with #8979A5 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 #8979A5;}

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

This text has shadow with #8979A5 color.


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

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

This text has shadow with #8979A5 primary color and red secondary color.


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

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

This text has shadow with #8979A5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8979A5.

Preview

Color preview on black background

This text has color #8979A5 on black background.


Color preview on white background

This text has color #8979A5 on white background.


Black color preview on #8979A5 background

This text has black color on #8979A5 background.


White color preview on #8979A5 background

This text has white color on #8979A5 background.


Related colors

Complementary color

Complementary color for #hex is #76865A.


I love getcolorcode.com

Triadic colors

1 #A58979 and #79A589 with #8979A5 are triadic colors.

2 #A57989 and #7989A5 with #8979A5 are triadic colors.