COLOR #8C7EDC

HEX: #8C7EDC
RGB: (140,126,220)

Color info

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

RGB color model

#8C7EDC color RGB value is (140,126,220).

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

RGB channels and saturation

R 140 of 255 = 55%
G 126 of 255 = 49%
B 220 of 255 = 86%

140
126
220

R + G + B ~ 63%. #8C7EDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 126 + 220 = 486 (100%)
R 140 of 486 ~ 28.81%
G 126 of 486 ~ 25.93%
B 220 of 486 ~ 45.27%

%28.81
%25.93
%45.27

CMYK color model

#8C7EDC color CMYK value is (36,43,0,14).

  • cyan value is 36.36%
  • magenta value is 42.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(36,43,0,14)
C36M43Y0K14 
(36%,43%,0%,14%)
(0.36/0.43/0.00/0.14)	

CMYK percentages

%36.36
%42.73
%0
%13.73

Codes

Color #8C7EDC in popluar color models

8C7EDC
RGB140126220
HSL249°57.32%67.84%
HSB/HSV249°42.73%86.27%
CMYK36.36%42.73%0.00%
13.73%

Color #8C7EDC in popluar number systems.

HEX8C7EDC
Decimal140126220
Binary10001100111111011011100
Octal214176334

Shades and tints

Shades of #8C7EDC

#8C7EDC
(140,126,220)
#8073C8
(128,115,200)
#7468B4
(116,104,180)
#685DA0
(104,93,160)
#5C528C
(92,82,140)
#504778
(80,71,120)
#443C64
(68,60,100)
#383150
(56,49,80)
#2C263C
(44,38,60)
#201B28
(32,27,40)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #8C7EDC

#8C7EDC
(140,126,220)
#9689DF
(150,137,223)
#A094E2
(160,148,226)
#AA9FE5
(170,159,229)
#B4AAE8
(180,170,232)
#BEB5EB
(190,181,235)
#C8C0EE
(200,192,238)
#D2CBF1
(210,203,241)
#DCD6F4
(220,214,244)
#E6E1F7
(230,225,247)
#F0ECFA
(240,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C7EDC; }

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

This text font color is #8C7EDC.


Background Color

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

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

This div background color is #8C7EDC.


Border color

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

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

This div border color is #8C7EDC.


Opacity

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

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

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

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

This text has shadow with #8C7EDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7EDC on black background.


Color preview on white background

This text has color #8C7EDC on white background.



Black color preview on #8C7EDC background

This text has black color on #8C7EDC background.


White color preview on #8C7EDC background

This text has white color on #8C7EDC background.