COLOR #897AFF

HEX: #897AFF
RGB: (137,122,255)

Color info

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

RGB color model

#897AFF color RGB value is (137,122,255).

  • red value is 137;
  • green value is 122;
  • blue value is 255.
RGB:
(137,122,255)
(54%,48%,100%)

RGB channels and saturation

R 137 of 255 = 54%
G 122 of 255 = 48%
B 255 of 255 = 100%

137
122
255

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

Portions of RGB colors in percentages

R + G + B =
137 + 122 + 255 = 514 (100%)
R 137 of 514 ~ 26.65%
G 122 of 514 ~ 23.74%
B 255 of 514 ~ 49.61%

%26.65
%23.74
%49.61

CMYK color model

#897AFF color CMYK value is (46,52,0,0).

  • cyan value is 46.27%
  • magenta value is 52.16%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(46,52,0,0)
C46M52Y0K0 
(46%,52%,0%,0%)
(0.46/0.52/0.00/0.00)	

CMYK percentages

%46.27
%52.16
%0
%0

Codes

Color #897AFF in popluar color models

897AFF
RGB137122255
HSL247°100.00%73.92%
HSB/HSV247°52.16%100.00%
CMYK46.27%52.16%0.00%
0.00%

Color #897AFF in popluar number systems.

HEX897AFF
Decimal137122255
Binary10001001111101011111111
Octal211172377

Shades and tints

Shades of #897AFF

#897AFF
(137,122,255)
#7D6FE8
(125,111,232)
#7164D1
(113,100,209)
#6559BA
(101,89,186)
#594EA3
(89,78,163)
#4D438C
(77,67,140)
#413875
(65,56,117)
#352D5E
(53,45,94)
#292247
(41,34,71)
#1D1730
(29,23,48)
#110C19
(17,12,25)
#000000
(0,0,0)

Tints of #897AFF

#897AFF
(137,122,255)
#9386FF
(147,134,255)
#9D92FF
(157,146,255)
#A79EFF
(167,158,255)
#B1AAFF
(177,170,255)
#BBB6FF
(187,182,255)
#C5C2FF
(197,194,255)
#CFCEFF
(207,206,255)
#D9DAFF
(217,218,255)
#E3E6FF
(227,230,255)
#EDF2FF
(237,242,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897AFF color. Also use rgb(137,122,255) instead hex code.

Text Font Color

.myTextColor { color: #897AFF; }

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

This text font color is #897AFF.


Background Color

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

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

This div background color is #897AFF.


Border color

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

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

This div border color is #897AFF.


Opacity

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

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

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

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

This text has shadow with #897AFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897AFF on black background.


Color preview on white background

This text has color #897AFF on white background.



Black color preview on #897AFF background

This text has black color on #897AFF background.


White color preview on #897AFF background

This text has white color on #897AFF background.