COLOR #8B7CD3

HEX: #8B7CD3
RGB: (139,124,211)

Color info

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

RGB color model

#8B7CD3 color RGB value is (139,124,211).

  • red value is 139;
  • green value is 124;
  • blue value is 211.
RGB:
(139,124,211)
(55%,49%,83%)

RGB channels and saturation

R 139 of 255 = 55%
G 124 of 255 = 49%
B 211 of 255 = 83%

139
124
211

R + G + B ~ 62%. #8B7CD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 124 + 211 = 474 (100%)
R 139 of 474 ~ 29.32%
G 124 of 474 ~ 26.16%
B 211 of 474 ~ 44.51%

%29.32
%26.16
%44.51

CMYK color model

#8B7CD3 color CMYK value is (34,41,0,17).

  • cyan value is 34.12%
  • magenta value is 41.23%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(34,41,0,17)
C34M41Y0K17 
(34%,41%,0%,17%)
(0.34/0.41/0.00/0.17)	

CMYK percentages

%34.12
%41.23
%0
%17.25

Codes

Color #8B7CD3 in popluar color models

8B7CD3
RGB139124211
HSL250°49.71%65.69%
HSB/HSV250°41.23%82.75%
CMYK34.12%41.23%0.00%
17.25%

Color #8B7CD3 in popluar number systems.

HEX8B7CD3
Decimal139124211
Binary10001011111110011010011
Octal213174323

Shades and tints

Shades of #8B7CD3

#8B7CD3
(139,124,211)
#7F71C0
(127,113,192)
#7366AD
(115,102,173)
#675B9A
(103,91,154)
#5B5087
(91,80,135)
#4F4574
(79,69,116)
#433A61
(67,58,97)
#372F4E
(55,47,78)
#2B243B
(43,36,59)
#1F1928
(31,25,40)
#130E15
(19,14,21)
#000000
(0,0,0)

Tints of #8B7CD3

#8B7CD3
(139,124,211)
#9587D7
(149,135,215)
#9F92DB
(159,146,219)
#A99DDF
(169,157,223)
#B3A8E3
(179,168,227)
#BDB3E7
(189,179,231)
#C7BEEB
(199,190,235)
#D1C9EF
(209,201,239)
#DBD4F3
(219,212,243)
#E5DFF7
(229,223,247)
#EFEAFB
(239,234,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7CD3 color. Also use rgb(139,124,211) instead hex code.

Text Font Color

.myTextColor { color: #8B7CD3; }

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

This text font color is #8B7CD3.


Background Color

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

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

This div background color is #8B7CD3.


Border color

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

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

This div border color is #8B7CD3.


Opacity

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

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

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

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

This text has shadow with #8B7CD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7CD3 on black background.


Color preview on white background

This text has color #8B7CD3 on white background.



Black color preview on #8B7CD3 background

This text has black color on #8B7CD3 background.


White color preview on #8B7CD3 background

This text has white color on #8B7CD3 background.