COLOR #8776BA

HEX: #8776BA RGB: (135,118,186)

Color info

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

RGB color model

#8776BA color RGB value is (135,118,186).

RGB: (135,118,186) (53%, 46%, 73%)

RGB channels and saturation

R 135 of 255 = 53%
G 118 of 255 = 46%
B 186 of 255 = 73%

135
118
186

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

Portions of RGB colors in percentages

R + G + B = 135 + 118 + 186 = 439 (100%)
R 135 of 439 ~ 30.75%
G 118 of 439 ~ 26.88%
B 186 of 439 ~ 42.37'%

%30.75
%26.88
%42.37

CMYK color model

#8776BA color CMYK value is (27,37,0,27).

  • cyan value is 27.42%
  • magenta value is 36.56%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (27,37,0,27)
C27M37Y0K27 (27%, 37%, 0%, 27%)
(0.27 / 0.37 / 0.00 / 0.27)

CMYK percentages

%27.42
%36.56
%0
%27.06

Codes

Color #8776BA in popluar color models

87 76 BA
RGB 135 118 186
HSL 255° 33.01% 59.61%
HSB/HSV 255° 36.56% 72.94%
CMYK 27.42% 36.56% 0.00%
27.06%

Color #8776BA in popluar number systems.

HEX 87 76 BA
Decimal 135 118 186
Binary 10000111 1110110 10111010
Octal 207 166 272

Shades and tints

Shades of #8776BA

#8776BA
(135,118,186)
#7B6CAA
(123,108,170)
#6F629A
(111,98,154)
#63588A
(99,88,138)
#574E7A
(87,78,122)
#4B446A
(75,68,106)
#3F3A5A
(63,58,90)
#33304A
(51,48,74)
#27263A
(39,38,58)
#1B1C2A
(27,28,42)
#0F121A
(15,18,26)
#000000
(0,0,0)

Tints of #8776BA

#8776BA
(135,118,186)
#9182C0
(145,130,192)
#9B8EC6
(155,142,198)
#A59ACC
(165,154,204)
#AFA6D2
(175,166,210)
#B9B2D8
(185,178,216)
#C3BEDE
(195,190,222)
#CDCAE4
(205,202,228)
#D7D6EA
(215,214,234)
#E1E2F0
(225,226,240)
#EBEEF6
(235,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8776BA color. Also use rgb(135,118,186) instead hex code.

Text Font Color

.myTextColor { color: #8776BA; }

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

This text font color is #8776BA.

Background Color

.myBgColor { background-color: #8776BA; }

<div style="background-color:#8776BA">Inner text</div>

This div background color is #8776BA.

Border color

.myBorderColor { border: 1px solid #8776BA; }

<div style="border:3px solid #8776BA">Div</div>

This div border color is #8776BA.

Opacity

.myOpacity80 { color: #8776BA; opacity: 0.8; }

<p style="color:#8776BA;opacity:0.8;">80%</p>

Text with #8776BA 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 #8776BA;}

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

This text has shadow with #8776BA color.


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

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

This text has shadow with #8776BA primary color and red secondary color.


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

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

This text has shadow with #8776BA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8776BA.

Preview

Color preview on black background

This text has color #8776BA on black background.


Color preview on white background

This text has color #8776BA on white background.


Black color preview on #8776BA background

This text has black color on #8776BA background.


White color preview on #8776BA background

This text has white color on #8776BA background.


Related colors

Complementary color

Complementary color for #hex is #788945.


I love getcolorcode.com

Triadic colors

1 #BA8776 and #76BA87 with #8776BA are triadic colors.

2 #BA7687 and #7687BA with #8776BA are triadic colors.