COLOR #7489B4

HEX: #7489B4 RGB: (116,137,180)

Color info

#7489B4 contains mainly green and blue colors. Web safe color of #7489B4 is #6699CC (or #69C).

RGB color model

#7489B4 color RGB value is (116,137,180).

RGB: (116,137,180) (45%, 54%, 71%)

RGB channels and saturation

R 116 of 255 = 45%
G 137 of 255 = 54%
B 180 of 255 = 71%

116
137
180

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

Portions of RGB colors in percentages

R + G + B = 116 + 137 + 180 = 433 (100%)
R 116 of 433 ~ 26.79%
G 137 of 433 ~ 31.64%
B 180 of 433 ~ 41.57'%

%26.79
%31.64
%41.57

CMYK color model

#7489B4 color CMYK value is (36,24,0,29).

  • cyan value is 35.56%
  • magenta value is 23.89%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (36,24,0,29)
C36M24Y0K29 (36%, 24%, 0%, 29%)
(0.36 / 0.24 / 0.00 / 0.29)

CMYK percentages

%35.56
%23.89
%0
%29.41

Codes

Color #7489B4 in popluar color models

74 89 B4
RGB 116 137 180
HSL 220° 29.91% 58.04%
HSB/HSV 220° 35.56% 70.59%
CMYK 35.56% 23.89% 0.00%
29.41%

Color #7489B4 in popluar number systems.

HEX 74 89 B4
Decimal 116 137 180
Binary 1110100 10001001 10110100
Octal 164 211 264

Shades and tints

Shades of #7489B4

#7489B4
(116,137,180)
#6A7DA4
(106,125,164)
#607194
(96,113,148)
#566584
(86,101,132)
#4C5974
(76,89,116)
#424D64
(66,77,100)
#384154
(56,65,84)
#2E3544
(46,53,68)
#242934
(36,41,52)
#1A1D24
(26,29,36)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #7489B4

#7489B4
(116,137,180)
#8093BA
(128,147,186)
#8C9DC0
(140,157,192)
#98A7C6
(152,167,198)
#A4B1CC
(164,177,204)
#B0BBD2
(176,187,210)
#BCC5D8
(188,197,216)
#C8CFDE
(200,207,222)
#D4D9E4
(212,217,228)
#E0E3EA
(224,227,234)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7489B4; }

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

This text font color is #7489B4.

Background Color

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

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

This div background color is #7489B4.

Border color

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

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

This div border color is #7489B4.

Opacity

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

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

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

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

This text has shadow with #7489B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7489B4.

Preview

Color preview on black background

This text has color #7489B4 on black background.


Color preview on white background

This text has color #7489B4 on white background.


Black color preview on #7489B4 background

This text has black color on #7489B4 background.


White color preview on #7489B4 background

This text has white color on #7489B4 background.


Related colors

Complementary color

Complementary color for #hex is #8B764B.


I love getcolorcode.com

Triadic colors

1 #B47489 and #89B474 with #7489B4 are triadic colors.

2 #B48974 and #8974B4 with #7489B4 are triadic colors.