COLOR #8988E4

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

137
136
228

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

Portions of RGB colors in percentages

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

%27.35
%27.15
%45.51

CMYK color model

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

  • cyan value is 39.91%
  • magenta value is 40.35%
  • 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

%39.91
%40.35
%0
%10.59

Codes

Color #8988E4 in popluar color models

8988E4
RGB137136228
HSL241°63.01%71.37%
HSB/HSV241°40.35%89.41%
CMYK39.91%40.35%0.00%
10.59%

Color #8988E4 in popluar number systems.

HEX8988E4
Decimal137136228
Binary100010011000100011100100
Octal211210344

Shades and tints

Shades of #8988E4

#8988E4
(137,136,228)
#7D7CD0
(125,124,208)
#7170BC
(113,112,188)
#6564A8
(101,100,168)
#595894
(89,88,148)
#4D4C80
(77,76,128)
#41406C
(65,64,108)
#353458
(53,52,88)
#292844
(41,40,68)
#1D1C30
(29,28,48)
#11101C
(17,16,28)
#000000
(0,0,0)

Tints of #8988E4

#8988E4
(137,136,228)
#9392E6
(147,146,230)
#9D9CE8
(157,156,232)
#A7A6EA
(167,166,234)
#B1B0EC
(177,176,236)
#BBBAEE
(187,186,238)
#C5C4F0
(197,196,240)
#CFCEF2
(207,206,242)
#D9D8F4
(217,216,244)
#E3E2F6
(227,226,246)
#EDECF8
(237,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8988E4; }

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

This text font color is #8988E4.


Background Color

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

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

This div background color is #8988E4.


Border color

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

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

This div border color is #8988E4.


Opacity

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

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

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

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

This text has shadow with #8988E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8988E4 on black background.


Color preview on white background

This text has color #8988E4 on white background.



Black color preview on #8988E4 background

This text has black color on #8988E4 background.


White color preview on #8988E4 background

This text has white color on #8988E4 background.