COLOR #897CCF

HEX: #897CCF RGB: (137,124,207)

Color info

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

RGB color model

#897CCF color RGB value is (137,124,207).

RGB: (137,124,207) (54%, 49%, 81%)

RGB channels and saturation

R 137 of 255 = 54%
G 124 of 255 = 49%
B 207 of 255 = 81%

137
124
207

R + G + B ~ 61%. #897CCF is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 124 + 207 = 468 (100%)
R 137 of 468 ~ 29.27%
G 124 of 468 ~ 26.5%
B 207 of 468 ~ 44.23'%

%29.27
%26.5
%44.23

CMYK color model

#897CCF color CMYK value is (34,40,0,19).

  • cyan value is 33.82%
  • magenta value is 40.10%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (34,40,0,19)
C34M40Y0K19 (34%, 40%, 0%, 19%)
(0.34 / 0.40 / 0.00 / 0.19)

CMYK percentages

%33.82
%40.1
%0
%18.82

Codes

Color #897CCF in popluar color models

89 7C CF
RGB 137 124 207
HSL 249° 46.37% 64.90%
HSB/HSV 249° 40.10% 81.18%
CMYK 33.82% 40.10% 0.00%
18.82%

Color #897CCF in popluar number systems.

HEX 89 7C CF
Decimal 137 124 207
Binary 10001001 1111100 11001111
Octal 211 174 317

Shades and tints

Shades of #897CCF

#897CCF
(137,124,207)
#7D71BD
(125,113,189)
#7166AB
(113,102,171)
#655B99
(101,91,153)
#595087
(89,80,135)
#4D4575
(77,69,117)
#413A63
(65,58,99)
#352F51
(53,47,81)
#29243F
(41,36,63)
#1D192D
(29,25,45)
#110E1B
(17,14,27)
#000000
(0,0,0)

Tints of #897CCF

#897CCF
(137,124,207)
#9387D3
(147,135,211)
#9D92D7
(157,146,215)
#A79DDB
(167,157,219)
#B1A8DF
(177,168,223)
#BBB3E3
(187,179,227)
#C5BEE7
(197,190,231)
#CFC9EB
(207,201,235)
#D9D4EF
(217,212,239)
#E3DFF3
(227,223,243)
#EDEAF7
(237,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897CCF; }

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

This text font color is #897CCF.

Background Color

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

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

This div background color is #897CCF.

Border color

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

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

This div border color is #897CCF.

Opacity

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

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

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

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

This text has shadow with #897CCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #897CCF.

Preview

Color preview on black background

This text has color #897CCF on black background.


Color preview on white background

This text has color #897CCF on white background.


Black color preview on #897CCF background

This text has black color on #897CCF background.


White color preview on #897CCF background

This text has white color on #897CCF background.


Related colors

Complementary color

Complementary color for #hex is #768330.


I love getcolorcode.com

Triadic colors

1 #CF897C and #7CCF89 with #897CCF are triadic colors.

2 #CF7C89 and #7C89CF with #897CCF are triadic colors.