COLOR #8879E3

HEX: #8879E3
RGB: (136,121,227)

Color info

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

RGB color model

#8879E3 color RGB value is (136,121,227).

  • red value is 136;
  • green value is 121;
  • blue value is 227.
RGB:
(136,121,227)
(53%,47%,89%)

RGB channels and saturation

R 136 of 255 = 53%
G 121 of 255 = 47%
B 227 of 255 = 89%

136
121
227

R + G + B ~ 63%. #8879E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 121 + 227 = 484 (100%)
R 136 of 484 ~ 28.1%
G 121 of 484 ~ 25%
B 227 of 484 ~ 46.9%

%28.1
%25
%46.9

CMYK color model

#8879E3 color CMYK value is (40,47,0,11).

  • cyan value is 40.09%
  • magenta value is 46.70%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(40,47,0,11)
C40M47Y0K11 
(40%,47%,0%,11%)
(0.40/0.47/0.00/0.11)	

CMYK percentages

%40.09
%46.7
%0
%10.98

Codes

Color #8879E3 in popluar color models

8879E3
RGB136121227
HSL248°65.43%68.24%
HSB/HSV248°46.70%89.02%
CMYK40.09%46.70%0.00%
10.98%

Color #8879E3 in popluar number systems.

HEX8879E3
Decimal136121227
Binary10001000111100111100011
Octal210171343

Shades and tints

Shades of #8879E3

#8879E3
(136,121,227)
#7C6ECF
(124,110,207)
#7063BB
(112,99,187)
#6458A7
(100,88,167)
#584D93
(88,77,147)
#4C427F
(76,66,127)
#40376B
(64,55,107)
#342C57
(52,44,87)
#282143
(40,33,67)
#1C162F
(28,22,47)
#100B1B
(16,11,27)
#000000
(0,0,0)

Tints of #8879E3

#8879E3
(136,121,227)
#9285E5
(146,133,229)
#9C91E7
(156,145,231)
#A69DE9
(166,157,233)
#B0A9EB
(176,169,235)
#BAB5ED
(186,181,237)
#C4C1EF
(196,193,239)
#CECDF1
(206,205,241)
#D8D9F3
(216,217,243)
#E2E5F5
(226,229,245)
#ECF1F7
(236,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8879E3 color. Also use rgb(136,121,227) instead hex code.

Text Font Color

.myTextColor { color: #8879E3; }

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

This text font color is #8879E3.


Background Color

.myBgColor { background-color: #8879E3; }

<div style="background-color:#8879E3">Inner text</div>

This div background color is #8879E3.


Border color

.myBorderColor { border: 1px solid #8879E3; }

<div style="border:3px solid #8879E3">Div</div>

This div border color is #8879E3.


Opacity

.myOpacity80 { color: #8879E3; opacity: 0.8; }

<p style="color:#8879E3;opacity:0.8;">80%</p>

Text with #8879E3 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 #8879E3;}

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

This text has shadow with #8879E3 color.

.textShadow {text-shadow: 3px 3px 1px #8879E3, 3px 3px 1px red;}

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

This text has shadow with #8879E3 primary color and red secondary color.


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

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

This text has shadow with #8879E3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8879E3 on black background.


Color preview on white background

This text has color #8879E3 on white background.



Black color preview on #8879E3 background

This text has black color on #8879E3 background.


White color preview on #8879E3 background

This text has white color on #8879E3 background.