COLOR #8784E6

HEX: #8784E6 RGB: (135,132,230)

Color info

#8784E6 contains mainly blue color. Web safe color of #8784E6 is #9999CC (or #99C).

RGB color model

#8784E6 color RGB value is (135,132,230).

RGB: (135,132,230) (53%, 52%, 90%)

RGB channels and saturation

R 135 of 255 = 53%
G 132 of 255 = 52%
B 230 of 255 = 90%

135
132
230

R + G + B ~ 65%. #8784E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 132 + 230 = 497 (100%)
R 135 of 497 ~ 27.16%
G 132 of 497 ~ 26.56%
B 230 of 497 ~ 46.28'%

%27.16
%26.56
%46.28

CMYK color model

#8784E6 color CMYK value is (41,43,0,10).

  • cyan value is 41.30%
  • magenta value is 42.61%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (41,43,0,10)
C41M43Y0K10 (41%, 43%, 0%, 10%)
(0.41 / 0.43 / 0.00 / 0.10)

CMYK percentages

%41.3
%42.61
%0
%9.8

Codes

Color #8784E6 in popluar color models

87 84 E6
RGB 135 132 230
HSL 242° 66.22% 70.98%
HSB/HSV 242° 42.61% 90.20%
CMYK 41.30% 42.61% 0.00%
9.80%

Color #8784E6 in popluar number systems.

HEX 87 84 E6
Decimal 135 132 230
Binary 10000111 10000100 11100110
Octal 207 204 346

Shades and tints

Shades of #8784E6

#8784E6
(135,132,230)
#7B78D2
(123,120,210)
#6F6CBE
(111,108,190)
#6360AA
(99,96,170)
#575496
(87,84,150)
#4B4882
(75,72,130)
#3F3C6E
(63,60,110)
#33305A
(51,48,90)
#272446
(39,36,70)
#1B1832
(27,24,50)
#0F0C1E
(15,12,30)
#000000
(0,0,0)

Tints of #8784E6

#8784E6
(135,132,230)
#918FE8
(145,143,232)
#9B9AEA
(155,154,234)
#A5A5EC
(165,165,236)
#AFB0EE
(175,176,238)
#B9BBF0
(185,187,240)
#C3C6F2
(195,198,242)
#CDD1F4
(205,209,244)
#D7DCF6
(215,220,246)
#E1E7F8
(225,231,248)
#EBF2FA
(235,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8784E6 color. Also use rgb(135,132,230) instead hex code.

Text Font Color

.myTextColor { color: #8784E6; }

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

This text font color is #8784E6.

Background Color

.myBgColor { background-color: #8784E6; }

<div style="background-color:#8784E6">Inner text</div>

This div background color is #8784E6.

Border color

.myBorderColor { border: 1px solid #8784E6; }

<div style="border:3px solid #8784E6">Div</div>

This div border color is #8784E6.

Opacity

.myOpacity80 { color: #8784E6; opacity: 0.8; }

<p style="color:#8784E6;opacity:0.8;">80%</p>

Text with #8784E6 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 #8784E6;}

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

This text has shadow with #8784E6 color.


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

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

This text has shadow with #8784E6 primary color and red secondary color.


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

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

This text has shadow with #8784E6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8784E6.

Preview

Color preview on black background

This text has color #8784E6 on black background.


Color preview on white background

This text has color #8784E6 on white background.


Black color preview on #8784E6 background

This text has black color on #8784E6 background.


White color preview on #8784E6 background

This text has white color on #8784E6 background.


Related colors

Complementary color

Complementary color for #hex is #787B19.


I love getcolorcode.com

Triadic colors

1 #E68784 and #84E687 with #8784E6 are triadic colors.

2 #E68487 and #8487E6 with #8784E6 are triadic colors.