COLOR #8B7EAA

HEX: #8B7EAA RGB: (139,126,170)

Color info

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

RGB color model

#8B7EAA color RGB value is (139,126,170).

RGB: (139,126,170) (55%, 49%, 67%)

RGB channels and saturation

R 139 of 255 = 55%
G 126 of 255 = 49%
B 170 of 255 = 67%

139
126
170

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

Portions of RGB colors in percentages

R + G + B = 139 + 126 + 170 = 435 (100%)
R 139 of 435 ~ 31.95%
G 126 of 435 ~ 28.97%
B 170 of 435 ~ 39.08'%

%31.95
%28.97
%39.08

CMYK color model

#8B7EAA color CMYK value is (18,26,0,33).

  • cyan value is 18.24%
  • magenta value is 25.88%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (18,26,0,33)
C18M26Y0K33 (18%, 26%, 0%, 33%)
(0.18 / 0.26 / 0.00 / 0.33)

CMYK percentages

%18.24
%25.88
%0
%33.33

Codes

Color #8B7EAA in popluar color models

8B 7E AA
RGB 139 126 170
HSL 258° 20.56% 58.04%
HSB/HSV 258° 25.88% 66.67%
CMYK 18.24% 25.88% 0.00%
33.33%

Color #8B7EAA in popluar number systems.

HEX 8B 7E AA
Decimal 139 126 170
Binary 10001011 1111110 10101010
Octal 213 176 252

Shades and tints

Shades of #8B7EAA

#8B7EAA
(139,126,170)
#7F739B
(127,115,155)
#73688C
(115,104,140)
#675D7D
(103,93,125)
#5B526E
(91,82,110)
#4F475F
(79,71,95)
#433C50
(67,60,80)
#373141
(55,49,65)
#2B2632
(43,38,50)
#1F1B23
(31,27,35)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #8B7EAA

#8B7EAA
(139,126,170)
#9589B1
(149,137,177)
#9F94B8
(159,148,184)
#A99FBF
(169,159,191)
#B3AAC6
(179,170,198)
#BDB5CD
(189,181,205)
#C7C0D4
(199,192,212)
#D1CBDB
(209,203,219)
#DBD6E2
(219,214,226)
#E5E1E9
(229,225,233)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7EAA color. Also use rgb(139,126,170) instead hex code.

Text Font Color

.myTextColor { color: #8B7EAA; }

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

This text font color is #8B7EAA.

Background Color

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

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

This div background color is #8B7EAA.

Border color

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

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

This div border color is #8B7EAA.

Opacity

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

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

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

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

This text has shadow with #8B7EAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B7EAA.

Preview

Color preview on black background

This text has color #8B7EAA on black background.


Color preview on white background

This text has color #8B7EAA on white background.


Black color preview on #8B7EAA background

This text has black color on #8B7EAA background.


White color preview on #8B7EAA background

This text has white color on #8B7EAA background.


Related colors

Complementary color

Complementary color for #hex is #748155.


I love getcolorcode.com

Triadic colors

1 #AA8B7E and #7EAA8B with #8B7EAA are triadic colors.

2 #AA7E8B and #7E8BAA with #8B7EAA are triadic colors.