COLOR #8C76DC

HEX: #8C76DC
RGB: (140,118,220)

Color info

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

RGB color model

#8C76DC color RGB value is (140,118,220).

  • red value is 140;
  • green value is 118;
  • blue value is 220.
RGB:
(140,118,220)
(55%,46%,86%)

RGB channels and saturation

R 140 of 255 = 55%
G 118 of 255 = 46%
B 220 of 255 = 86%

140
118
220

R + G + B ~ 62%. #8C76DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 118 + 220 = 478 (100%)
R 140 of 478 ~ 29.29%
G 118 of 478 ~ 24.69%
B 220 of 478 ~ 46.03%

%29.29
%24.69
%46.03

CMYK color model

#8C76DC color CMYK value is (36,46,0,14).

  • cyan value is 36.36%
  • magenta value is 46.36%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(36,46,0,14)
C36M46Y0K14 
(36%,46%,0%,14%)
(0.36/0.46/0.00/0.14)	

CMYK percentages

%36.36
%46.36
%0
%13.73

Codes

Color #8C76DC in popluar color models

8C76DC
RGB140118220
HSL253°59.30%66.27%
HSB/HSV253°46.36%86.27%
CMYK36.36%46.36%0.00%
13.73%

Color #8C76DC in popluar number systems.

HEX8C76DC
Decimal140118220
Binary10001100111011011011100
Octal214166334

Shades and tints

Shades of #8C76DC

#8C76DC
(140,118,220)
#806CC8
(128,108,200)
#7462B4
(116,98,180)
#6858A0
(104,88,160)
#5C4E8C
(92,78,140)
#504478
(80,68,120)
#443A64
(68,58,100)
#383050
(56,48,80)
#2C263C
(44,38,60)
#201C28
(32,28,40)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #8C76DC

#8C76DC
(140,118,220)
#9682DF
(150,130,223)
#A08EE2
(160,142,226)
#AA9AE5
(170,154,229)
#B4A6E8
(180,166,232)
#BEB2EB
(190,178,235)
#C8BEEE
(200,190,238)
#D2CAF1
(210,202,241)
#DCD6F4
(220,214,244)
#E6E2F7
(230,226,247)
#F0EEFA
(240,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C76DC; }

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

This text font color is #8C76DC.


Background Color

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

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

This div background color is #8C76DC.


Border color

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

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

This div border color is #8C76DC.


Opacity

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

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

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

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

This text has shadow with #8C76DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C76DC on black background.


Color preview on white background

This text has color #8C76DC on white background.



Black color preview on #8C76DC background

This text has black color on #8C76DC background.


White color preview on #8C76DC background

This text has white color on #8C76DC background.