COLOR #8780BB

HEX: #8780BB RGB: (135,128,187)

Color info

#8780BB contains red, green and blue colors in about the same proportion. Web safe color of #8780BB is #9966CC (or #96C).

RGB color model

#8780BB color RGB value is (135,128,187).

RGB: (135,128,187) (53%, 50%, 73%)

RGB channels and saturation

R 135 of 255 = 53%
G 128 of 255 = 50%
B 187 of 255 = 73%

135
128
187

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

Portions of RGB colors in percentages

R + G + B = 135 + 128 + 187 = 450 (100%)
R 135 of 450 ~ 30%
G 128 of 450 ~ 28.44%
B 187 of 450 ~ 41.56'%

%30
%28.44
%41.56

CMYK color model

#8780BB color CMYK value is (28,32,0,27).

  • cyan value is 27.81%
  • magenta value is 31.55%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (28,32,0,27)
C28M32Y0K27 (28%, 32%, 0%, 27%)
(0.28 / 0.32 / 0.00 / 0.27)

CMYK percentages

%27.81
%31.55
%0
%26.67

Codes

Color #8780BB in popluar color models

87 80 BB
RGB 135 128 187
HSL 247° 30.26% 61.76%
HSB/HSV 247° 31.55% 73.33%
CMYK 27.81% 31.55% 0.00%
26.67%

Color #8780BB in popluar number systems.

HEX 87 80 BB
Decimal 135 128 187
Binary 10000111 10000000 10111011
Octal 207 200 273

Shades and tints

Shades of #8780BB

#8780BB
(135,128,187)
#7B75AA
(123,117,170)
#6F6A99
(111,106,153)
#635F88
(99,95,136)
#575477
(87,84,119)
#4B4966
(75,73,102)
#3F3E55
(63,62,85)
#333344
(51,51,68)
#272833
(39,40,51)
#1B1D22
(27,29,34)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #8780BB

#8780BB
(135,128,187)
#918BC1
(145,139,193)
#9B96C7
(155,150,199)
#A5A1CD
(165,161,205)
#AFACD3
(175,172,211)
#B9B7D9
(185,183,217)
#C3C2DF
(195,194,223)
#CDCDE5
(205,205,229)
#D7D8EB
(215,216,235)
#E1E3F1
(225,227,241)
#EBEEF7
(235,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8780BB color. Also use rgb(135,128,187) instead hex code.

Text Font Color

.myTextColor { color: #8780BB; }

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

This text font color is #8780BB.

Background Color

.myBgColor { background-color: #8780BB; }

<div style="background-color:#8780BB">Inner text</div>

This div background color is #8780BB.

Border color

.myBorderColor { border: 1px solid #8780BB; }

<div style="border:3px solid #8780BB">Div</div>

This div border color is #8780BB.

Opacity

.myOpacity80 { color: #8780BB; opacity: 0.8; }

<p style="color:#8780BB;opacity:0.8;">80%</p>

Text with #8780BB 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 #8780BB;}

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

This text has shadow with #8780BB color.


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

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

This text has shadow with #8780BB primary color and red secondary color.


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

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

This text has shadow with #8780BB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8780BB.

Preview

Color preview on black background

This text has color #8780BB on black background.


Color preview on white background

This text has color #8780BB on white background.


Black color preview on #8780BB background

This text has black color on #8780BB background.


White color preview on #8780BB background

This text has white color on #8780BB background.


Related colors

Complementary color

Complementary color for #hex is #787F44.


I love getcolorcode.com

Triadic colors

1 #BB8780 and #80BB87 with #8780BB are triadic colors.

2 #BB8087 and #8087BB with #8780BB are triadic colors.