COLOR #8C76E5

HEX: #8C76E5 RGB: (140,118,229)

Color info

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

RGB color model

#8C76E5 color RGB value is (140,118,229).

RGB: (140,118,229) (55%, 46%, 90%)

RGB channels and saturation

R 140 of 255 = 55%
G 118 of 255 = 46%
B 229 of 255 = 90%

140
118
229

R + G + B ~ 64%. #8C76E5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 118 + 229 = 487 (100%)
R 140 of 487 ~ 28.75%
G 118 of 487 ~ 24.23%
B 229 of 487 ~ 47.02'%

%28.75
%24.23
%47.02

CMYK color model

#8C76E5 color CMYK value is (39,48,0,10).

  • cyan value is 38.86%
  • magenta value is 48.47%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (39,48,0,10)
C39M48Y0K10 (39%, 48%, 0%, 10%)
(0.39 / 0.48 / 0.00 / 0.10)

CMYK percentages

%38.86
%48.47
%0
%10.2

Codes

Color #8C76E5 in popluar color models

8C 76 E5
RGB 140 118 229
HSL 252° 68.10% 68.04%
HSB/HSV 252° 48.47% 89.80%
CMYK 38.86% 48.47% 0.00%
10.20%

Color #8C76E5 in popluar number systems.

HEX 8C 76 E5
Decimal 140 118 229
Binary 10001100 1110110 11100101
Octal 214 166 345

Shades and tints

Shades of #8C76E5

#8C76E5
(140,118,229)
#806CD1
(128,108,209)
#7462BD
(116,98,189)
#6858A9
(104,88,169)
#5C4E95
(92,78,149)
#504481
(80,68,129)
#443A6D
(68,58,109)
#383059
(56,48,89)
#2C2645
(44,38,69)
#201C31
(32,28,49)
#14121D
(20,18,29)
#000000
(0,0,0)

Tints of #8C76E5

#8C76E5
(140,118,229)
#9682E7
(150,130,231)
#A08EE9
(160,142,233)
#AA9AEB
(170,154,235)
#B4A6ED
(180,166,237)
#BEB2EF
(190,178,239)
#C8BEF1
(200,190,241)
#D2CAF3
(210,202,243)
#DCD6F5
(220,214,245)
#E6E2F7
(230,226,247)
#F0EEF9
(240,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C76E5 color. Also use rgb(140,118,229) instead hex code.

Text Font Color

.myTextColor { color: #8C76E5; }

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

This text font color is #8C76E5.

Background Color

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

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

This div background color is #8C76E5.

Border color

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

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

This div border color is #8C76E5.

Opacity

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

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

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

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

This text has shadow with #8C76E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C76E5.

Preview

Color preview on black background

This text has color #8C76E5 on black background.


Color preview on white background

This text has color #8C76E5 on white background.


Black color preview on #8C76E5 background

This text has black color on #8C76E5 background.


White color preview on #8C76E5 background

This text has white color on #8C76E5 background.


Related colors

Complementary color

Complementary color for #hex is #73891A.


I love getcolorcode.com

Triadic colors

1 #E58C76 and #76E58C with #8C76E5 are triadic colors.

2 #E5768C and #768CE5 with #8C76E5 are triadic colors.