COLOR #8780C6

HEX: #8780C6
RGB: (135,128,198)

Color info

#8780C6 contains mainly blue color. Web safe color of #8780C6 is #9966CC (or #96C).

RGB color model

#8780C6 color RGB value is (135,128,198).

  • red value is 135;
  • green value is 128;
  • blue value is 198.
RGB:
(135,128,198)
(53%,50%,78%)

RGB channels and saturation

R 135 of 255 = 53%
G 128 of 255 = 50%
B 198 of 255 = 78%

135
128
198

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

Portions of RGB colors in percentages

R + G + B =
135 + 128 + 198 = 461 (100%)
R 135 of 461 ~ 29.28%
G 128 of 461 ~ 27.77%
B 198 of 461 ~ 42.95%

%29.28
%27.77
%42.95

CMYK color model

#8780C6 color CMYK value is (32,35,0,22).

  • cyan value is 31.82%
  • magenta value is 35.35%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(32,35,0,22)
C32M35Y0K22 
(32%,35%,0%,22%)
(0.32/0.35/0.00/0.22)	

CMYK percentages

%31.82
%35.35
%0
%22.35

Codes

Color #8780C6 in popluar color models

8780C6
RGB135128198
HSL246°38.04%63.92%
HSB/HSV246°35.35%77.65%
CMYK31.82%35.35%0.00%
22.35%

Color #8780C6 in popluar number systems.

HEX8780C6
Decimal135128198
Binary100001111000000011000110
Octal207200306

Shades and tints

Shades of #8780C6

#8780C6
(135,128,198)
#7B75B4
(123,117,180)
#6F6AA2
(111,106,162)
#635F90
(99,95,144)
#57547E
(87,84,126)
#4B496C
(75,73,108)
#3F3E5A
(63,62,90)
#333348
(51,51,72)
#272836
(39,40,54)
#1B1D24
(27,29,36)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #8780C6

#8780C6
(135,128,198)
#918BCB
(145,139,203)
#9B96D0
(155,150,208)
#A5A1D5
(165,161,213)
#AFACDA
(175,172,218)
#B9B7DF
(185,183,223)
#C3C2E4
(195,194,228)
#CDCDE9
(205,205,233)
#D7D8EE
(215,216,238)
#E1E3F3
(225,227,243)
#EBEEF8
(235,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8780C6; }

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

This text font color is #8780C6.


Background Color

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

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

This div background color is #8780C6.


Border color

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

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

This div border color is #8780C6.


Opacity

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

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

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

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

This text has shadow with #8780C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8780C6 on black background.


Color preview on white background

This text has color #8780C6 on white background.



Black color preview on #8780C6 background

This text has black color on #8780C6 background.


White color preview on #8780C6 background

This text has white color on #8780C6 background.