COLOR #897FF3

HEX: #897FF3
RGB: (137,127,243)

Color info

#897FF3 contains mainly blue color. Web safe color of #897FF3 is #9966FF (or #96F).

RGB color model

#897FF3 color RGB value is (137,127,243).

  • red value is 137;
  • green value is 127;
  • blue value is 243.
RGB:
(137,127,243)
(54%,50%,95%)

RGB channels and saturation

R 137 of 255 = 54%
G 127 of 255 = 50%
B 243 of 255 = 95%

137
127
243

R + G + B ~ 66%. #897FF3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 127 + 243 = 507 (100%)
R 137 of 507 ~ 27.02%
G 127 of 507 ~ 25.05%
B 243 of 507 ~ 47.93%

%27.02
%25.05
%47.93

CMYK color model

#897FF3 color CMYK value is (44,48,0,5).

  • cyan value is 43.62%
  • magenta value is 47.74%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(44,48,0,5)
C44M48Y0K5 
(44%,48%,0%,5%)
(0.44/0.48/0.00/0.05)	

CMYK percentages

%43.62
%47.74
%0
%4.71

Codes

Color #897FF3 in popluar color models

897FF3
RGB137127243
HSL245°82.86%72.55%
HSB/HSV245°47.74%95.29%
CMYK43.62%47.74%0.00%
4.71%

Color #897FF3 in popluar number systems.

HEX897FF3
Decimal137127243
Binary10001001111111111110011
Octal211177363

Shades and tints

Shades of #897FF3

#897FF3
(137,127,243)
#7D74DD
(125,116,221)
#7169C7
(113,105,199)
#655EB1
(101,94,177)
#59539B
(89,83,155)
#4D4885
(77,72,133)
#413D6F
(65,61,111)
#353259
(53,50,89)
#292743
(41,39,67)
#1D1C2D
(29,28,45)
#111117
(17,17,23)
#000000
(0,0,0)

Tints of #897FF3

#897FF3
(137,127,243)
#938AF4
(147,138,244)
#9D95F5
(157,149,245)
#A7A0F6
(167,160,246)
#B1ABF7
(177,171,247)
#BBB6F8
(187,182,248)
#C5C1F9
(197,193,249)
#CFCCFA
(207,204,250)
#D9D7FB
(217,215,251)
#E3E2FC
(227,226,252)
#EDEDFD
(237,237,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897FF3 color. Also use rgb(137,127,243) instead hex code.

Text Font Color

.myTextColor { color: #897FF3; }

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

This text font color is #897FF3.


Background Color

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

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

This div background color is #897FF3.


Border color

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

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

This div border color is #897FF3.


Opacity

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

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

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

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

This text has shadow with #897FF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897FF3 on black background.


Color preview on white background

This text has color #897FF3 on white background.



Black color preview on #897FF3 background

This text has black color on #897FF3 background.


White color preview on #897FF3 background

This text has white color on #897FF3 background.