COLOR #898BB4

HEX: #898BB4
RGB: (137,139,180)

Color info

#898BB4 contains red, green and blue colors in about the same proportion. Web safe color of #898BB4 is #9999CC (or #99C).

RGB color model

#898BB4 color RGB value is (137,139,180).

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

RGB channels and saturation

R 137 of 255 = 54%
G 139 of 255 = 55%
B 180 of 255 = 71%

137
139
180

R + G + B ~ 60%. #898BB4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 139 + 180 = 456 (100%)
R 137 of 456 ~ 30.04%
G 139 of 456 ~ 30.48%
B 180 of 456 ~ 39.47%

%30.04
%30.48
%39.47

CMYK color model

#898BB4 color CMYK value is (24,23,0,29).

  • cyan value is 23.89%
  • magenta value is 22.78%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(24,23,0,29)
C24M23Y0K29 
(24%,23%,0%,29%)
(0.24/0.23/0.00/0.29)	

CMYK percentages

%23.89
%22.78
%0
%29.41

Codes

Color #898BB4 in popluar color models

898BB4
RGB137139180
HSL237°22.28%62.16%
HSB/HSV237°23.89%70.59%
CMYK23.89%22.78%0.00%
29.41%

Color #898BB4 in popluar number systems.

HEX898BB4
Decimal137139180
Binary100010011000101110110100
Octal211213264

Shades and tints

Shades of #898BB4

#898BB4
(137,139,180)
#7D7FA4
(125,127,164)
#717394
(113,115,148)
#656784
(101,103,132)
#595B74
(89,91,116)
#4D4F64
(77,79,100)
#414354
(65,67,84)
#353744
(53,55,68)
#292B34
(41,43,52)
#1D1F24
(29,31,36)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #898BB4

#898BB4
(137,139,180)
#9395BA
(147,149,186)
#9D9FC0
(157,159,192)
#A7A9C6
(167,169,198)
#B1B3CC
(177,179,204)
#BBBDD2
(187,189,210)
#C5C7D8
(197,199,216)
#CFD1DE
(207,209,222)
#D9DBE4
(217,219,228)
#E3E5EA
(227,229,234)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898BB4; }

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

This text font color is #898BB4.


Background Color

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

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

This div background color is #898BB4.


Border color

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

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

This div border color is #898BB4.


Opacity

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

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

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

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

This text has shadow with #898BB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898BB4 on black background.


Color preview on white background

This text has color #898BB4 on white background.



Black color preview on #898BB4 background

This text has black color on #898BB4 background.


White color preview on #898BB4 background

This text has white color on #898BB4 background.