COLOR #8B7DA4

HEX: #8B7DA4 RGB: (139,125,164)

Color info

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

RGB color model

#8B7DA4 color RGB value is (139,125,164).

RGB: (139,125,164) (55%, 49%, 64%)

RGB channels and saturation

R 139 of 255 = 55%
G 125 of 255 = 49%
B 164 of 255 = 64%

139
125
164

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

Portions of RGB colors in percentages

R + G + B = 139 + 125 + 164 = 428 (100%)
R 139 of 428 ~ 32.48%
G 125 of 428 ~ 29.21%
B 164 of 428 ~ 38.32'%

%32.48
%29.21
%38.32

CMYK color model

#8B7DA4 color CMYK value is (15,24,0,36).

  • cyan value is 15.24%
  • magenta value is 23.78%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (15,24,0,36)
C15M24Y0K36 (15%, 24%, 0%, 36%)
(0.15 / 0.24 / 0.00 / 0.36)

CMYK percentages

%15.24
%23.78
%0
%35.69

Codes

Color #8B7DA4 in popluar color models

8B 7D A4
RGB 139 125 164
HSL 262° 17.65% 56.67%
HSB/HSV 262° 23.78% 64.31%
CMYK 15.24% 23.78% 0.00%
35.69%

Color #8B7DA4 in popluar number systems.

HEX 8B 7D A4
Decimal 139 125 164
Binary 10001011 1111101 10100100
Octal 213 175 244

Shades and tints

Shades of #8B7DA4

#8B7DA4
(139,125,164)
#7F7296
(127,114,150)
#736788
(115,103,136)
#675C7A
(103,92,122)
#5B516C
(91,81,108)
#4F465E
(79,70,94)
#433B50
(67,59,80)
#373042
(55,48,66)
#2B2534
(43,37,52)
#1F1A26
(31,26,38)
#130F18
(19,15,24)
#000000
(0,0,0)

Tints of #8B7DA4

#8B7DA4
(139,125,164)
#9588AC
(149,136,172)
#9F93B4
(159,147,180)
#A99EBC
(169,158,188)
#B3A9C4
(179,169,196)
#BDB4CC
(189,180,204)
#C7BFD4
(199,191,212)
#D1CADC
(209,202,220)
#DBD5E4
(219,213,228)
#E5E0EC
(229,224,236)
#EFEBF4
(239,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7DA4; }

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

This text font color is #8B7DA4.

Background Color

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

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

This div background color is #8B7DA4.

Border color

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

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

This div border color is #8B7DA4.

Opacity

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

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

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

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

This text has shadow with #8B7DA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B7DA4.

Preview

Color preview on black background

This text has color #8B7DA4 on black background.


Color preview on white background

This text has color #8B7DA4 on white background.


Black color preview on #8B7DA4 background

This text has black color on #8B7DA4 background.


White color preview on #8B7DA4 background

This text has white color on #8B7DA4 background.


Related colors

Complementary color

Complementary color for #hex is #74825B.


I love getcolorcode.com

Triadic colors

1 #A48B7D and #7DA48B with #8B7DA4 are triadic colors.

2 #A47D8B and #7D8BA4 with #8B7DA4 are triadic colors.