COLOR #898FDC

HEX: #898FDC RGB: (137,143,220)

Color info

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

RGB color model

#898FDC color RGB value is (137,143,220).

RGB: (137,143,220) (54%, 56%, 86%)

RGB channels and saturation

R 137 of 255 = 54%
G 143 of 255 = 56%
B 220 of 255 = 86%

137
143
220

R + G + B ~ 65%. #898FDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 143 + 220 = 500 (100%)
R 137 of 500 ~ 27.4%
G 143 of 500 ~ 28.6%
B 220 of 500 ~ 44'%

%27.4
%28.6
%44

CMYK color model

#898FDC color CMYK value is (38,35,0,14).

  • cyan value is 37.73%
  • magenta value is 35.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (38,35,0,14) C38M35Y0K14 (38%,35%,0%,14%) (0.38/0.35/0.00/0.14) 

CMYK percentages

%37.73
%35
%0
%13.73

Codes

Color #898FDC in popluar color models

89 8F DC
RGB 137 143 220
HSL 236° 54.25% 70.00%
HSB/HSV 236° 37.73% 86.27%
CMYK 37.73% 35.00% 0.00%
13.73%

Color #898FDC in popluar number systems.

HEX 89 8F DC
Decimal 137 143 220
Binary 10001001 10001111 11011100
Octal 211 217 334

Shades and tints

Shades of #898FDC

#898FDC
(137,143,220)
#7D82C8
(125,130,200)
#7175B4
(113,117,180)
#6568A0
(101,104,160)
#595B8C
(89,91,140)
#4D4E78
(77,78,120)
#414164
(65,65,100)
#353450
(53,52,80)
#29273C
(41,39,60)
#1D1A28
(29,26,40)
#110D14
(17,13,20)
#000000
(0,0,0)

Tints of #898FDC

#898FDC
(137,143,220)
#9399DF
(147,153,223)
#9DA3E2
(157,163,226)
#A7ADE5
(167,173,229)
#B1B7E8
(177,183,232)
#BBC1EB
(187,193,235)
#C5CBEE
(197,203,238)
#CFD5F1
(207,213,241)
#D9DFF4
(217,223,244)
#E3E9F7
(227,233,247)
#EDF3FA
(237,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898FDC; }

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

This text font color is #898FDC.

Background Color

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

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

This div background color is #898FDC.

Border color

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

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

This div border color is #898FDC.

Opacity

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

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

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

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

This text has shadow with #898FDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898FDC.

Preview

Color preview on black background

This text has color #898FDC on black background.


Color preview on white background

This text has color #898FDC on white background.


Black color preview on #898FDC background

This text has black color on #898FDC background.


White color preview on #898FDC background

This text has white color on #898FDC background.


Related colors

Complementary color

Complementary color for #hex is #767023.


I love getcolorcode.com

Triadic colors

1 #DC898F and #8FDC89 with #898FDC are triadic colors.

2 #DC8F89 and #8F89DC with #898FDC are triadic colors.