COLOR #8B7F9A

HEX: #8B7F9A RGB: (139,127,154)

Color info

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

RGB color model

#8B7F9A color RGB value is (139,127,154).

RGB: (139,127,154) (55%, 50%, 60%)

RGB channels and saturation

R 139 of 255 = 55%
G 127 of 255 = 50%
B 154 of 255 = 60%

139
127
154

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

Portions of RGB colors in percentages

R + G + B = 139 + 127 + 154 = 420 (100%)
R 139 of 420 ~ 33.1%
G 127 of 420 ~ 30.24%
B 154 of 420 ~ 36.67'%

%33.1
%30.24
%36.67

CMYK color model

#8B7F9A color CMYK value is (10,18,0,40).

  • cyan value is 9.74%
  • magenta value is 17.53%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (10,18,0,40)
C10M18Y0K40 (10%, 18%, 0%, 40%)
(0.10 / 0.18 / 0.00 / 0.40)

CMYK percentages

%9.74
%17.53
%0
%39.61

Codes

Color #8B7F9A in popluar color models

8B 7F 9A
RGB 139 127 154
HSL 267° 11.79% 55.10%
HSB/HSV 267° 17.53% 60.39%
CMYK 9.74% 17.53% 0.00%
39.61%

Color #8B7F9A in popluar number systems.

HEX 8B 7F 9A
Decimal 139 127 154
Binary 10001011 1111111 10011010
Octal 213 177 232

Shades and tints

Shades of #8B7F9A

#8B7F9A
(139,127,154)
#7F748C
(127,116,140)
#73697E
(115,105,126)
#675E70
(103,94,112)
#5B5362
(91,83,98)
#4F4854
(79,72,84)
#433D46
(67,61,70)
#373238
(55,50,56)
#2B272A
(43,39,42)
#1F1C1C
(31,28,28)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #8B7F9A

#8B7F9A
(139,127,154)
#958AA3
(149,138,163)
#9F95AC
(159,149,172)
#A9A0B5
(169,160,181)
#B3ABBE
(179,171,190)
#BDB6C7
(189,182,199)
#C7C1D0
(199,193,208)
#D1CCD9
(209,204,217)
#DBD7E2
(219,215,226)
#E5E2EB
(229,226,235)
#EFEDF4
(239,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7F9A color. Also use rgb(139,127,154) instead hex code.

Text Font Color

.myTextColor { color: #8B7F9A; }

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

This text font color is #8B7F9A.

Background Color

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

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

This div background color is #8B7F9A.

Border color

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

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

This div border color is #8B7F9A.

Opacity

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

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

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

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

This text has shadow with #8B7F9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B7F9A.

Preview

Color preview on black background

This text has color #8B7F9A on black background.


Color preview on white background

This text has color #8B7F9A on white background.


Black color preview on #8B7F9A background

This text has black color on #8B7F9A background.


White color preview on #8B7F9A background

This text has white color on #8B7F9A background.


Related colors

Complementary color

Complementary color for #hex is #748065.


I love getcolorcode.com

Triadic colors

1 #9A8B7F and #7F9A8B with #8B7F9A are triadic colors.

2 #9A7F8B and #7F8B9A with #8B7F9A are triadic colors.