COLOR #8778E5

HEX: #8778E5
RGB: (135,120,229)

Color info

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

RGB color model

#8778E5 color RGB value is (135,120,229).

  • red value is 135;
  • green value is 120;
  • blue value is 229.
RGB:
(135,120,229)
(53%,47%,90%)

RGB channels and saturation

R 135 of 255 = 53%
G 120 of 255 = 47%
B 229 of 255 = 90%

135
120
229

R + G + B ~ 63%. #8778E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 120 + 229 = 484 (100%)
R 135 of 484 ~ 27.89%
G 120 of 484 ~ 24.79%
B 229 of 484 ~ 47.31%

%27.89
%24.79
%47.31

CMYK color model

#8778E5 color CMYK value is (41,48,0,10).

  • cyan value is 41.05%
  • magenta value is 47.60%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(41,48,0,10)
C41M48Y0K10 
(41%,48%,0%,10%)
(0.41/0.48/0.00/0.10)	

CMYK percentages

%41.05
%47.6
%0
%10.2

Codes

Color #8778E5 in popluar color models

8778E5
RGB135120229
HSL248°67.70%68.43%
HSB/HSV248°47.60%89.80%
CMYK41.05%47.60%0.00%
10.20%

Color #8778E5 in popluar number systems.

HEX8778E5
Decimal135120229
Binary10000111111100011100101
Octal207170345

Shades and tints

Shades of #8778E5

#8778E5
(135,120,229)
#7B6ED1
(123,110,209)
#6F64BD
(111,100,189)
#635AA9
(99,90,169)
#575095
(87,80,149)
#4B4681
(75,70,129)
#3F3C6D
(63,60,109)
#333259
(51,50,89)
#272845
(39,40,69)
#1B1E31
(27,30,49)
#0F141D
(15,20,29)
#000000
(0,0,0)

Tints of #8778E5

#8778E5
(135,120,229)
#9184E7
(145,132,231)
#9B90E9
(155,144,233)
#A59CEB
(165,156,235)
#AFA8ED
(175,168,237)
#B9B4EF
(185,180,239)
#C3C0F1
(195,192,241)
#CDCCF3
(205,204,243)
#D7D8F5
(215,216,245)
#E1E4F7
(225,228,247)
#EBF0F9
(235,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8778E5 color. Also use rgb(135,120,229) instead hex code.

Text Font Color

.myTextColor { color: #8778E5; }

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

This text font color is #8778E5.


Background Color

.myBgColor { background-color: #8778E5; }

<div style="background-color:#8778E5">Inner text</div>

This div background color is #8778E5.


Border color

.myBorderColor { border: 1px solid #8778E5; }

<div style="border:3px solid #8778E5">Div</div>

This div border color is #8778E5.


Opacity

.myOpacity80 { color: #8778E5; opacity: 0.8; }

<p style="color:#8778E5;opacity:0.8;">80%</p>

Text with #8778E5 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 #8778E5;}

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

This text has shadow with #8778E5 color.

.textShadow {text-shadow: 3px 3px 1px #8778E5, 3px 3px 1px red;}

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

This text has shadow with #8778E5 primary color and red secondary color.


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

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

This text has shadow with #8778E5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8778E5 on black background.


Color preview on white background

This text has color #8778E5 on white background.



Black color preview on #8778E5 background

This text has black color on #8778E5 background.


White color preview on #8778E5 background

This text has white color on #8778E5 background.