COLOR #8C7DC8

HEX: #8C7DC8
RGB: (140,125,200)

Color info

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

RGB color model

#8C7DC8 color RGB value is (140,125,200).

  • red value is 140;
  • green value is 125;
  • blue value is 200.
RGB:
(140,125,200)
(55%,49%,78%)

RGB channels and saturation

R 140 of 255 = 55%
G 125 of 255 = 49%
B 200 of 255 = 78%

140
125
200

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

Portions of RGB colors in percentages

R + G + B =
140 + 125 + 200 = 465 (100%)
R 140 of 465 ~ 30.11%
G 125 of 465 ~ 26.88%
B 200 of 465 ~ 43.01%

%30.11
%26.88
%43.01

CMYK color model

#8C7DC8 color CMYK value is (30,38,0,22).

  • cyan value is 30.00%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(30,38,0,22)
C30M38Y0K22 
(30%,38%,0%,22%)
(0.30/0.38/0.00/0.22)	

CMYK percentages

%30
%37.5
%0
%21.57

Codes

Color #8C7DC8 in popluar color models

8C7DC8
RGB140125200
HSL252°40.54%63.73%
HSB/HSV252°37.50%78.43%
CMYK30.00%37.50%0.00%
21.57%

Color #8C7DC8 in popluar number systems.

HEX8C7DC8
Decimal140125200
Binary10001100111110111001000
Octal214175310

Shades and tints

Shades of #8C7DC8

#8C7DC8
(140,125,200)
#8072B6
(128,114,182)
#7467A4
(116,103,164)
#685C92
(104,92,146)
#5C5180
(92,81,128)
#50466E
(80,70,110)
#443B5C
(68,59,92)
#38304A
(56,48,74)
#2C2538
(44,37,56)
#201A26
(32,26,38)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #8C7DC8

#8C7DC8
(140,125,200)
#9688CD
(150,136,205)
#A093D2
(160,147,210)
#AA9ED7
(170,158,215)
#B4A9DC
(180,169,220)
#BEB4E1
(190,180,225)
#C8BFE6
(200,191,230)
#D2CAEB
(210,202,235)
#DCD5F0
(220,213,240)
#E6E0F5
(230,224,245)
#F0EBFA
(240,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7DC8 color. Also use rgb(140,125,200) instead hex code.

Text Font Color

.myTextColor { color: #8C7DC8; }

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

This text font color is #8C7DC8.


Background Color

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

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

This div background color is #8C7DC8.


Border color

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

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

This div border color is #8C7DC8.


Opacity

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

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

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

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

This text has shadow with #8C7DC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7DC8 on black background.


Color preview on white background

This text has color #8C7DC8 on white background.



Black color preview on #8C7DC8 background

This text has black color on #8C7DC8 background.


White color preview on #8C7DC8 background

This text has white color on #8C7DC8 background.