COLOR #7489AA

HEX: #7489AA RGB: (116,137,170)

Color info

#7489AA contains red, green and blue colors in about the same proportion. Web safe color of #7489AA is #669999 (or #699).

RGB color model

#7489AA color RGB value is (116,137,170).

RGB: (116,137,170) (45%, 54%, 67%)

RGB channels and saturation

R 116 of 255 = 45%
G 137 of 255 = 54%
B 170 of 255 = 67%

116
137
170

R + G + B ~ 55%. #7489AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 137 + 170 = 423 (100%)
R 116 of 423 ~ 27.42%
G 137 of 423 ~ 32.39%
B 170 of 423 ~ 40.19'%

%27.42
%32.39
%40.19

CMYK color model

#7489AA color CMYK value is (32,19,0,33).

  • cyan value is 31.76%
  • magenta value is 19.41%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (32,19,0,33) C32M19Y0K33 (32%,19%,0%,33%) (0.32/0.19/0.00/0.33) 

CMYK percentages

%31.76
%19.41
%0
%33.33

Codes

Color #7489AA in popluar color models

74 89 AA
RGB 116 137 170
HSL 217° 24.11% 56.08%
HSB/HSV 217° 31.76% 66.67%
CMYK 31.76% 19.41% 0.00%
33.33%

Color #7489AA in popluar number systems.

HEX 74 89 AA
Decimal 116 137 170
Binary 1110100 10001001 10101010
Octal 164 211 252

Shades and tints

Shades of #7489AA

#7489AA
(116,137,170)
#6A7D9B
(106,125,155)
#60718C
(96,113,140)
#56657D
(86,101,125)
#4C596E
(76,89,110)
#424D5F
(66,77,95)
#384150
(56,65,80)
#2E3541
(46,53,65)
#242932
(36,41,50)
#1A1D23
(26,29,35)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #7489AA

#7489AA
(116,137,170)
#8093B1
(128,147,177)
#8C9DB8
(140,157,184)
#98A7BF
(152,167,191)
#A4B1C6
(164,177,198)
#B0BBCD
(176,187,205)
#BCC5D4
(188,197,212)
#C8CFDB
(200,207,219)
#D4D9E2
(212,217,226)
#E0E3E9
(224,227,233)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7489AA color. Also use rgb(116,137,170) instead hex code.

Text Font Color

.myTextColor { color: #7489AA; }

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

This text font color is #7489AA.

Background Color

.myBgColor { background-color: #7489AA; }

<div style="background-color:#7489AA">Inner text</div>

This div background color is #7489AA.

Border color

.myBorderColor { border: 1px solid #7489AA; }

<div style="border:3px solid #7489AA">Div</div>

This div border color is #7489AA.

Opacity

.myOpacity80 { color: #7489AA; opacity: 0.8; }

<p style="color:#7489AA;opacity:0.8;">80%</p>

Text with #7489AA 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 #7489AA;}

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

This text has shadow with #7489AA color.


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

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

This text has shadow with #7489AA primary color and red secondary color.


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

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

This text has shadow with #7489AA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7489AA.

Preview

Color preview on black background

This text has color #7489AA on black background.


Color preview on white background

This text has color #7489AA on white background.


Black color preview on #7489AA background

This text has black color on #7489AA background.


White color preview on #7489AA background

This text has white color on #7489AA background.


Related colors

Complementary color

Complementary color for #hex is #8B7655.


I love getcolorcode.com

Triadic colors

1 #AA7489 and #89AA74 with #7489AA are triadic colors.

2 #AA8974 and #8974AA with #7489AA are triadic colors.