COLOR #898ED4

HEX: #898ED4 RGB: (137,142,212)

Color info

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

RGB color model

#898ED4 color RGB value is (137,142,212).

RGB: (137,142,212) (54%, 56%, 83%)

RGB channels and saturation

R 137 of 255 = 54%
G 142 of 255 = 56%
B 212 of 255 = 83%

137
142
212

R + G + B ~ 64%. #898ED4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 142 + 212 = 491 (100%)
R 137 of 491 ~ 27.9%
G 142 of 491 ~ 28.92%
B 212 of 491 ~ 43.18'%

%27.9
%28.92
%43.18

CMYK color model

#898ED4 color CMYK value is (35,33,0,17).

  • cyan value is 35.38%
  • magenta value is 33.02%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (35,33,0,17)
C35M33Y0K17 (35%, 33%, 0%, 17%)
(0.35 / 0.33 / 0.00 / 0.17)

CMYK percentages

%35.38
%33.02
%0
%16.86

Codes

Color #898ED4 in popluar color models

89 8E D4
RGB 137 142 212
HSL 236° 46.58% 68.43%
HSB/HSV 236° 35.38% 83.14%
CMYK 35.38% 33.02% 0.00%
16.86%

Color #898ED4 in popluar number systems.

HEX 89 8E D4
Decimal 137 142 212
Binary 10001001 10001110 11010100
Octal 211 216 324

Shades and tints

Shades of #898ED4

#898ED4
(137,142,212)
#7D82C1
(125,130,193)
#7176AE
(113,118,174)
#656A9B
(101,106,155)
#595E88
(89,94,136)
#4D5275
(77,82,117)
#414662
(65,70,98)
#353A4F
(53,58,79)
#292E3C
(41,46,60)
#1D2229
(29,34,41)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #898ED4

#898ED4
(137,142,212)
#9398D7
(147,152,215)
#9DA2DA
(157,162,218)
#A7ACDD
(167,172,221)
#B1B6E0
(177,182,224)
#BBC0E3
(187,192,227)
#C5CAE6
(197,202,230)
#CFD4E9
(207,212,233)
#D9DEEC
(217,222,236)
#E3E8EF
(227,232,239)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898ED4; }

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

This text font color is #898ED4.

Background Color

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

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

This div background color is #898ED4.

Border color

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

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

This div border color is #898ED4.

Opacity

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

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

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

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

This text has shadow with #898ED4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898ED4.

Preview

Color preview on black background

This text has color #898ED4 on black background.


Color preview on white background

This text has color #898ED4 on white background.


Black color preview on #898ED4 background

This text has black color on #898ED4 background.


White color preview on #898ED4 background

This text has white color on #898ED4 background.


Related colors

Complementary color

Complementary color for #hex is #76712B.


I love getcolorcode.com

Triadic colors

1 #D4898E and #8ED489 with #898ED4 are triadic colors.

2 #D48E89 and #8E89D4 with #898ED4 are triadic colors.