COLOR #898DC2

HEX: #898DC2 RGB: (137,141,194)

Color info

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

RGB color model

#898DC2 color RGB value is (137,141,194).

RGB: (137,141,194) (54%, 55%, 76%)

RGB channels and saturation

R 137 of 255 = 54%
G 141 of 255 = 55%
B 194 of 255 = 76%

137
141
194

R + G + B ~ 62%. #898DC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 141 + 194 = 472 (100%)
R 137 of 472 ~ 29.03%
G 141 of 472 ~ 29.87%
B 194 of 472 ~ 41.1'%

%29.03
%29.87
%41.1

CMYK color model

#898DC2 color CMYK value is (29,27,0,24).

  • cyan value is 29.38%
  • magenta value is 27.32%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (29,27,0,24)
C29M27Y0K24 (29%, 27%, 0%, 24%)
(0.29 / 0.27 / 0.00 / 0.24)

CMYK percentages

%29.38
%27.32
%0
%23.92

Codes

Color #898DC2 in popluar color models

89 8D C2
RGB 137 141 194
HSL 236° 31.84% 64.90%
HSB/HSV 236° 29.38% 76.08%
CMYK 29.38% 27.32% 0.00%
23.92%

Color #898DC2 in popluar number systems.

HEX 89 8D C2
Decimal 137 141 194
Binary 10001001 10001101 11000010
Octal 211 215 302

Shades and tints

Shades of #898DC2

#898DC2
(137,141,194)
#7D81B1
(125,129,177)
#7175A0
(113,117,160)
#65698F
(101,105,143)
#595D7E
(89,93,126)
#4D516D
(77,81,109)
#41455C
(65,69,92)
#35394B
(53,57,75)
#292D3A
(41,45,58)
#1D2129
(29,33,41)
#111518
(17,21,24)
#000000
(0,0,0)

Tints of #898DC2

#898DC2
(137,141,194)
#9397C7
(147,151,199)
#9DA1CC
(157,161,204)
#A7ABD1
(167,171,209)
#B1B5D6
(177,181,214)
#BBBFDB
(187,191,219)
#C5C9E0
(197,201,224)
#CFD3E5
(207,211,229)
#D9DDEA
(217,221,234)
#E3E7EF
(227,231,239)
#EDF1F4
(237,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898DC2 color. Also use rgb(137,141,194) instead hex code.

Text Font Color

.myTextColor { color: #898DC2; }

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

This text font color is #898DC2.

Background Color

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

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

This div background color is #898DC2.

Border color

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

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

This div border color is #898DC2.

Opacity

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

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

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

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

This text has shadow with #898DC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898DC2.

Preview

Color preview on black background

This text has color #898DC2 on black background.


Color preview on white background

This text has color #898DC2 on white background.


Black color preview on #898DC2 background

This text has black color on #898DC2 background.


White color preview on #898DC2 background

This text has white color on #898DC2 background.


Related colors

Complementary color

Complementary color for #hex is #76723D.


I love getcolorcode.com

Triadic colors

1 #C2898D and #8DC289 with #898DC2 are triadic colors.

2 #C28D89 and #8D89C2 with #898DC2 are triadic colors.