COLOR #8782C0

HEX: #8782C0 RGB: (135,130,192)

Color info

#8782C0 contains mainly red and blue colors. Web safe color of #8782C0 is #9999CC (or #99C).

RGB color model

#8782C0 color RGB value is (135,130,192).

RGB: (135,130,192) (53%, 51%, 75%)

RGB channels and saturation

R 135 of 255 = 53%
G 130 of 255 = 51%
B 192 of 255 = 75%

135
130
192

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

Portions of RGB colors in percentages

R + G + B = 135 + 130 + 192 = 457 (100%)
R 135 of 457 ~ 29.54%
G 130 of 457 ~ 28.45%
B 192 of 457 ~ 42.01'%

%29.54
%28.45
%42.01

CMYK color model

#8782C0 color CMYK value is (30,32,0,25).

  • cyan value is 29.69%
  • magenta value is 32.29%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (30,32,0,25)
C30M32Y0K25 (30%, 32%, 0%, 25%)
(0.30 / 0.32 / 0.00 / 0.25)

CMYK percentages

%29.69
%32.29
%0
%24.71

Codes

Color #8782C0 in popluar color models

87 82 C0
RGB 135 130 192
HSL 245° 32.98% 63.14%
HSB/HSV 245° 32.29% 75.29%
CMYK 29.69% 32.29% 0.00%
24.71%

Color #8782C0 in popluar number systems.

HEX 87 82 C0
Decimal 135 130 192
Binary 10000111 10000010 11000000
Octal 207 202 300

Shades and tints

Shades of #8782C0

#8782C0
(135,130,192)
#7B77AF
(123,119,175)
#6F6C9E
(111,108,158)
#63618D
(99,97,141)
#57567C
(87,86,124)
#4B4B6B
(75,75,107)
#3F405A
(63,64,90)
#333549
(51,53,73)
#272A38
(39,42,56)
#1B1F27
(27,31,39)
#0F1416
(15,20,22)
#000000
(0,0,0)

Tints of #8782C0

#8782C0
(135,130,192)
#918DC5
(145,141,197)
#9B98CA
(155,152,202)
#A5A3CF
(165,163,207)
#AFAED4
(175,174,212)
#B9B9D9
(185,185,217)
#C3C4DE
(195,196,222)
#CDCFE3
(205,207,227)
#D7DAE8
(215,218,232)
#E1E5ED
(225,229,237)
#EBF0F2
(235,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8782C0; }

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

This text font color is #8782C0.

Background Color

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

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

This div background color is #8782C0.

Border color

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

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

This div border color is #8782C0.

Opacity

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

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

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

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

This text has shadow with #8782C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8782C0.

Preview

Color preview on black background

This text has color #8782C0 on black background.


Color preview on white background

This text has color #8782C0 on white background.


Black color preview on #8782C0 background

This text has black color on #8782C0 background.


White color preview on #8782C0 background

This text has white color on #8782C0 background.


Related colors

Complementary color

Complementary color for #hex is #787D3F.


I love getcolorcode.com

Triadic colors

1 #C08782 and #82C087 with #8782C0 are triadic colors.

2 #C08287 and #8287C0 with #8782C0 are triadic colors.