COLOR #8D7CDB

HEX: #8D7CDB
RGB: (141,124,219)

Color info

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

RGB color model

#8D7CDB color RGB value is (141,124,219).

  • red value is 141;
  • green value is 124;
  • blue value is 219.
RGB:
(141,124,219)
(55%,49%,86%)

RGB channels and saturation

R 141 of 255 = 55%
G 124 of 255 = 49%
B 219 of 255 = 86%

141
124
219

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

Portions of RGB colors in percentages

R + G + B =
141 + 124 + 219 = 484 (100%)
R 141 of 484 ~ 29.13%
G 124 of 484 ~ 25.62%
B 219 of 484 ~ 45.25%

%29.13
%25.62
%45.25

CMYK color model

#8D7CDB color CMYK value is (36,43,0,14).

  • cyan value is 35.62%
  • magenta value is 43.38%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(36,43,0,14)
C36M43Y0K14 
(36%,43%,0%,14%)
(0.36/0.43/0.00/0.14)	

CMYK percentages

%35.62
%43.38
%0
%14.12

Codes

Color #8D7CDB in popluar color models

8D7CDB
RGB141124219
HSL251°56.89%67.25%
HSB/HSV251°43.38%85.88%
CMYK35.62%43.38%0.00%
14.12%

Color #8D7CDB in popluar number systems.

HEX8D7CDB
Decimal141124219
Binary10001101111110011011011
Octal215174333

Shades and tints

Shades of #8D7CDB

#8D7CDB
(141,124,219)
#8171C8
(129,113,200)
#7566B5
(117,102,181)
#695BA2
(105,91,162)
#5D508F
(93,80,143)
#51457C
(81,69,124)
#453A69
(69,58,105)
#392F56
(57,47,86)
#2D2443
(45,36,67)
#211930
(33,25,48)
#150E1D
(21,14,29)
#000000
(0,0,0)

Tints of #8D7CDB

#8D7CDB
(141,124,219)
#9787DE
(151,135,222)
#A192E1
(161,146,225)
#AB9DE4
(171,157,228)
#B5A8E7
(181,168,231)
#BFB3EA
(191,179,234)
#C9BEED
(201,190,237)
#D3C9F0
(211,201,240)
#DDD4F3
(221,212,243)
#E7DFF6
(231,223,246)
#F1EAF9
(241,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7CDB color. Also use rgb(141,124,219) instead hex code.

Text Font Color

.myTextColor { color: #8D7CDB; }

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

This text font color is #8D7CDB.


Background Color

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

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

This div background color is #8D7CDB.


Border color

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

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

This div border color is #8D7CDB.


Opacity

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

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

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

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

This text has shadow with #8D7CDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7CDB on black background.


Color preview on white background

This text has color #8D7CDB on white background.



Black color preview on #8D7CDB background

This text has black color on #8D7CDB background.


White color preview on #8D7CDB background

This text has white color on #8D7CDB background.