COLOR #8978CC

HEX: #8978CC RGB: (137,120,204)

Color info

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

RGB color model

#8978CC color RGB value is (137,120,204).

RGB: (137,120,204) (54%, 47%, 80%)

RGB channels and saturation

R 137 of 255 = 54%
G 120 of 255 = 47%
B 204 of 255 = 80%

137
120
204

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

Portions of RGB colors in percentages

R + G + B = 137 + 120 + 204 = 461 (100%)
R 137 of 461 ~ 29.72%
G 120 of 461 ~ 26.03%
B 204 of 461 ~ 44.25'%

%29.72
%26.03
%44.25

CMYK color model

#8978CC color CMYK value is (33,41,0,20).

  • cyan value is 32.84%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (33,41,0,20) C33M41Y0K20 (33%,41%,0%,20%) (0.33/0.41/0.00/0.20) 

CMYK percentages

%32.84
%41.18
%0
%20

Codes

Color #8978CC in popluar color models

89 78 CC
RGB 137 120 204
HSL 252° 45.16% 63.53%
HSB/HSV 252° 41.18% 80.00%
CMYK 32.84% 41.18% 0.00%
20.00%

Color #8978CC in popluar number systems.

HEX 89 78 CC
Decimal 137 120 204
Binary 10001001 1111000 11001100
Octal 211 170 314

Shades and tints

Shades of #8978CC

#8978CC
(137,120,204)
#7D6EBA
(125,110,186)
#7164A8
(113,100,168)
#655A96
(101,90,150)
#595084
(89,80,132)
#4D4672
(77,70,114)
#413C60
(65,60,96)
#35324E
(53,50,78)
#29283C
(41,40,60)
#1D1E2A
(29,30,42)
#111418
(17,20,24)
#000000
(0,0,0)

Tints of #8978CC

#8978CC
(137,120,204)
#9384D0
(147,132,208)
#9D90D4
(157,144,212)
#A79CD8
(167,156,216)
#B1A8DC
(177,168,220)
#BBB4E0
(187,180,224)
#C5C0E4
(197,192,228)
#CFCCE8
(207,204,232)
#D9D8EC
(217,216,236)
#E3E4F0
(227,228,240)
#EDF0F4
(237,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8978CC color. Also use rgb(137,120,204) instead hex code.

Text Font Color

.myTextColor { color: #8978CC; }

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

This text font color is #8978CC.

Background Color

.myBgColor { background-color: #8978CC; }

<div style="background-color:#8978CC">Inner text</div>

This div background color is #8978CC.

Border color

.myBorderColor { border: 1px solid #8978CC; }

<div style="border:3px solid #8978CC">Div</div>

This div border color is #8978CC.

Opacity

.myOpacity80 { color: #8978CC; opacity: 0.8; }

<p style="color:#8978CC;opacity:0.8;">80%</p>

Text with #8978CC 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 #8978CC;}

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

This text has shadow with #8978CC color.


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

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

This text has shadow with #8978CC primary color and red secondary color.


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

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

This text has shadow with #8978CC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8978CC.

Preview

Color preview on black background

This text has color #8978CC on black background.


Color preview on white background

This text has color #8978CC on white background.


Black color preview on #8978CC background

This text has black color on #8978CC background.


White color preview on #8978CC background

This text has white color on #8978CC background.


Related colors

Complementary color

Complementary color for #hex is #768733.


I love getcolorcode.com

Triadic colors

1 #CC8978 and #78CC89 with #8978CC are triadic colors.

2 #CC7889 and #7889CC with #8978CC are triadic colors.