COLOR #8780BE

HEX: #8780BE RGB: (135,128,190)

Color info

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

RGB color model

#8780BE color RGB value is (135,128,190).

RGB: (135,128,190) (53%, 50%, 75%)

RGB channels and saturation

R 135 of 255 = 53%
G 128 of 255 = 50%
B 190 of 255 = 75%

135
128
190

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

Portions of RGB colors in percentages

R + G + B = 135 + 128 + 190 = 453 (100%)
R 135 of 453 ~ 29.8%
G 128 of 453 ~ 28.26%
B 190 of 453 ~ 41.94'%

%29.8
%28.26
%41.94

CMYK color model

#8780BE color CMYK value is (29,33,0,25).

  • cyan value is 28.95%
  • magenta value is 32.63%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (29,33,0,25)
C29M33Y0K25 (29%, 33%, 0%, 25%)
(0.29 / 0.33 / 0.00 / 0.25)

CMYK percentages

%28.95
%32.63
%0
%25.49

Codes

Color #8780BE in popluar color models

87 80 BE
RGB 135 128 190
HSL 247° 32.29% 62.35%
HSB/HSV 247° 32.63% 74.51%
CMYK 28.95% 32.63% 0.00%
25.49%

Color #8780BE in popluar number systems.

HEX 87 80 BE
Decimal 135 128 190
Binary 10000111 10000000 10111110
Octal 207 200 276

Shades and tints

Shades of #8780BE

#8780BE
(135,128,190)
#7B75AD
(123,117,173)
#6F6A9C
(111,106,156)
#635F8B
(99,95,139)
#57547A
(87,84,122)
#4B4969
(75,73,105)
#3F3E58
(63,62,88)
#333347
(51,51,71)
#272836
(39,40,54)
#1B1D25
(27,29,37)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #8780BE

#8780BE
(135,128,190)
#918BC3
(145,139,195)
#9B96C8
(155,150,200)
#A5A1CD
(165,161,205)
#AFACD2
(175,172,210)
#B9B7D7
(185,183,215)
#C3C2DC
(195,194,220)
#CDCDE1
(205,205,225)
#D7D8E6
(215,216,230)
#E1E3EB
(225,227,235)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8780BE; }

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

This text font color is #8780BE.

Background Color

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

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

This div background color is #8780BE.

Border color

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

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

This div border color is #8780BE.

Opacity

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

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

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

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

This text has shadow with #8780BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8780BE.

Preview

Color preview on black background

This text has color #8780BE on black background.


Color preview on white background

This text has color #8780BE on white background.


Black color preview on #8780BE background

This text has black color on #8780BE background.


White color preview on #8780BE background

This text has white color on #8780BE background.


Related colors

Complementary color

Complementary color for #hex is #787F41.


I love getcolorcode.com

Triadic colors

1 #BE8780 and #80BE87 with #8780BE are triadic colors.

2 #BE8087 and #8087BE with #8780BE are triadic colors.