COLOR #8889E4

HEX: #8889E4
RGB: (136,137,228)

Color info

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

RGB color model

#8889E4 color RGB value is (136,137,228).

  • red value is 136;
  • green value is 137;
  • blue value is 228.
RGB:
(136,137,228)
(53%,54%,89%)

RGB channels and saturation

R 136 of 255 = 53%
G 137 of 255 = 54%
B 228 of 255 = 89%

136
137
228

R + G + B ~ 65%. #8889E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 137 + 228 = 501 (100%)
R 136 of 501 ~ 27.15%
G 137 of 501 ~ 27.35%
B 228 of 501 ~ 45.51%

%27.15
%27.35
%45.51

CMYK color model

#8889E4 color CMYK value is (40,40,0,11).

  • cyan value is 40.35%
  • magenta value is 39.91%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(40,40,0,11)
C40M40Y0K11 
(40%,40%,0%,11%)
(0.40/0.40/0.00/0.11)	

CMYK percentages

%40.35
%39.91
%0
%10.59

Codes

Color #8889E4 in popluar color models

8889E4
RGB136137228
HSL239°63.01%71.37%
HSB/HSV239°40.35%89.41%
CMYK40.35%39.91%0.00%
10.59%

Color #8889E4 in popluar number systems.

HEX8889E4
Decimal136137228
Binary100010001000100111100100
Octal210211344

Shades and tints

Shades of #8889E4

#8889E4
(136,137,228)
#7C7DD0
(124,125,208)
#7071BC
(112,113,188)
#6465A8
(100,101,168)
#585994
(88,89,148)
#4C4D80
(76,77,128)
#40416C
(64,65,108)
#343558
(52,53,88)
#282944
(40,41,68)
#1C1D30
(28,29,48)
#10111C
(16,17,28)
#000000
(0,0,0)

Tints of #8889E4

#8889E4
(136,137,228)
#9293E6
(146,147,230)
#9C9DE8
(156,157,232)
#A6A7EA
(166,167,234)
#B0B1EC
(176,177,236)
#BABBEE
(186,187,238)
#C4C5F0
(196,197,240)
#CECFF2
(206,207,242)
#D8D9F4
(216,217,244)
#E2E3F6
(226,227,246)
#ECEDF8
(236,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8889E4 color. Also use rgb(136,137,228) instead hex code.

Text Font Color

.myTextColor { color: #8889E4; }

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

This text font color is #8889E4.


Background Color

.myBgColor { background-color: #8889E4; }

<div style="background-color:#8889E4">Inner text</div>

This div background color is #8889E4.


Border color

.myBorderColor { border: 1px solid #8889E4; }

<div style="border:3px solid #8889E4">Div</div>

This div border color is #8889E4.


Opacity

.myOpacity80 { color: #8889E4; opacity: 0.8; }

<p style="color:#8889E4;opacity:0.8;">80%</p>

Text with #8889E4 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 #8889E4;}

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

This text has shadow with #8889E4 color.

.textShadow {text-shadow: 3px 3px 1px #8889E4, 3px 3px 1px red;}

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

This text has shadow with #8889E4 primary color and red secondary color.


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

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

This text has shadow with #8889E4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8889E4 on black background.


Color preview on white background

This text has color #8889E4 on white background.



Black color preview on #8889E4 background

This text has black color on #8889E4 background.


White color preview on #8889E4 background

This text has white color on #8889E4 background.