COLOR #898EE7

HEX: #898EE7
RGB: (137,142,231)

Color info

#898EE7 contains mainly blue color. Web safe color of #898EE7 is #9999FF (or #99F).

RGB color model

#898EE7 color RGB value is (137,142,231).

  • red value is 137;
  • green value is 142;
  • blue value is 231.
RGB:
(137,142,231)
(54%,56%,91%)

RGB channels and saturation

R 137 of 255 = 54%
G 142 of 255 = 56%
B 231 of 255 = 91%

137
142
231

R + G + B ~ 67%. #898EE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 142 + 231 = 510 (100%)
R 137 of 510 ~ 26.86%
G 142 of 510 ~ 27.84%
B 231 of 510 ~ 45.29%

%26.86
%27.84
%45.29

CMYK color model

#898EE7 color CMYK value is (41,39,0,9).

  • cyan value is 40.69%
  • magenta value is 38.53%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(41,39,0,9)
C41M39Y0K9 
(41%,39%,0%,9%)
(0.41/0.39/0.00/0.09)	

CMYK percentages

%40.69
%38.53
%0
%9.41

Codes

Color #898EE7 in popluar color models

898EE7
RGB137142231
HSL237°66.20%72.16%
HSB/HSV237°40.69%90.59%
CMYK40.69%38.53%0.00%
9.41%

Color #898EE7 in popluar number systems.

HEX898EE7
Decimal137142231
Binary100010011000111011100111
Octal211216347

Shades and tints

Shades of #898EE7

#898EE7
(137,142,231)
#7D82D2
(125,130,210)
#7176BD
(113,118,189)
#656AA8
(101,106,168)
#595E93
(89,94,147)
#4D527E
(77,82,126)
#414669
(65,70,105)
#353A54
(53,58,84)
#292E3F
(41,46,63)
#1D222A
(29,34,42)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #898EE7

#898EE7
(137,142,231)
#9398E9
(147,152,233)
#9DA2EB
(157,162,235)
#A7ACED
(167,172,237)
#B1B6EF
(177,182,239)
#BBC0F1
(187,192,241)
#C5CAF3
(197,202,243)
#CFD4F5
(207,212,245)
#D9DEF7
(217,222,247)
#E3E8F9
(227,232,249)
#EDF2FB
(237,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898EE7 color. Also use rgb(137,142,231) instead hex code.

Text Font Color

.myTextColor { color: #898EE7; }

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

This text font color is #898EE7.


Background Color

.myBgColor { background-color: #898EE7; }

<div style="background-color:#898EE7">Inner text</div>

This div background color is #898EE7.


Border color

.myBorderColor { border: 1px solid #898EE7; }

<div style="border:3px solid #898EE7">Div</div>

This div border color is #898EE7.


Opacity

.myOpacity80 { color: #898EE7; opacity: 0.8; }

<p style="color:#898EE7;opacity:0.8;">80%</p>

Text with #898EE7 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 #898EE7;}

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

This text has shadow with #898EE7 color.

.textShadow {text-shadow: 3px 3px 1px #898EE7, 3px 3px 1px red;}

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

This text has shadow with #898EE7 primary color and red secondary color.


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

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

This text has shadow with #898EE7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898EE7 on black background.


Color preview on white background

This text has color #898EE7 on white background.



Black color preview on #898EE7 background

This text has black color on #898EE7 background.


White color preview on #898EE7 background

This text has white color on #898EE7 background.