COLOR #897CC2

HEX: #897CC2
RGB: (137,124,194)

Color info

#897CC2 contains mainly red and blue colors. Web safe color of #897CC2 is #9966CC (or #96C).

RGB color model

#897CC2 color RGB value is (137,124,194).

  • red value is 137;
  • green value is 124;
  • blue value is 194.
RGB:
(137,124,194)
(54%,49%,76%)

RGB channels and saturation

R 137 of 255 = 54%
G 124 of 255 = 49%
B 194 of 255 = 76%

137
124
194

R + G + B ~ 60%. #897CC2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 124 + 194 = 455 (100%)
R 137 of 455 ~ 30.11%
G 124 of 455 ~ 27.25%
B 194 of 455 ~ 42.64%

%30.11
%27.25
%42.64

CMYK color model

#897CC2 color CMYK value is (29,36,0,24).

  • cyan value is 29.38%
  • magenta value is 36.08%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(29,36,0,24)
C29M36Y0K24 
(29%,36%,0%,24%)
(0.29/0.36/0.00/0.24)	

CMYK percentages

%29.38
%36.08
%0
%23.92

Codes

Color #897CC2 in popluar color models

897CC2
RGB137124194
HSL251°36.46%62.35%
HSB/HSV251°36.08%76.08%
CMYK29.38%36.08%0.00%
23.92%

Color #897CC2 in popluar number systems.

HEX897CC2
Decimal137124194
Binary10001001111110011000010
Octal211174302

Shades and tints

Shades of #897CC2

#897CC2
(137,124,194)
#7D71B1
(125,113,177)
#7166A0
(113,102,160)
#655B8F
(101,91,143)
#59507E
(89,80,126)
#4D456D
(77,69,109)
#413A5C
(65,58,92)
#352F4B
(53,47,75)
#29243A
(41,36,58)
#1D1929
(29,25,41)
#110E18
(17,14,24)
#000000
(0,0,0)

Tints of #897CC2

#897CC2
(137,124,194)
#9387C7
(147,135,199)
#9D92CC
(157,146,204)
#A79DD1
(167,157,209)
#B1A8D6
(177,168,214)
#BBB3DB
(187,179,219)
#C5BEE0
(197,190,224)
#CFC9E5
(207,201,229)
#D9D4EA
(217,212,234)
#E3DFEF
(227,223,239)
#EDEAF4
(237,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897CC2 color. Also use rgb(137,124,194) instead hex code.

Text Font Color

.myTextColor { color: #897CC2; }

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

This text font color is #897CC2.


Background Color

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

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

This div background color is #897CC2.


Border color

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

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

This div border color is #897CC2.


Opacity

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

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

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

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

This text has shadow with #897CC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897CC2 on black background.


Color preview on white background

This text has color #897CC2 on white background.



Black color preview on #897CC2 background

This text has black color on #897CC2 background.


White color preview on #897CC2 background

This text has white color on #897CC2 background.