COLOR #8489B7

HEX: #8489B7
RGB: (132,137,183)

Color info

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

RGB color model

#8489B7 color RGB value is (132,137,183).

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

RGB channels and saturation

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

132
137
183

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

Portions of RGB colors in percentages

R + G + B =
132 + 137 + 183 = 452 (100%)
R 132 of 452 ~ 29.2%
G 137 of 452 ~ 30.31%
B 183 of 452 ~ 40.49%

%29.2
%30.31
%40.49

CMYK color model

#8489B7 color CMYK value is (28,25,0,28).

  • cyan value is 27.87%
  • magenta value is 25.14%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(28,25,0,28)
C28M25Y0K28 
(28%,25%,0%,28%)
(0.28/0.25/0.00/0.28)	

CMYK percentages

%27.87
%25.14
%0
%28.24

Codes

Color #8489B7 in popluar color models

8489B7
RGB132137183
HSL234°26.15%61.76%
HSB/HSV234°27.87%71.76%
CMYK27.87%25.14%0.00%
28.24%

Color #8489B7 in popluar number systems.

HEX8489B7
Decimal132137183
Binary100001001000100110110111
Octal204211267

Shades and tints

Shades of #8489B7

#8489B7
(132,137,183)
#787DA7
(120,125,167)
#6C7197
(108,113,151)
#606587
(96,101,135)
#545977
(84,89,119)
#484D67
(72,77,103)
#3C4157
(60,65,87)
#303547
(48,53,71)
#242937
(36,41,55)
#181D27
(24,29,39)
#0C1117
(12,17,23)
#000000
(0,0,0)

Tints of #8489B7

#8489B7
(132,137,183)
#8F93BD
(143,147,189)
#9A9DC3
(154,157,195)
#A5A7C9
(165,167,201)
#B0B1CF
(176,177,207)
#BBBBD5
(187,187,213)
#C6C5DB
(198,197,219)
#D1CFE1
(209,207,225)
#DCD9E7
(220,217,231)
#E7E3ED
(231,227,237)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8489B7; }

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

This text font color is #8489B7.


Background Color

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

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

This div background color is #8489B7.


Border color

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

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

This div border color is #8489B7.


Opacity

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

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

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

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

This text has shadow with #8489B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8489B7 on black background.


Color preview on white background

This text has color #8489B7 on white background.



Black color preview on #8489B7 background

This text has black color on #8489B7 background.


White color preview on #8489B7 background

This text has white color on #8489B7 background.