COLOR #897EDE

HEX: #897EDE
RGB: (137,126,222)

Color info

#897EDE contains mainly blue color. Web safe color of #897EDE is #9966CC (or #96C).

RGB color model

#897EDE color RGB value is (137,126,222).

  • red value is 137;
  • green value is 126;
  • blue value is 222.
RGB:
(137,126,222)
(54%,49%,87%)

RGB channels and saturation

R 137 of 255 = 54%
G 126 of 255 = 49%
B 222 of 255 = 87%

137
126
222

R + G + B ~ 63%. #897EDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 126 + 222 = 485 (100%)
R 137 of 485 ~ 28.25%
G 126 of 485 ~ 25.98%
B 222 of 485 ~ 45.77%

%28.25
%25.98
%45.77

CMYK color model

#897EDE color CMYK value is (38,43,0,13).

  • cyan value is 38.29%
  • magenta value is 43.24%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(38,43,0,13)
C38M43Y0K13 
(38%,43%,0%,13%)
(0.38/0.43/0.00/0.13)	

CMYK percentages

%38.29
%43.24
%0
%12.94

Codes

Color #897EDE in popluar color models

897EDE
RGB137126222
HSL247°59.26%68.24%
HSB/HSV247°43.24%87.06%
CMYK38.29%43.24%0.00%
12.94%

Color #897EDE in popluar number systems.

HEX897EDE
Decimal137126222
Binary10001001111111011011110
Octal211176336

Shades and tints

Shades of #897EDE

#897EDE
(137,126,222)
#7D73CA
(125,115,202)
#7168B6
(113,104,182)
#655DA2
(101,93,162)
#59528E
(89,82,142)
#4D477A
(77,71,122)
#413C66
(65,60,102)
#353152
(53,49,82)
#29263E
(41,38,62)
#1D1B2A
(29,27,42)
#111016
(17,16,22)
#000000
(0,0,0)

Tints of #897EDE

#897EDE
(137,126,222)
#9389E1
(147,137,225)
#9D94E4
(157,148,228)
#A79FE7
(167,159,231)
#B1AAEA
(177,170,234)
#BBB5ED
(187,181,237)
#C5C0F0
(197,192,240)
#CFCBF3
(207,203,243)
#D9D6F6
(217,214,246)
#E3E1F9
(227,225,249)
#EDECFC
(237,236,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897EDE color. Also use rgb(137,126,222) instead hex code.

Text Font Color

.myTextColor { color: #897EDE; }

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

This text font color is #897EDE.


Background Color

.myBgColor { background-color: #897EDE; }

<div style="background-color:#897EDE">Inner text</div>

This div background color is #897EDE.


Border color

.myBorderColor { border: 1px solid #897EDE; }

<div style="border:3px solid #897EDE">Div</div>

This div border color is #897EDE.


Opacity

.myOpacity80 { color: #897EDE; opacity: 0.8; }

<p style="color:#897EDE;opacity:0.8;">80%</p>

Text with #897EDE 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 #897EDE;}

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

This text has shadow with #897EDE color.

.textShadow {text-shadow: 3px 3px 1px #897EDE, 3px 3px 1px red;}

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

This text has shadow with #897EDE primary color and red secondary color.


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

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

This text has shadow with #897EDE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897EDE on black background.


Color preview on white background

This text has color #897EDE on white background.



Black color preview on #897EDE background

This text has black color on #897EDE background.


White color preview on #897EDE background

This text has white color on #897EDE background.