COLOR #8B7DC0

HEX: #8B7DC0 RGB: (139,125,192)

Color info

#8B7DC0 contains mainly red and blue colors. Web safe color of #8B7DC0 is #9966CC (or #96C).

RGB color model

#8B7DC0 color RGB value is (139,125,192).

RGB: (139,125,192) (55%, 49%, 75%)

RGB channels and saturation

R 139 of 255 = 55%
G 125 of 255 = 49%
B 192 of 255 = 75%

139
125
192

R + G + B ~ 60%. #8B7DC0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 139 + 125 + 192 = 456 (100%)
R 139 of 456 ~ 30.48%
G 125 of 456 ~ 27.41%
B 192 of 456 ~ 42.11'%

%30.48
%27.41
%42.11

CMYK color model

#8B7DC0 color CMYK value is (28,35,0,25).

  • cyan value is 27.60%
  • magenta value is 34.90%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (28,35,0,25)
C28M35Y0K25 (28%, 35%, 0%, 25%)
(0.28 / 0.35 / 0.00 / 0.25)

CMYK percentages

%27.6
%34.9
%0
%24.71

Codes

Color #8B7DC0 in popluar color models

8B 7D C0
RGB 139 125 192
HSL 253° 34.72% 62.16%
HSB/HSV 253° 34.90% 75.29%
CMYK 27.60% 34.90% 0.00%
24.71%

Color #8B7DC0 in popluar number systems.

HEX 8B 7D C0
Decimal 139 125 192
Binary 10001011 1111101 11000000
Octal 213 175 300

Shades and tints

Shades of #8B7DC0

#8B7DC0
(139,125,192)
#7F72AF
(127,114,175)
#73679E
(115,103,158)
#675C8D
(103,92,141)
#5B517C
(91,81,124)
#4F466B
(79,70,107)
#433B5A
(67,59,90)
#373049
(55,48,73)
#2B2538
(43,37,56)
#1F1A27
(31,26,39)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #8B7DC0

#8B7DC0
(139,125,192)
#9588C5
(149,136,197)
#9F93CA
(159,147,202)
#A99ECF
(169,158,207)
#B3A9D4
(179,169,212)
#BDB4D9
(189,180,217)
#C7BFDE
(199,191,222)
#D1CAE3
(209,202,227)
#DBD5E8
(219,213,232)
#E5E0ED
(229,224,237)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7DC0 color. Also use rgb(139,125,192) instead hex code.

Text Font Color

.myTextColor { color: #8B7DC0; }

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

This text font color is #8B7DC0.

Background Color

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

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

This div background color is #8B7DC0.

Border color

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

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

This div border color is #8B7DC0.

Opacity

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

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

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

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

This text has shadow with #8B7DC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B7DC0.

Preview

Color preview on black background

This text has color #8B7DC0 on black background.


Color preview on white background

This text has color #8B7DC0 on white background.


Black color preview on #8B7DC0 background

This text has black color on #8B7DC0 background.


White color preview on #8B7DC0 background

This text has white color on #8B7DC0 background.


Related colors

Complementary color

Complementary color for #hex is #74823F.


I love getcolorcode.com

Triadic colors

1 #C08B7D and #7DC08B with #8B7DC0 are triadic colors.

2 #C07D8B and #7D8BC0 with #8B7DC0 are triadic colors.