COLOR #8C7FD2

HEX: #8C7FD2
RGB: (140,127,210)

Color info

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

RGB color model

#8C7FD2 color RGB value is (140,127,210).

  • red value is 140;
  • green value is 127;
  • blue value is 210.
RGB:
(140,127,210)
(55%,50%,82%)

RGB channels and saturation

R 140 of 255 = 55%
G 127 of 255 = 50%
B 210 of 255 = 82%

140
127
210

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

Portions of RGB colors in percentages

R + G + B =
140 + 127 + 210 = 477 (100%)
R 140 of 477 ~ 29.35%
G 127 of 477 ~ 26.62%
B 210 of 477 ~ 44.03%

%29.35
%26.62
%44.03

CMYK color model

#8C7FD2 color CMYK value is (33,40,0,18).

  • cyan value is 33.33%
  • magenta value is 39.52%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(33,40,0,18)
C33M40Y0K18 
(33%,40%,0%,18%)
(0.33/0.40/0.00/0.18)	

CMYK percentages

%33.33
%39.52
%0
%17.65

Codes

Color #8C7FD2 in popluar color models

8C7FD2
RGB140127210
HSL249°47.98%66.08%
HSB/HSV249°39.52%82.35%
CMYK33.33%39.52%0.00%
17.65%

Color #8C7FD2 in popluar number systems.

HEX8C7FD2
Decimal140127210
Binary10001100111111111010010
Octal214177322

Shades and tints

Shades of #8C7FD2

#8C7FD2
(140,127,210)
#8074BF
(128,116,191)
#7469AC
(116,105,172)
#685E99
(104,94,153)
#5C5386
(92,83,134)
#504873
(80,72,115)
#443D60
(68,61,96)
#38324D
(56,50,77)
#2C273A
(44,39,58)
#201C27
(32,28,39)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #8C7FD2

#8C7FD2
(140,127,210)
#968AD6
(150,138,214)
#A095DA
(160,149,218)
#AAA0DE
(170,160,222)
#B4ABE2
(180,171,226)
#BEB6E6
(190,182,230)
#C8C1EA
(200,193,234)
#D2CCEE
(210,204,238)
#DCD7F2
(220,215,242)
#E6E2F6
(230,226,246)
#F0EDFA
(240,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7FD2 color. Also use rgb(140,127,210) instead hex code.

Text Font Color

.myTextColor { color: #8C7FD2; }

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

This text font color is #8C7FD2.


Background Color

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

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

This div background color is #8C7FD2.


Border color

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

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

This div border color is #8C7FD2.


Opacity

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

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

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

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

This text has shadow with #8C7FD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7FD2 on black background.


Color preview on white background

This text has color #8C7FD2 on white background.



Black color preview on #8C7FD2 background

This text has black color on #8C7FD2 background.


White color preview on #8C7FD2 background

This text has white color on #8C7FD2 background.