COLOR #8489B8

HEX: #8489B8 RGB: (132,137,184)

Color info

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

RGB color model

#8489B8 color RGB value is (132,137,184).

RGB: (132,137,184) (52%, 54%, 72%)

RGB channels and saturation

R 132 of 255 = 52%
G 137 of 255 = 54%
B 184 of 255 = 72%

132
137
184

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

Portions of RGB colors in percentages

R + G + B = 132 + 137 + 184 = 453 (100%)
R 132 of 453 ~ 29.14%
G 137 of 453 ~ 30.24%
B 184 of 453 ~ 40.62'%

%29.14
%30.24
%40.62

CMYK color model

#8489B8 color CMYK value is (28,26,0,28).

  • cyan value is 28.26%
  • magenta value is 25.54%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (28,26,0,28)
C28M26Y0K28 (28%, 26%, 0%, 28%)
(0.28 / 0.26 / 0.00 / 0.28)

CMYK percentages

%28.26
%25.54
%0
%27.84

Codes

Color #8489B8 in popluar color models

84 89 B8
RGB 132 137 184
HSL 234° 26.80% 61.96%
HSB/HSV 234° 28.26% 72.16%
CMYK 28.26% 25.54% 0.00%
27.84%

Color #8489B8 in popluar number systems.

HEX 84 89 B8
Decimal 132 137 184
Binary 10000100 10001001 10111000
Octal 204 211 270

Shades and tints

Shades of #8489B8

#8489B8
(132,137,184)
#787DA8
(120,125,168)
#6C7198
(108,113,152)
#606588
(96,101,136)
#545978
(84,89,120)
#484D68
(72,77,104)
#3C4158
(60,65,88)
#303548
(48,53,72)
#242938
(36,41,56)
#181D28
(24,29,40)
#0C1118
(12,17,24)
#000000
(0,0,0)

Tints of #8489B8

#8489B8
(132,137,184)
#8F93BE
(143,147,190)
#9A9DC4
(154,157,196)
#A5A7CA
(165,167,202)
#B0B1D0
(176,177,208)
#BBBBD6
(187,187,214)
#C6C5DC
(198,197,220)
#D1CFE2
(209,207,226)
#DCD9E8
(220,217,232)
#E7E3EE
(231,227,238)
#F2EDF4
(242,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8489B8 color. Also use rgb(132,137,184) instead hex code.

Text Font Color

.myTextColor { color: #8489B8; }

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

This text font color is #8489B8.

Background Color

.myBgColor { background-color: #8489B8; }

<div style="background-color:#8489B8">Inner text</div>

This div background color is #8489B8.

Border color

.myBorderColor { border: 1px solid #8489B8; }

<div style="border:3px solid #8489B8">Div</div>

This div border color is #8489B8.

Opacity

.myOpacity80 { color: #8489B8; opacity: 0.8; }

<p style="color:#8489B8;opacity:0.8;">80%</p>

Text with #8489B8 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 #8489B8;}

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

This text has shadow with #8489B8 color.


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

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

This text has shadow with #8489B8 primary color and red secondary color.


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

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

This text has shadow with #8489B8 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8489B8.

Preview

Color preview on black background

This text has color #8489B8 on black background.


Color preview on white background

This text has color #8489B8 on white background.


Black color preview on #8489B8 background

This text has black color on #8489B8 background.


White color preview on #8489B8 background

This text has white color on #8489B8 background.


Related colors

Complementary color

Complementary color for #hex is #7B7647.


I love getcolorcode.com

Triadic colors

1 #B88489 and #89B884 with #8489B8 are triadic colors.

2 #B88984 and #8984B8 with #8489B8 are triadic colors.