COLOR #8489A9

HEX: #8489A9
RGB: (132,137,169)

Color info

#8489A9 contains red, green and blue colors in about the same proportion. Web safe color of #8489A9 is #999999 (or #999).

RGB color model

#8489A9 color RGB value is (132,137,169).

  • red value is 132;
  • green value is 137;
  • blue value is 169.
RGB:
(132,137,169)
(52%,54%,66%)

RGB channels and saturation

R 132 of 255 = 52%
G 137 of 255 = 54%
B 169 of 255 = 66%

132
137
169

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

Portions of RGB colors in percentages

R + G + B =
132 + 137 + 169 = 438 (100%)
R 132 of 438 ~ 30.14%
G 137 of 438 ~ 31.28%
B 169 of 438 ~ 38.58%

%30.14
%31.28
%38.58

CMYK color model

#8489A9 color CMYK value is (22,19,0,34).

  • cyan value is 21.89%
  • magenta value is 18.93%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(22,19,0,34)
C22M19Y0K34 
(22%,19%,0%,34%)
(0.22/0.19/0.00/0.34)	

CMYK percentages

%21.89
%18.93
%0
%33.73

Codes

Color #8489A9 in popluar color models

8489A9
RGB132137169
HSL232°17.70%59.02%
HSB/HSV232°21.89%66.27%
CMYK21.89%18.93%0.00%
33.73%

Color #8489A9 in popluar number systems.

HEX8489A9
Decimal132137169
Binary100001001000100110101001
Octal204211251

Shades and tints

Shades of #8489A9

#8489A9
(132,137,169)
#787D9A
(120,125,154)
#6C718B
(108,113,139)
#60657C
(96,101,124)
#54596D
(84,89,109)
#484D5E
(72,77,94)
#3C414F
(60,65,79)
#303540
(48,53,64)
#242931
(36,41,49)
#181D22
(24,29,34)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #8489A9

#8489A9
(132,137,169)
#8F93B0
(143,147,176)
#9A9DB7
(154,157,183)
#A5A7BE
(165,167,190)
#B0B1C5
(176,177,197)
#BBBBCC
(187,187,204)
#C6C5D3
(198,197,211)
#D1CFDA
(209,207,218)
#DCD9E1
(220,217,225)
#E7E3E8
(231,227,232)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8489A9; }

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

This text font color is #8489A9.


Background Color

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

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

This div background color is #8489A9.


Border color

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

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

This div border color is #8489A9.


Opacity

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

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

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

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

This text has shadow with #8489A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8489A9 on black background.


Color preview on white background

This text has color #8489A9 on white background.



Black color preview on #8489A9 background

This text has black color on #8489A9 background.


White color preview on #8489A9 background

This text has white color on #8489A9 background.