COLOR #8E76CC

HEX: #8E76CC RGB: (142,118,204)

Color info

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

RGB color model

#8E76CC color RGB value is (142,118,204).

RGB: (142,118,204) (56%, 46%, 80%)

RGB channels and saturation

R 142 of 255 = 56%
G 118 of 255 = 46%
B 204 of 255 = 80%

142
118
204

R + G + B ~ 61%. #8E76CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 118 + 204 = 464 (100%)
R 142 of 464 ~ 30.6%
G 118 of 464 ~ 25.43%
B 204 of 464 ~ 43.97'%

%30.6
%25.43
%43.97

CMYK color model

#8E76CC color CMYK value is (30,42,0,20).

  • cyan value is 30.39%
  • magenta value is 42.16%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (30,42,0,20)
C30M42Y0K20 (30%, 42%, 0%, 20%)
(0.30 / 0.42 / 0.00 / 0.20)

CMYK percentages

%30.39
%42.16
%0
%20

Codes

Color #8E76CC in popluar color models

8E 76 CC
RGB 142 118 204
HSL 257° 45.74% 63.14%
HSB/HSV 257° 42.16% 80.00%
CMYK 30.39% 42.16% 0.00%
20.00%

Color #8E76CC in popluar number systems.

HEX 8E 76 CC
Decimal 142 118 204
Binary 10001110 1110110 11001100
Octal 216 166 314

Shades and tints

Shades of #8E76CC

#8E76CC
(142,118,204)
#826CBA
(130,108,186)
#7662A8
(118,98,168)
#6A5896
(106,88,150)
#5E4E84
(94,78,132)
#524472
(82,68,114)
#463A60
(70,58,96)
#3A304E
(58,48,78)
#2E263C
(46,38,60)
#221C2A
(34,28,42)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #8E76CC

#8E76CC
(142,118,204)
#9882D0
(152,130,208)
#A28ED4
(162,142,212)
#AC9AD8
(172,154,216)
#B6A6DC
(182,166,220)
#C0B2E0
(192,178,224)
#CABEE4
(202,190,228)
#D4CAE8
(212,202,232)
#DED6EC
(222,214,236)
#E8E2F0
(232,226,240)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E76CC color. Also use rgb(142,118,204) instead hex code.

Text Font Color

.myTextColor { color: #8E76CC; }

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

This text font color is #8E76CC.

Background Color

.myBgColor { background-color: #8E76CC; }

<div style="background-color:#8E76CC">Inner text</div>

This div background color is #8E76CC.

Border color

.myBorderColor { border: 1px solid #8E76CC; }

<div style="border:3px solid #8E76CC">Div</div>

This div border color is #8E76CC.

Opacity

.myOpacity80 { color: #8E76CC; opacity: 0.8; }

<p style="color:#8E76CC;opacity:0.8;">80%</p>

Text with #8E76CC 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 #8E76CC;}

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

This text has shadow with #8E76CC color.


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

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

This text has shadow with #8E76CC primary color and red secondary color.


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

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

This text has shadow with #8E76CC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8E76CC.

Preview

Color preview on black background

This text has color #8E76CC on black background.


Color preview on white background

This text has color #8E76CC on white background.


Black color preview on #8E76CC background

This text has black color on #8E76CC background.


White color preview on #8E76CC background

This text has white color on #8E76CC background.


Related colors

Complementary color

Complementary color for #hex is #718933.


I love getcolorcode.com

Triadic colors

1 #CC8E76 and #76CC8E with #8E76CC are triadic colors.

2 #CC768E and #768ECC with #8E76CC are triadic colors.