COLOR #8976CC

HEX: #8976CC
RGB: (137,118,204)

Color info

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

RGB color model

#8976CC color RGB value is (137,118,204).

  • red value is 137;
  • green value is 118;
  • blue value is 204.
RGB:
(137,118,204)
(54%,46%,80%)

RGB channels and saturation

R 137 of 255 = 54%
G 118 of 255 = 46%
B 204 of 255 = 80%

137
118
204

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

Portions of RGB colors in percentages

R + G + B =
137 + 118 + 204 = 459 (100%)
R 137 of 459 ~ 29.85%
G 118 of 459 ~ 25.71%
B 204 of 459 ~ 44.44%

%29.85
%25.71
%44.44

CMYK color model

#8976CC color CMYK value is (33,42,0,20).

  • cyan value is 32.84%
  • magenta value is 42.16%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(33,42,0,20)
C33M42Y0K20 
(33%,42%,0%,20%)
(0.33/0.42/0.00/0.20)	

CMYK percentages

%32.84
%42.16
%0
%20

Codes

Color #8976CC in popluar color models

8976CC
RGB137118204
HSL253°45.74%63.14%
HSB/HSV253°42.16%80.00%
CMYK32.84%42.16%0.00%
20.00%

Color #8976CC in popluar number systems.

HEX8976CC
Decimal137118204
Binary10001001111011011001100
Octal211166314

Shades and tints

Shades of #8976CC

#8976CC
(137,118,204)
#7D6CBA
(125,108,186)
#7162A8
(113,98,168)
#655896
(101,88,150)
#594E84
(89,78,132)
#4D4472
(77,68,114)
#413A60
(65,58,96)
#35304E
(53,48,78)
#29263C
(41,38,60)
#1D1C2A
(29,28,42)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #8976CC

#8976CC
(137,118,204)
#9382D0
(147,130,208)
#9D8ED4
(157,142,212)
#A79AD8
(167,154,216)
#B1A6DC
(177,166,220)
#BBB2E0
(187,178,224)
#C5BEE4
(197,190,228)
#CFCAE8
(207,202,232)
#D9D6EC
(217,214,236)
#E3E2F0
(227,226,240)
#EDEEF4
(237,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8976CC; }

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

This text font color is #8976CC.


Background Color

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

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

This div background color is #8976CC.


Border color

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

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

This div border color is #8976CC.


Opacity

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

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

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

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

This text has shadow with #8976CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8976CC on black background.


Color preview on white background

This text has color #8976CC on white background.



Black color preview on #8976CC background

This text has black color on #8976CC background.


White color preview on #8976CC background

This text has white color on #8976CC background.