COLOR #8789B5

HEX: #8789B5 RGB: (135,137,181)

Color info

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

RGB color model

#8789B5 color RGB value is (135,137,181).

RGB: (135,137,181) (53%, 54%, 71%)

RGB channels and saturation

R 135 of 255 = 53%
G 137 of 255 = 54%
B 181 of 255 = 71%

135
137
181

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

Portions of RGB colors in percentages

R + G + B = 135 + 137 + 181 = 453 (100%)
R 135 of 453 ~ 29.8%
G 137 of 453 ~ 30.24%
B 181 of 453 ~ 39.96'%

%29.8
%30.24
%39.96

CMYK color model

#8789B5 color CMYK value is (25,24,0,29).

  • cyan value is 25.41%
  • magenta value is 24.31%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (25,24,0,29)
C25M24Y0K29 (25%, 24%, 0%, 29%)
(0.25 / 0.24 / 0.00 / 0.29)

CMYK percentages

%25.41
%24.31
%0
%29.02

Codes

Color #8789B5 in popluar color models

87 89 B5
RGB 135 137 181
HSL 237° 23.71% 61.96%
HSB/HSV 237° 25.41% 70.98%
CMYK 25.41% 24.31% 0.00%
29.02%

Color #8789B5 in popluar number systems.

HEX 87 89 B5
Decimal 135 137 181
Binary 10000111 10001001 10110101
Octal 207 211 265

Shades and tints

Shades of #8789B5

#8789B5
(135,137,181)
#7B7DA5
(123,125,165)
#6F7195
(111,113,149)
#636585
(99,101,133)
#575975
(87,89,117)
#4B4D65
(75,77,101)
#3F4155
(63,65,85)
#333545
(51,53,69)
#272935
(39,41,53)
#1B1D25
(27,29,37)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #8789B5

#8789B5
(135,137,181)
#9193BB
(145,147,187)
#9B9DC1
(155,157,193)
#A5A7C7
(165,167,199)
#AFB1CD
(175,177,205)
#B9BBD3
(185,187,211)
#C3C5D9
(195,197,217)
#CDCFDF
(205,207,223)
#D7D9E5
(215,217,229)
#E1E3EB
(225,227,235)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8789B5 color. Also use rgb(135,137,181) instead hex code.

Text Font Color

.myTextColor { color: #8789B5; }

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

This text font color is #8789B5.

Background Color

.myBgColor { background-color: #8789B5; }

<div style="background-color:#8789B5">Inner text</div>

This div background color is #8789B5.

Border color

.myBorderColor { border: 1px solid #8789B5; }

<div style="border:3px solid #8789B5">Div</div>

This div border color is #8789B5.

Opacity

.myOpacity80 { color: #8789B5; opacity: 0.8; }

<p style="color:#8789B5;opacity:0.8;">80%</p>

Text with #8789B5 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 #8789B5;}

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

This text has shadow with #8789B5 color.


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

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

This text has shadow with #8789B5 primary color and red secondary color.


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

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

This text has shadow with #8789B5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8789B5.

Preview

Color preview on black background

This text has color #8789B5 on black background.


Color preview on white background

This text has color #8789B5 on white background.


Black color preview on #8789B5 background

This text has black color on #8789B5 background.


White color preview on #8789B5 background

This text has white color on #8789B5 background.


Related colors

Complementary color

Complementary color for #hex is #78764A.


I love getcolorcode.com

Triadic colors

1 #B58789 and #89B587 with #8789B5 are triadic colors.

2 #B58987 and #8987B5 with #8789B5 are triadic colors.