COLOR #8B7EBF

HEX: #8B7EBF
RGB: (139,126,191)

Color info

#8B7EBF contains mainly red and blue colors. Web safe color of #8B7EBF is #9966CC (or #96C).

RGB color model

#8B7EBF color RGB value is (139,126,191).

  • red value is 139;
  • green value is 126;
  • blue value is 191.
RGB:
(139,126,191)
(55%,49%,75%)

RGB channels and saturation

R 139 of 255 = 55%
G 126 of 255 = 49%
B 191 of 255 = 75%

139
126
191

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

Portions of RGB colors in percentages

R + G + B =
139 + 126 + 191 = 456 (100%)
R 139 of 456 ~ 30.48%
G 126 of 456 ~ 27.63%
B 191 of 456 ~ 41.89%

%30.48
%27.63
%41.89

CMYK color model

#8B7EBF color CMYK value is (27,34,0,25).

  • cyan value is 27.23%
  • magenta value is 34.03%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(27,34,0,25)
C27M34Y0K25 
(27%,34%,0%,25%)
(0.27/0.34/0.00/0.25)	

CMYK percentages

%27.23
%34.03
%0
%25.1

Codes

Color #8B7EBF in popluar color models

8B7EBF
RGB139126191
HSL252°33.68%62.16%
HSB/HSV252°34.03%74.90%
CMYK27.23%34.03%0.00%
25.10%

Color #8B7EBF in popluar number systems.

HEX8B7EBF
Decimal139126191
Binary10001011111111010111111
Octal213176277

Shades and tints

Shades of #8B7EBF

#8B7EBF
(139,126,191)
#7F73AE
(127,115,174)
#73689D
(115,104,157)
#675D8C
(103,93,140)
#5B527B
(91,82,123)
#4F476A
(79,71,106)
#433C59
(67,60,89)
#373148
(55,49,72)
#2B2637
(43,38,55)
#1F1B26
(31,27,38)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #8B7EBF

#8B7EBF
(139,126,191)
#9589C4
(149,137,196)
#9F94C9
(159,148,201)
#A99FCE
(169,159,206)
#B3AAD3
(179,170,211)
#BDB5D8
(189,181,216)
#C7C0DD
(199,192,221)
#D1CBE2
(209,203,226)
#DBD6E7
(219,214,231)
#E5E1EC
(229,225,236)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7EBF; }

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

This text font color is #8B7EBF.


Background Color

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

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

This div background color is #8B7EBF.


Border color

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

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

This div border color is #8B7EBF.


Opacity

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

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

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

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

This text has shadow with #8B7EBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7EBF on black background.


Color preview on white background

This text has color #8B7EBF on white background.



Black color preview on #8B7EBF background

This text has black color on #8B7EBF background.


White color preview on #8B7EBF background

This text has white color on #8B7EBF background.