COLOR #898BE0

HEX: #898BE0
RGB: (137,139,224)

Color info

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

RGB color model

#898BE0 color RGB value is (137,139,224).

  • red value is 137;
  • green value is 139;
  • blue value is 224.
RGB:
(137,139,224)
(54%,55%,88%)

RGB channels and saturation

R 137 of 255 = 54%
G 139 of 255 = 55%
B 224 of 255 = 88%

137
139
224

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

Portions of RGB colors in percentages

R + G + B =
137 + 139 + 224 = 500 (100%)
R 137 of 500 ~ 27.4%
G 139 of 500 ~ 27.8%
B 224 of 500 ~ 44.8%

%27.4
%27.8
%44.8

CMYK color model

#898BE0 color CMYK value is (39,38,0,12).

  • cyan value is 38.84%
  • magenta value is 37.95%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(39,38,0,12)
C39M38Y0K12 
(39%,38%,0%,12%)
(0.39/0.38/0.00/0.12)	

CMYK percentages

%38.84
%37.95
%0
%12.16

Codes

Color #898BE0 in popluar color models

898BE0
RGB137139224
HSL239°58.39%70.78%
HSB/HSV239°38.84%87.84%
CMYK38.84%37.95%0.00%
12.16%

Color #898BE0 in popluar number systems.

HEX898BE0
Decimal137139224
Binary100010011000101111100000
Octal211213340

Shades and tints

Shades of #898BE0

#898BE0
(137,139,224)
#7D7FCC
(125,127,204)
#7173B8
(113,115,184)
#6567A4
(101,103,164)
#595B90
(89,91,144)
#4D4F7C
(77,79,124)
#414368
(65,67,104)
#353754
(53,55,84)
#292B40
(41,43,64)
#1D1F2C
(29,31,44)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #898BE0

#898BE0
(137,139,224)
#9395E2
(147,149,226)
#9D9FE4
(157,159,228)
#A7A9E6
(167,169,230)
#B1B3E8
(177,179,232)
#BBBDEA
(187,189,234)
#C5C7EC
(197,199,236)
#CFD1EE
(207,209,238)
#D9DBF0
(217,219,240)
#E3E5F2
(227,229,242)
#EDEFF4
(237,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898BE0 color. Also use rgb(137,139,224) instead hex code.

Text Font Color

.myTextColor { color: #898BE0; }

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

This text font color is #898BE0.


Background Color

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

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

This div background color is #898BE0.


Border color

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

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

This div border color is #898BE0.


Opacity

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

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

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

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

This text has shadow with #898BE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898BE0 on black background.


Color preview on white background

This text has color #898BE0 on white background.



Black color preview on #898BE0 background

This text has black color on #898BE0 background.


White color preview on #898BE0 background

This text has white color on #898BE0 background.