COLOR #8D7FD4

HEX: #8D7FD4
RGB: (141,127,212)

Color info

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

RGB color model

#8D7FD4 color RGB value is (141,127,212).

  • red value is 141;
  • green value is 127;
  • blue value is 212.
RGB:
(141,127,212)
(55%,50%,83%)

RGB channels and saturation

R 141 of 255 = 55%
G 127 of 255 = 50%
B 212 of 255 = 83%

141
127
212

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

Portions of RGB colors in percentages

R + G + B =
141 + 127 + 212 = 480 (100%)
R 141 of 480 ~ 29.38%
G 127 of 480 ~ 26.46%
B 212 of 480 ~ 44.17%

%29.38
%26.46
%44.17

CMYK color model

#8D7FD4 color CMYK value is (33,40,0,17).

  • cyan value is 33.49%
  • magenta value is 40.09%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(33,40,0,17)
C33M40Y0K17 
(33%,40%,0%,17%)
(0.33/0.40/0.00/0.17)	

CMYK percentages

%33.49
%40.09
%0
%16.86

Codes

Color #8D7FD4 in popluar color models

8D7FD4
RGB141127212
HSL250°49.71%66.47%
HSB/HSV250°40.09%83.14%
CMYK33.49%40.09%0.00%
16.86%

Color #8D7FD4 in popluar number systems.

HEX8D7FD4
Decimal141127212
Binary10001101111111111010100
Octal215177324

Shades and tints

Shades of #8D7FD4

#8D7FD4
(141,127,212)
#8174C1
(129,116,193)
#7569AE
(117,105,174)
#695E9B
(105,94,155)
#5D5388
(93,83,136)
#514875
(81,72,117)
#453D62
(69,61,98)
#39324F
(57,50,79)
#2D273C
(45,39,60)
#211C29
(33,28,41)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #8D7FD4

#8D7FD4
(141,127,212)
#978AD7
(151,138,215)
#A195DA
(161,149,218)
#ABA0DD
(171,160,221)
#B5ABE0
(181,171,224)
#BFB6E3
(191,182,227)
#C9C1E6
(201,193,230)
#D3CCE9
(211,204,233)
#DDD7EC
(221,215,236)
#E7E2EF
(231,226,239)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7FD4 color. Also use rgb(141,127,212) instead hex code.

Text Font Color

.myTextColor { color: #8D7FD4; }

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

This text font color is #8D7FD4.


Background Color

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

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

This div background color is #8D7FD4.


Border color

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

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

This div border color is #8D7FD4.


Opacity

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

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

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

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

This text has shadow with #8D7FD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7FD4 on black background.


Color preview on white background

This text has color #8D7FD4 on white background.



Black color preview on #8D7FD4 background

This text has black color on #8D7FD4 background.


White color preview on #8D7FD4 background

This text has white color on #8D7FD4 background.