COLOR #8C7FF6

HEX: #8C7FF6
RGB: (140,127,246)

Color info

#8C7FF6 contains mainly blue color. Web safe color of #8C7FF6 is #9966FF (or #96F).

RGB color model

#8C7FF6 color RGB value is (140,127,246).

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

RGB channels and saturation

R 140 of 255 = 55%
G 127 of 255 = 50%
B 246 of 255 = 96%

140
127
246

R + G + B ~ 67%. #8C7FF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 127 + 246 = 513 (100%)
R 140 of 513 ~ 27.29%
G 127 of 513 ~ 24.76%
B 246 of 513 ~ 47.95%

%27.29
%24.76
%47.95

CMYK color model

#8C7FF6 color CMYK value is (43,48,0,4).

  • cyan value is 43.09%
  • magenta value is 48.37%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(43,48,0,4)
C43M48Y0K4 
(43%,48%,0%,4%)
(0.43/0.48/0.00/0.04)	

CMYK percentages

%43.09
%48.37
%0
%3.53

Codes

Color #8C7FF6 in popluar color models

8C7FF6
RGB140127246
HSL247°86.86%73.14%
HSB/HSV247°48.37%96.47%
CMYK43.09%48.37%0.00%
3.53%

Color #8C7FF6 in popluar number systems.

HEX8C7FF6
Decimal140127246
Binary10001100111111111110110
Octal214177366

Shades and tints

Shades of #8C7FF6

#8C7FF6
(140,127,246)
#8074E0
(128,116,224)
#7469CA
(116,105,202)
#685EB4
(104,94,180)
#5C539E
(92,83,158)
#504888
(80,72,136)
#443D72
(68,61,114)
#38325C
(56,50,92)
#2C2746
(44,39,70)
#201C30
(32,28,48)
#14111A
(20,17,26)
#000000
(0,0,0)

Tints of #8C7FF6

#8C7FF6
(140,127,246)
#968AF6
(150,138,246)
#A095F6
(160,149,246)
#AAA0F6
(170,160,246)
#B4ABF6
(180,171,246)
#BEB6F6
(190,182,246)
#C8C1F6
(200,193,246)
#D2CCF6
(210,204,246)
#DCD7F6
(220,215,246)
#E6E2F6
(230,226,246)
#F0EDF6
(240,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C7FF6; }

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

This text font color is #8C7FF6.


Background Color

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

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

This div background color is #8C7FF6.


Border color

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

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

This div border color is #8C7FF6.


Opacity

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

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

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

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

This text has shadow with #8C7FF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7FF6 on black background.


Color preview on white background

This text has color #8C7FF6 on white background.



Black color preview on #8C7FF6 background

This text has black color on #8C7FF6 background.


White color preview on #8C7FF6 background

This text has white color on #8C7FF6 background.