COLOR #898FE8

HEX: #898FE8
RGB: (137,143,232)

Color info

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

RGB color model

#898FE8 color RGB value is (137,143,232).

  • red value is 137;
  • green value is 143;
  • blue value is 232.
RGB:
(137,143,232)
(54%,56%,91%)

RGB channels and saturation

R 137 of 255 = 54%
G 143 of 255 = 56%
B 232 of 255 = 91%

137
143
232

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

Portions of RGB colors in percentages

R + G + B =
137 + 143 + 232 = 512 (100%)
R 137 of 512 ~ 26.76%
G 143 of 512 ~ 27.93%
B 232 of 512 ~ 45.31%

%26.76
%27.93
%45.31

CMYK color model

#898FE8 color CMYK value is (41,38,0,9).

  • cyan value is 40.95%
  • magenta value is 38.36%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(41,38,0,9)
C41M38Y0K9 
(41%,38%,0%,9%)
(0.41/0.38/0.00/0.09)	

CMYK percentages

%40.95
%38.36
%0
%9.02

Codes

Color #898FE8 in popluar color models

898FE8
RGB137143232
HSL236°67.38%72.35%
HSB/HSV236°40.95%90.98%
CMYK40.95%38.36%0.00%
9.02%

Color #898FE8 in popluar number systems.

HEX898FE8
Decimal137143232
Binary100010011000111111101000
Octal211217350

Shades and tints

Shades of #898FE8

#898FE8
(137,143,232)
#7D82D3
(125,130,211)
#7175BE
(113,117,190)
#6568A9
(101,104,169)
#595B94
(89,91,148)
#4D4E7F
(77,78,127)
#41416A
(65,65,106)
#353455
(53,52,85)
#292740
(41,39,64)
#1D1A2B
(29,26,43)
#110D16
(17,13,22)
#000000
(0,0,0)

Tints of #898FE8

#898FE8
(137,143,232)
#9399EA
(147,153,234)
#9DA3EC
(157,163,236)
#A7ADEE
(167,173,238)
#B1B7F0
(177,183,240)
#BBC1F2
(187,193,242)
#C5CBF4
(197,203,244)
#CFD5F6
(207,213,246)
#D9DFF8
(217,223,248)
#E3E9FA
(227,233,250)
#EDF3FC
(237,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898FE8; }

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

This text font color is #898FE8.


Background Color

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

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

This div background color is #898FE8.


Border color

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

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

This div border color is #898FE8.


Opacity

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

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

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

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

This text has shadow with #898FE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898FE8 on black background.


Color preview on white background

This text has color #898FE8 on white background.



Black color preview on #898FE8 background

This text has black color on #898FE8 background.


White color preview on #898FE8 background

This text has white color on #898FE8 background.