COLOR #8D7DFD

HEX: #8D7DFD
RGB: (141,125,253)

Color info

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

RGB color model

#8D7DFD color RGB value is (141,125,253).

  • red value is 141;
  • green value is 125;
  • blue value is 253.
RGB:
(141,125,253)
(55%,49%,99%)

RGB channels and saturation

R 141 of 255 = 55%
G 125 of 255 = 49%
B 253 of 255 = 99%

141
125
253

R + G + B ~ 68%. #8D7DFD is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 125 + 253 = 519 (100%)
R 141 of 519 ~ 27.17%
G 125 of 519 ~ 24.08%
B 253 of 519 ~ 48.75%

%27.17
%24.08
%48.75

CMYK color model

#8D7DFD color CMYK value is (44,51,0,1).

  • cyan value is 44.27%
  • magenta value is 50.59%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(44,51,0,1)
C44M51Y0K1 
(44%,51%,0%,1%)
(0.44/0.51/0.00/0.01)	

CMYK percentages

%44.27
%50.59
%0
%0.78

Codes

Color #8D7DFD in popluar color models

8D7DFD
RGB141125253
HSL248°96.97%74.12%
HSB/HSV248°50.59%99.22%
CMYK44.27%50.59%0.00%
0.78%

Color #8D7DFD in popluar number systems.

HEX8D7DFD
Decimal141125253
Binary10001101111110111111101
Octal215175375

Shades and tints

Shades of #8D7DFD

#8D7DFD
(141,125,253)
#8172E6
(129,114,230)
#7567CF
(117,103,207)
#695CB8
(105,92,184)
#5D51A1
(93,81,161)
#51468A
(81,70,138)
#453B73
(69,59,115)
#39305C
(57,48,92)
#2D2545
(45,37,69)
#211A2E
(33,26,46)
#150F17
(21,15,23)
#000000
(0,0,0)

Tints of #8D7DFD

#8D7DFD
(141,125,253)
#9788FD
(151,136,253)
#A193FD
(161,147,253)
#AB9EFD
(171,158,253)
#B5A9FD
(181,169,253)
#BFB4FD
(191,180,253)
#C9BFFD
(201,191,253)
#D3CAFD
(211,202,253)
#DDD5FD
(221,213,253)
#E7E0FD
(231,224,253)
#F1EBFD
(241,235,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7DFD color. Also use rgb(141,125,253) instead hex code.

Text Font Color

.myTextColor { color: #8D7DFD; }

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

This text font color is #8D7DFD.


Background Color

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

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

This div background color is #8D7DFD.


Border color

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

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

This div border color is #8D7DFD.


Opacity

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

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

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

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

This text has shadow with #8D7DFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7DFD on black background.


Color preview on white background

This text has color #8D7DFD on white background.



Black color preview on #8D7DFD background

This text has black color on #8D7DFD background.


White color preview on #8D7DFD background

This text has white color on #8D7DFD background.