COLOR #898BED

HEX: #898BED
RGB: (137,139,237)

Color info

#898BED contains mainly blue color. Web safe color of #898BED is #9999FF (or #99F).

RGB color model

#898BED color RGB value is (137,139,237).

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

RGB channels and saturation

R 137 of 255 = 54%
G 139 of 255 = 55%
B 237 of 255 = 93%

137
139
237

R + G + B ~ 67%. #898BED is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 139 + 237 = 513 (100%)
R 137 of 513 ~ 26.71%
G 139 of 513 ~ 27.1%
B 237 of 513 ~ 46.2%

%26.71
%27.1
%46.2

CMYK color model

#898BED color CMYK value is (42,41,0,7).

  • cyan value is 42.19%
  • magenta value is 41.35%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(42,41,0,7)
C42M41Y0K7 
(42%,41%,0%,7%)
(0.42/0.41/0.00/0.07)	

CMYK percentages

%42.19
%41.35
%0
%7.06

Codes

Color #898BED in popluar color models

898BED
RGB137139237
HSL239°73.53%73.33%
HSB/HSV239°42.19%92.94%
CMYK42.19%41.35%0.00%
7.06%

Color #898BED in popluar number systems.

HEX898BED
Decimal137139237
Binary100010011000101111101101
Octal211213355

Shades and tints

Shades of #898BED

#898BED
(137,139,237)
#7D7FD8
(125,127,216)
#7173C3
(113,115,195)
#6567AE
(101,103,174)
#595B99
(89,91,153)
#4D4F84
(77,79,132)
#41436F
(65,67,111)
#35375A
(53,55,90)
#292B45
(41,43,69)
#1D1F30
(29,31,48)
#11131B
(17,19,27)
#000000
(0,0,0)

Tints of #898BED

#898BED
(137,139,237)
#9395EE
(147,149,238)
#9D9FEF
(157,159,239)
#A7A9F0
(167,169,240)
#B1B3F1
(177,179,241)
#BBBDF2
(187,189,242)
#C5C7F3
(197,199,243)
#CFD1F4
(207,209,244)
#D9DBF5
(217,219,245)
#E3E5F6
(227,229,246)
#EDEFF7
(237,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898BED; }

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

This text font color is #898BED.


Background Color

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

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

This div background color is #898BED.


Border color

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

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

This div border color is #898BED.


Opacity

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

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

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

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

This text has shadow with #898BED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898BED on black background.


Color preview on white background

This text has color #898BED on white background.



Black color preview on #898BED background

This text has black color on #898BED background.


White color preview on #898BED background

This text has white color on #898BED background.