COLOR #8782B4

HEX: #8782B4
RGB: (135,130,180)

Color info

#8782B4 contains red, green and blue colors in about the same proportion. Web safe color of #8782B4 is #9999CC (or #99C).

RGB color model

#8782B4 color RGB value is (135,130,180).

  • red value is 135;
  • green value is 130;
  • blue value is 180.
RGB:
(135,130,180)
(53%,51%,71%)

RGB channels and saturation

R 135 of 255 = 53%
G 130 of 255 = 51%
B 180 of 255 = 71%

135
130
180

R + G + B ~ 58%. #8782B4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 130 + 180 = 445 (100%)
R 135 of 445 ~ 30.34%
G 130 of 445 ~ 29.21%
B 180 of 445 ~ 40.45%

%30.34
%29.21
%40.45

CMYK color model

#8782B4 color CMYK value is (25,28,0,29).

  • cyan value is 25.00%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(25,28,0,29)
C25M28Y0K29 
(25%,28%,0%,29%)
(0.25/0.28/0.00/0.29)	

CMYK percentages

%25
%27.78
%0
%29.41

Codes

Color #8782B4 in popluar color models

8782B4
RGB135130180
HSL246°25.00%60.78%
HSB/HSV246°27.78%70.59%
CMYK25.00%27.78%0.00%
29.41%

Color #8782B4 in popluar number systems.

HEX8782B4
Decimal135130180
Binary100001111000001010110100
Octal207202264

Shades and tints

Shades of #8782B4

#8782B4
(135,130,180)
#7B77A4
(123,119,164)
#6F6C94
(111,108,148)
#636184
(99,97,132)
#575674
(87,86,116)
#4B4B64
(75,75,100)
#3F4054
(63,64,84)
#333544
(51,53,68)
#272A34
(39,42,52)
#1B1F24
(27,31,36)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #8782B4

#8782B4
(135,130,180)
#918DBA
(145,141,186)
#9B98C0
(155,152,192)
#A5A3C6
(165,163,198)
#AFAECC
(175,174,204)
#B9B9D2
(185,185,210)
#C3C4D8
(195,196,216)
#CDCFDE
(205,207,222)
#D7DAE4
(215,218,228)
#E1E5EA
(225,229,234)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8782B4 color. Also use rgb(135,130,180) instead hex code.

Text Font Color

.myTextColor { color: #8782B4; }

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

This text font color is #8782B4.


Background Color

.myBgColor { background-color: #8782B4; }

<div style="background-color:#8782B4">Inner text</div>

This div background color is #8782B4.


Border color

.myBorderColor { border: 1px solid #8782B4; }

<div style="border:3px solid #8782B4">Div</div>

This div border color is #8782B4.


Opacity

.myOpacity80 { color: #8782B4; opacity: 0.8; }

<p style="color:#8782B4;opacity:0.8;">80%</p>

Text with #8782B4 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 #8782B4;}

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

This text has shadow with #8782B4 color.

.textShadow {text-shadow: 3px 3px 1px #8782B4, 3px 3px 1px red;}

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

This text has shadow with #8782B4 primary color and red secondary color.


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

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

This text has shadow with #8782B4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8782B4 on black background.


Color preview on white background

This text has color #8782B4 on white background.



Black color preview on #8782B4 background

This text has black color on #8782B4 background.


White color preview on #8782B4 background

This text has white color on #8782B4 background.