COLOR #8B77BF

HEX: #8B77BF
RGB: (139,119,191)

Color info

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

RGB color model

#8B77BF color RGB value is (139,119,191).

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

RGB channels and saturation

R 139 of 255 = 55%
G 119 of 255 = 47%
B 191 of 255 = 75%

139
119
191

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

Portions of RGB colors in percentages

R + G + B =
139 + 119 + 191 = 449 (100%)
R 139 of 449 ~ 30.96%
G 119 of 449 ~ 26.5%
B 191 of 449 ~ 42.54%

%30.96
%26.5
%42.54

CMYK color model

#8B77BF color CMYK value is (27,38,0,25).

  • cyan value is 27.23%
  • magenta value is 37.70%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(27,38,0,25)
C27M38Y0K25 
(27%,38%,0%,25%)
(0.27/0.38/0.00/0.25)	

CMYK percentages

%27.23
%37.7
%0
%25.1

Codes

Color #8B77BF in popluar color models

8B77BF
RGB139119191
HSL257°36.00%60.78%
HSB/HSV257°37.70%74.90%
CMYK27.23%37.70%0.00%
25.10%

Color #8B77BF in popluar number systems.

HEX8B77BF
Decimal139119191
Binary10001011111011110111111
Octal213167277

Shades and tints

Shades of #8B77BF

#8B77BF
(139,119,191)
#7F6DAE
(127,109,174)
#73639D
(115,99,157)
#67598C
(103,89,140)
#5B4F7B
(91,79,123)
#4F456A
(79,69,106)
#433B59
(67,59,89)
#373148
(55,49,72)
#2B2737
(43,39,55)
#1F1D26
(31,29,38)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #8B77BF

#8B77BF
(139,119,191)
#9583C4
(149,131,196)
#9F8FC9
(159,143,201)
#A99BCE
(169,155,206)
#B3A7D3
(179,167,211)
#BDB3D8
(189,179,216)
#C7BFDD
(199,191,221)
#D1CBE2
(209,203,226)
#DBD7E7
(219,215,231)
#E5E3EC
(229,227,236)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B77BF; }

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

This text font color is #8B77BF.


Background Color

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

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

This div background color is #8B77BF.


Border color

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

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

This div border color is #8B77BF.


Opacity

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

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

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

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

This text has shadow with #8B77BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B77BF on black background.


Color preview on white background

This text has color #8B77BF on white background.



Black color preview on #8B77BF background

This text has black color on #8B77BF background.


White color preview on #8B77BF background

This text has white color on #8B77BF background.