COLOR #8782D9

HEX: #8782D9
RGB: (135,130,217)

Color info

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

RGB color model

#8782D9 color RGB value is (135,130,217).

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

RGB channels and saturation

R 135 of 255 = 53%
G 130 of 255 = 51%
B 217 of 255 = 85%

135
130
217

R + G + B ~ 63%. #8782D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 130 + 217 = 482 (100%)
R 135 of 482 ~ 28.01%
G 130 of 482 ~ 26.97%
B 217 of 482 ~ 45.02%

%28.01
%26.97
%45.02

CMYK color model

#8782D9 color CMYK value is (38,40,0,15).

  • cyan value is 37.79%
  • magenta value is 40.09%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(38,40,0,15)
C38M40Y0K15 
(38%,40%,0%,15%)
(0.38/0.40/0.00/0.15)	

CMYK percentages

%37.79
%40.09
%0
%14.9

Codes

Color #8782D9 in popluar color models

8782D9
RGB135130217
HSL243°53.37%68.04%
HSB/HSV243°40.09%85.10%
CMYK37.79%40.09%0.00%
14.90%

Color #8782D9 in popluar number systems.

HEX8782D9
Decimal135130217
Binary100001111000001011011001
Octal207202331

Shades and tints

Shades of #8782D9

#8782D9
(135,130,217)
#7B77C6
(123,119,198)
#6F6CB3
(111,108,179)
#6361A0
(99,97,160)
#57568D
(87,86,141)
#4B4B7A
(75,75,122)
#3F4067
(63,64,103)
#333554
(51,53,84)
#272A41
(39,42,65)
#1B1F2E
(27,31,46)
#0F141B
(15,20,27)
#000000
(0,0,0)

Tints of #8782D9

#8782D9
(135,130,217)
#918DDC
(145,141,220)
#9B98DF
(155,152,223)
#A5A3E2
(165,163,226)
#AFAEE5
(175,174,229)
#B9B9E8
(185,185,232)
#C3C4EB
(195,196,235)
#CDCFEE
(205,207,238)
#D7DAF1
(215,218,241)
#E1E5F4
(225,229,244)
#EBF0F7
(235,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8782D9; }

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

This text font color is #8782D9.


Background Color

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

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

This div background color is #8782D9.


Border color

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

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

This div border color is #8782D9.


Opacity

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

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

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

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

This text has shadow with #8782D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8782D9 on black background.


Color preview on white background

This text has color #8782D9 on white background.



Black color preview on #8782D9 background

This text has black color on #8782D9 background.


White color preview on #8782D9 background

This text has white color on #8782D9 background.