COLOR #898EE1

HEX: #898EE1
RGB: (137,142,225)

Color info

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

RGB color model

#898EE1 color RGB value is (137,142,225).

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

RGB channels and saturation

R 137 of 255 = 54%
G 142 of 255 = 56%
B 225 of 255 = 88%

137
142
225

R + G + B ~ 66%. #898EE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 142 + 225 = 504 (100%)
R 137 of 504 ~ 27.18%
G 142 of 504 ~ 28.17%
B 225 of 504 ~ 44.64%

%27.18
%28.17
%44.64

CMYK color model

#898EE1 color CMYK value is (39,37,0,12).

  • cyan value is 39.11%
  • magenta value is 36.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(39,37,0,12)
C39M37Y0K12 
(39%,37%,0%,12%)
(0.39/0.37/0.00/0.12)	

CMYK percentages

%39.11
%36.89
%0
%11.76

Codes

Color #898EE1 in popluar color models

898EE1
RGB137142225
HSL237°59.46%70.98%
HSB/HSV237°39.11%88.24%
CMYK39.11%36.89%0.00%
11.76%

Color #898EE1 in popluar number systems.

HEX898EE1
Decimal137142225
Binary100010011000111011100001
Octal211216341

Shades and tints

Shades of #898EE1

#898EE1
(137,142,225)
#7D82CD
(125,130,205)
#7176B9
(113,118,185)
#656AA5
(101,106,165)
#595E91
(89,94,145)
#4D527D
(77,82,125)
#414669
(65,70,105)
#353A55
(53,58,85)
#292E41
(41,46,65)
#1D222D
(29,34,45)
#111619
(17,22,25)
#000000
(0,0,0)

Tints of #898EE1

#898EE1
(137,142,225)
#9398E3
(147,152,227)
#9DA2E5
(157,162,229)
#A7ACE7
(167,172,231)
#B1B6E9
(177,182,233)
#BBC0EB
(187,192,235)
#C5CAED
(197,202,237)
#CFD4EF
(207,212,239)
#D9DEF1
(217,222,241)
#E3E8F3
(227,232,243)
#EDF2F5
(237,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898EE1; }

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

This text font color is #898EE1.


Background Color

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

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

This div background color is #898EE1.


Border color

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

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

This div border color is #898EE1.


Opacity

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

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

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

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

This text has shadow with #898EE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898EE1 on black background.


Color preview on white background

This text has color #898EE1 on white background.



Black color preview on #898EE1 background

This text has black color on #898EE1 background.


White color preview on #898EE1 background

This text has white color on #898EE1 background.