COLOR #8979C7

HEX: #8979C7 RGB: (137,121,199)

Color info

#8979C7 contains mainly blue color. Web safe color of #8979C7 is #9966CC (or #96C).

RGB color model

#8979C7 color RGB value is (137,121,199).

RGB: (137,121,199) (54%, 47%, 78%)

RGB channels and saturation

R 137 of 255 = 54%
G 121 of 255 = 47%
B 199 of 255 = 78%

137
121
199

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

Portions of RGB colors in percentages

R + G + B = 137 + 121 + 199 = 457 (100%)
R 137 of 457 ~ 29.98%
G 121 of 457 ~ 26.48%
B 199 of 457 ~ 43.54'%

%29.98
%26.48
%43.54

CMYK color model

#8979C7 color CMYK value is (31,39,0,22).

  • cyan value is 31.16%
  • magenta value is 39.20%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (31,39,0,22)
C31M39Y0K22 (31%, 39%, 0%, 22%)
(0.31 / 0.39 / 0.00 / 0.22)

CMYK percentages

%31.16
%39.2
%0
%21.96

Codes

Color #8979C7 in popluar color models

89 79 C7
RGB 137 121 199
HSL 252° 41.05% 62.75%
HSB/HSV 252° 39.20% 78.04%
CMYK 31.16% 39.20% 0.00%
21.96%

Color #8979C7 in popluar number systems.

HEX 89 79 C7
Decimal 137 121 199
Binary 10001001 1111001 11000111
Octal 211 171 307

Shades and tints

Shades of #8979C7

#8979C7
(137,121,199)
#7D6EB5
(125,110,181)
#7163A3
(113,99,163)
#655891
(101,88,145)
#594D7F
(89,77,127)
#4D426D
(77,66,109)
#41375B
(65,55,91)
#352C49
(53,44,73)
#292137
(41,33,55)
#1D1625
(29,22,37)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #8979C7

#8979C7
(137,121,199)
#9385CC
(147,133,204)
#9D91D1
(157,145,209)
#A79DD6
(167,157,214)
#B1A9DB
(177,169,219)
#BBB5E0
(187,181,224)
#C5C1E5
(197,193,229)
#CFCDEA
(207,205,234)
#D9D9EF
(217,217,239)
#E3E5F4
(227,229,244)
#EDF1F9
(237,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8979C7; }

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

This text font color is #8979C7.

Background Color

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

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

This div background color is #8979C7.

Border color

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

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

This div border color is #8979C7.

Opacity

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

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

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

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

This text has shadow with #8979C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8979C7.

Preview

Color preview on black background

This text has color #8979C7 on black background.


Color preview on white background

This text has color #8979C7 on white background.


Black color preview on #8979C7 background

This text has black color on #8979C7 background.


White color preview on #8979C7 background

This text has white color on #8979C7 background.


Related colors

Complementary color

Complementary color for #hex is #768638.


I love getcolorcode.com

Triadic colors

1 #C78979 and #79C789 with #8979C7 are triadic colors.

2 #C77989 and #7989C7 with #8979C7 are triadic colors.