COLOR #8B7FAB

HEX: #8B7FAB
RGB: (139,127,171)

Color info

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

RGB color model

#8B7FAB color RGB value is (139,127,171).

  • red value is 139;
  • green value is 127;
  • blue value is 171.
RGB: (139,127,171) (55%,50%,67%)

RGB channels and saturation

R 139 of 255 = 55%
G 127 of 255 = 50%
B 171 of 255 = 67%

139
127
171

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

Portions of RGB colors in percentages

R + G + B =
139 + 127 + 171 = 437 (100%)
R 139 of 437 ~ 31.81%
G 127 of 437 ~ 29.06%
B 171 of 437 ~ 39.13%

%31.81
%29.06
%39.13

CMYK color model

#8B7FAB color CMYK value is (19,26,0,33).

  • cyan value is 18.71%
  • magenta value is 25.73%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (19,26,0,33) C19M26Y0K33 (19%,26%,0%,33%) (0.19/0.26/0.00/0.33)

CMYK percentages

%18.71
%25.73
%0
%32.94

Codes

Color #8B7FAB in popluar color models

8B7FAB
RGB139127171
HSL256°20.75%58.43%
HSB/HSV256°25.73%67.06%
CMYK18.71%25.73%0.00%
32.94%

Color #8B7FAB in popluar number systems.

HEX8B7FAB
Decimal139127171
Binary10001011111111110101011
Octal213177253

Shades and tints

Shades of #8B7FAB

#8B7FAB
(139,127,171)
#7F749C
(127,116,156)
#73698D
(115,105,141)
#675E7E
(103,94,126)
#5B536F
(91,83,111)
#4F4860
(79,72,96)
#433D51
(67,61,81)
#373242
(55,50,66)
#2B2733
(43,39,51)
#1F1C24
(31,28,36)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #8B7FAB

#8B7FAB
(139,127,171)
#958AB2
(149,138,178)
#9F95B9
(159,149,185)
#A9A0C0
(169,160,192)
#B3ABC7
(179,171,199)
#BDB6CE
(189,182,206)
#C7C1D5
(199,193,213)
#D1CCDC
(209,204,220)
#DBD7E3
(219,215,227)
#E5E2EA
(229,226,234)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7FAB; }

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

This text font color is #8B7FAB.


Background Color

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

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

This div background color is #8B7FAB.


Border color

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

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

This div border color is #8B7FAB.


Opacity

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

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

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

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

This text has shadow with #8B7FAB color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #8B7FAB; -webkit-box-shadow:	1px 1px 3px 2px #8B7FAB; box-shadow:	1px 1px 3px 2px #8B7FAB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #8B7FAB; -webkit-box-shadow: 1px 1px 3px 2px #8B7FAB; box-shadow:1px 1px 3px 2px #8B7FAB;">
Div content here</div>
This div box has shadow with color #8B7FAB.

Preview

Color preview on black background

This text has color #8B7FAB on black background.


Color preview on white background

This text has color #8B7FAB on white background.



Black color preview on #8B7FAB background

This text has black color on #8B7FAB background.


White color preview on #8B7FAB background

This text has white color on #8B7FAB background.