COLOR #8D7FE4

HEX: #8D7FE4 RGB: (141,127,228)

Color info

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

RGB color model

#8D7FE4 color RGB value is (141,127,228).

RGB: (141,127,228) (55%, 50%, 89%)

RGB channels and saturation

R 141 of 255 = 55%
G 127 of 255 = 50%
B 228 of 255 = 89%

141
127
228

R + G + B ~ 65%. #8D7FE4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 127 + 228 = 496 (100%)
R 141 of 496 ~ 28.43%
G 127 of 496 ~ 25.6%
B 228 of 496 ~ 45.97'%

%28.43
%25.6
%45.97

CMYK color model

#8D7FE4 color CMYK value is (38,44,0,11).

  • cyan value is 38.16%
  • magenta value is 44.30%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (38,44,0,11)
C38M44Y0K11 (38%, 44%, 0%, 11%)
(0.38 / 0.44 / 0.00 / 0.11)

CMYK percentages

%38.16
%44.3
%0
%10.59

Codes

Color #8D7FE4 in popluar color models

8D 7F E4
RGB 141 127 228
HSL 248° 65.16% 69.61%
HSB/HSV 248° 44.30% 89.41%
CMYK 38.16% 44.30% 0.00%
10.59%

Color #8D7FE4 in popluar number systems.

HEX 8D 7F E4
Decimal 141 127 228
Binary 10001101 1111111 11100100
Octal 215 177 344

Shades and tints

Shades of #8D7FE4

#8D7FE4
(141,127,228)
#8174D0
(129,116,208)
#7569BC
(117,105,188)
#695EA8
(105,94,168)
#5D5394
(93,83,148)
#514880
(81,72,128)
#453D6C
(69,61,108)
#393258
(57,50,88)
#2D2744
(45,39,68)
#211C30
(33,28,48)
#15111C
(21,17,28)
#000000
(0,0,0)

Tints of #8D7FE4

#8D7FE4
(141,127,228)
#978AE6
(151,138,230)
#A195E8
(161,149,232)
#ABA0EA
(171,160,234)
#B5ABEC
(181,171,236)
#BFB6EE
(191,182,238)
#C9C1F0
(201,193,240)
#D3CCF2
(211,204,242)
#DDD7F4
(221,215,244)
#E7E2F6
(231,226,246)
#F1EDF8
(241,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7FE4; }

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

This text font color is #8D7FE4.

Background Color

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

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

This div background color is #8D7FE4.

Border color

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

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

This div border color is #8D7FE4.

Opacity

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

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

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

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

This text has shadow with #8D7FE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D7FE4.

Preview

Color preview on black background

This text has color #8D7FE4 on black background.


Color preview on white background

This text has color #8D7FE4 on white background.


Black color preview on #8D7FE4 background

This text has black color on #8D7FE4 background.


White color preview on #8D7FE4 background

This text has white color on #8D7FE4 background.


Related colors

Complementary color

Complementary color for #hex is #72801B.


I love getcolorcode.com

Triadic colors

1 #E48D7F and #7FE48D with #8D7FE4 are triadic colors.

2 #E47F8D and #7F8DE4 with #8D7FE4 are triadic colors.