COLOR #897FFB

HEX: #897FFB
RGB: (137,127,251)

Color info

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

RGB color model

#897FFB color RGB value is (137,127,251).

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

RGB channels and saturation

R 137 of 255 = 54%
G 127 of 255 = 50%
B 251 of 255 = 98%

137
127
251

R + G + B ~ 67%. #897FFB is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 127 + 251 = 515 (100%)
R 137 of 515 ~ 26.6%
G 127 of 515 ~ 24.66%
B 251 of 515 ~ 48.74%

%26.6
%24.66
%48.74

CMYK color model

#897FFB color CMYK value is (45,49,0,2).

  • cyan value is 45.42%
  • magenta value is 49.40%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(45,49,0,2)
C45M49Y0K2 
(45%,49%,0%,2%)
(0.45/0.49/0.00/0.02)	

CMYK percentages

%45.42
%49.4
%0
%1.57

Codes

Color #897FFB in popluar color models

897FFB
RGB137127251
HSL245°93.94%74.12%
HSB/HSV245°49.40%98.43%
CMYK45.42%49.40%0.00%
1.57%

Color #897FFB in popluar number systems.

HEX897FFB
Decimal137127251
Binary10001001111111111111011
Octal211177373

Shades and tints

Shades of #897FFB

#897FFB
(137,127,251)
#7D74E5
(125,116,229)
#7169CF
(113,105,207)
#655EB9
(101,94,185)
#5953A3
(89,83,163)
#4D488D
(77,72,141)
#413D77
(65,61,119)
#353261
(53,50,97)
#29274B
(41,39,75)
#1D1C35
(29,28,53)
#11111F
(17,17,31)
#000000
(0,0,0)

Tints of #897FFB

#897FFB
(137,127,251)
#938AFB
(147,138,251)
#9D95FB
(157,149,251)
#A7A0FB
(167,160,251)
#B1ABFB
(177,171,251)
#BBB6FB
(187,182,251)
#C5C1FB
(197,193,251)
#CFCCFB
(207,204,251)
#D9D7FB
(217,215,251)
#E3E2FB
(227,226,251)
#EDEDFB
(237,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897FFB; }

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

This text font color is #897FFB.


Background Color

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

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

This div background color is #897FFB.


Border color

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

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

This div border color is #897FFB.


Opacity

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

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

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

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

This text has shadow with #897FFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897FFB on black background.


Color preview on white background

This text has color #897FFB on white background.



Black color preview on #897FFB background

This text has black color on #897FFB background.


White color preview on #897FFB background

This text has white color on #897FFB background.