COLOR #8985BD

HEX: #8985BD RGB: (137,133,189)

Color info

#8985BD contains red, green and blue colors in about the same proportion. Web safe color of #8985BD is #9999CC (or #99C).

RGB color model

#8985BD color RGB value is (137,133,189).

RGB: (137,133,189) (54%, 52%, 74%)

RGB channels and saturation

R 137 of 255 = 54%
G 133 of 255 = 52%
B 189 of 255 = 74%

137
133
189

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

Portions of RGB colors in percentages

R + G + B = 137 + 133 + 189 = 459 (100%)
R 137 of 459 ~ 29.85%
G 133 of 459 ~ 28.98%
B 189 of 459 ~ 41.18'%

%29.85
%28.98
%41.18

CMYK color model

#8985BD color CMYK value is (28,30,0,26).

  • cyan value is 27.51%
  • magenta value is 29.63%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (28,30,0,26)
C28M30Y0K26 (28%, 30%, 0%, 26%)
(0.28 / 0.30 / 0.00 / 0.26)

CMYK percentages

%27.51
%29.63
%0
%25.88

Codes

Color #8985BD in popluar color models

89 85 BD
RGB 137 133 189
HSL 244° 29.79% 63.14%
HSB/HSV 244° 29.63% 74.12%
CMYK 27.51% 29.63% 0.00%
25.88%

Color #8985BD in popluar number systems.

HEX 89 85 BD
Decimal 137 133 189
Binary 10001001 10000101 10111101
Octal 211 205 275

Shades and tints

Shades of #8985BD

#8985BD
(137,133,189)
#7D79AC
(125,121,172)
#716D9B
(113,109,155)
#65618A
(101,97,138)
#595579
(89,85,121)
#4D4968
(77,73,104)
#413D57
(65,61,87)
#353146
(53,49,70)
#292535
(41,37,53)
#1D1924
(29,25,36)
#110D13
(17,13,19)
#000000
(0,0,0)

Tints of #8985BD

#8985BD
(137,133,189)
#9390C3
(147,144,195)
#9D9BC9
(157,155,201)
#A7A6CF
(167,166,207)
#B1B1D5
(177,177,213)
#BBBCDB
(187,188,219)
#C5C7E1
(197,199,225)
#CFD2E7
(207,210,231)
#D9DDED
(217,221,237)
#E3E8F3
(227,232,243)
#EDF3F9
(237,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8985BD color. Also use rgb(137,133,189) instead hex code.

Text Font Color

.myTextColor { color: #8985BD; }

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

This text font color is #8985BD.

Background Color

.myBgColor { background-color: #8985BD; }

<div style="background-color:#8985BD">Inner text</div>

This div background color is #8985BD.

Border color

.myBorderColor { border: 1px solid #8985BD; }

<div style="border:3px solid #8985BD">Div</div>

This div border color is #8985BD.

Opacity

.myOpacity80 { color: #8985BD; opacity: 0.8; }

<p style="color:#8985BD;opacity:0.8;">80%</p>

Text with #8985BD 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 #8985BD;}

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

This text has shadow with #8985BD color.


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

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

This text has shadow with #8985BD primary color and red secondary color.


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

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

This text has shadow with #8985BD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8985BD.

Preview

Color preview on black background

This text has color #8985BD on black background.


Color preview on white background

This text has color #8985BD on white background.


Black color preview on #8985BD background

This text has black color on #8985BD background.


White color preview on #8985BD background

This text has white color on #8985BD background.


Related colors

Complementary color

Complementary color for #hex is #767A42.


I love getcolorcode.com

Triadic colors

1 #BD8985 and #85BD89 with #8985BD are triadic colors.

2 #BD8589 and #8589BD with #8985BD are triadic colors.