COLOR #898FDE

HEX: #898FDE RGB: (137,143,222)

Color info

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

RGB color model

#898FDE color RGB value is (137,143,222).

RGB: (137,143,222) (54%, 56%, 87%)

RGB channels and saturation

R 137 of 255 = 54%
G 143 of 255 = 56%
B 222 of 255 = 87%

137
143
222

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

Portions of RGB colors in percentages

R + G + B = 137 + 143 + 222 = 502 (100%)
R 137 of 502 ~ 27.29%
G 143 of 502 ~ 28.49%
B 222 of 502 ~ 44.22'%

%27.29
%28.49
%44.22

CMYK color model

#898FDE color CMYK value is (38,36,0,13).

  • cyan value is 38.29%
  • magenta value is 35.59%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (38,36,0,13)
C38M36Y0K13 (38%, 36%, 0%, 13%)
(0.38 / 0.36 / 0.00 / 0.13)

CMYK percentages

%38.29
%35.59
%0
%12.94

Codes

Color #898FDE in popluar color models

89 8F DE
RGB 137 143 222
HSL 236° 56.29% 70.39%
HSB/HSV 236° 38.29% 87.06%
CMYK 38.29% 35.59% 0.00%
12.94%

Color #898FDE in popluar number systems.

HEX 89 8F DE
Decimal 137 143 222
Binary 10001001 10001111 11011110
Octal 211 217 336

Shades and tints

Shades of #898FDE

#898FDE
(137,143,222)
#7D82CA
(125,130,202)
#7175B6
(113,117,182)
#6568A2
(101,104,162)
#595B8E
(89,91,142)
#4D4E7A
(77,78,122)
#414166
(65,65,102)
#353452
(53,52,82)
#29273E
(41,39,62)
#1D1A2A
(29,26,42)
#110D16
(17,13,22)
#000000
(0,0,0)

Tints of #898FDE

#898FDE
(137,143,222)
#9399E1
(147,153,225)
#9DA3E4
(157,163,228)
#A7ADE7
(167,173,231)
#B1B7EA
(177,183,234)
#BBC1ED
(187,193,237)
#C5CBF0
(197,203,240)
#CFD5F3
(207,213,243)
#D9DFF6
(217,223,246)
#E3E9F9
(227,233,249)
#EDF3FC
(237,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898FDE color. Also use rgb(137,143,222) instead hex code.

Text Font Color

.myTextColor { color: #898FDE; }

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

This text font color is #898FDE.

Background Color

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

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

This div background color is #898FDE.

Border color

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

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

This div border color is #898FDE.

Opacity

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

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

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

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

This text has shadow with #898FDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898FDE.

Preview

Color preview on black background

This text has color #898FDE on black background.


Color preview on white background

This text has color #898FDE on white background.


Black color preview on #898FDE background

This text has black color on #898FDE background.


White color preview on #898FDE background

This text has white color on #898FDE background.


Related colors

Complementary color

Complementary color for #hex is #767021.


I love getcolorcode.com

Triadic colors

1 #DE898F and #8FDE89 with #898FDE are triadic colors.

2 #DE8F89 and #8F89DE with #898FDE are triadic colors.