COLOR #897BBD

HEX: #897BBD
RGB: (137,123,189)

Color info

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

RGB color model

#897BBD color RGB value is (137,123,189).

  • red value is 137;
  • green value is 123;
  • blue value is 189.
RGB:
(137,123,189)
(54%,48%,74%)

RGB channels and saturation

R 137 of 255 = 54%
G 123 of 255 = 48%
B 189 of 255 = 74%

137
123
189

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

Portions of RGB colors in percentages

R + G + B =
137 + 123 + 189 = 449 (100%)
R 137 of 449 ~ 30.51%
G 123 of 449 ~ 27.39%
B 189 of 449 ~ 42.09%

%30.51
%27.39
%42.09

CMYK color model

#897BBD color CMYK value is (28,35,0,26).

  • cyan value is 27.51%
  • magenta value is 34.92%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(28,35,0,26)
C28M35Y0K26 
(28%,35%,0%,26%)
(0.28/0.35/0.00/0.26)	

CMYK percentages

%27.51
%34.92
%0
%25.88

Codes

Color #897BBD in popluar color models

897BBD
RGB137123189
HSL253°33.33%61.18%
HSB/HSV253°34.92%74.12%
CMYK27.51%34.92%0.00%
25.88%

Color #897BBD in popluar number systems.

HEX897BBD
Decimal137123189
Binary10001001111101110111101
Octal211173275

Shades and tints

Shades of #897BBD

#897BBD
(137,123,189)
#7D70AC
(125,112,172)
#71659B
(113,101,155)
#655A8A
(101,90,138)
#594F79
(89,79,121)
#4D4468
(77,68,104)
#413957
(65,57,87)
#352E46
(53,46,70)
#292335
(41,35,53)
#1D1824
(29,24,36)
#110D13
(17,13,19)
#000000
(0,0,0)

Tints of #897BBD

#897BBD
(137,123,189)
#9387C3
(147,135,195)
#9D93C9
(157,147,201)
#A79FCF
(167,159,207)
#B1ABD5
(177,171,213)
#BBB7DB
(187,183,219)
#C5C3E1
(197,195,225)
#CFCFE7
(207,207,231)
#D9DBED
(217,219,237)
#E3E7F3
(227,231,243)
#EDF3F9
(237,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897BBD color. Also use rgb(137,123,189) instead hex code.

Text Font Color

.myTextColor { color: #897BBD; }

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

This text font color is #897BBD.


Background Color

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

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

This div background color is #897BBD.


Border color

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

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

This div border color is #897BBD.


Opacity

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

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

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

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

This text has shadow with #897BBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897BBD on black background.


Color preview on white background

This text has color #897BBD on white background.



Black color preview on #897BBD background

This text has black color on #897BBD background.


White color preview on #897BBD background

This text has white color on #897BBD background.