COLOR #8B7DA5

HEX: #8B7DA5 RGB: (139,125,165)

Color info

#8B7DA5 contains red, green and blue colors in about the same proportion. Web safe color of #8B7DA5 is #996699 (or #969).

RGB color model

#8B7DA5 color RGB value is (139,125,165).

RGB: (139,125,165) (55%, 49%, 65%)

RGB channels and saturation

R 139 of 255 = 55%
G 125 of 255 = 49%
B 165 of 255 = 65%

139
125
165

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

Portions of RGB colors in percentages

R + G + B = 139 + 125 + 165 = 429 (100%)
R 139 of 429 ~ 32.4%
G 125 of 429 ~ 29.14%
B 165 of 429 ~ 38.46'%

%32.4
%29.14
%38.46

CMYK color model

#8B7DA5 color CMYK value is (16,24,0,35).

  • cyan value is 15.76%
  • magenta value is 24.24%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (16,24,0,35)
C16M24Y0K35 (16%, 24%, 0%, 35%)
(0.16 / 0.24 / 0.00 / 0.35)

CMYK percentages

%15.76
%24.24
%0
%35.29

Codes

Color #8B7DA5 in popluar color models

8B 7D A5
RGB 139 125 165
HSL 261° 18.18% 56.86%
HSB/HSV 261° 24.24% 64.71%
CMYK 15.76% 24.24% 0.00%
35.29%

Color #8B7DA5 in popluar number systems.

HEX 8B 7D A5
Decimal 139 125 165
Binary 10001011 1111101 10100101
Octal 213 175 245

Shades and tints

Shades of #8B7DA5

#8B7DA5
(139,125,165)
#7F7296
(127,114,150)
#736787
(115,103,135)
#675C78
(103,92,120)
#5B5169
(91,81,105)
#4F465A
(79,70,90)
#433B4B
(67,59,75)
#37303C
(55,48,60)
#2B252D
(43,37,45)
#1F1A1E
(31,26,30)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #8B7DA5

#8B7DA5
(139,125,165)
#9588AD
(149,136,173)
#9F93B5
(159,147,181)
#A99EBD
(169,158,189)
#B3A9C5
(179,169,197)
#BDB4CD
(189,180,205)
#C7BFD5
(199,191,213)
#D1CADD
(209,202,221)
#DBD5E5
(219,213,229)
#E5E0ED
(229,224,237)
#EFEBF5
(239,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7DA5; }

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

This text font color is #8B7DA5.

Background Color

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

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

This div background color is #8B7DA5.

Border color

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

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

This div border color is #8B7DA5.

Opacity

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

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

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

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

This text has shadow with #8B7DA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B7DA5.

Preview

Color preview on black background

This text has color #8B7DA5 on black background.


Color preview on white background

This text has color #8B7DA5 on white background.


Black color preview on #8B7DA5 background

This text has black color on #8B7DA5 background.


White color preview on #8B7DA5 background

This text has white color on #8B7DA5 background.


Related colors

Complementary color

Complementary color for #hex is #74825A.


I love getcolorcode.com

Triadic colors

1 #A58B7D and #7DA58B with #8B7DA5 are triadic colors.

2 #A57D8B and #7D8BA5 with #8B7DA5 are triadic colors.