COLOR #7489AD

HEX: #7489AD
RGB: (116,137,173)

Color info

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

RGB color model

#7489AD color RGB value is (116,137,173).

  • red value is 116;
  • green value is 137;
  • blue value is 173.
RGB:
(116,137,173)
(45%,54%,68%)

RGB channels and saturation

R 116 of 255 = 45%
G 137 of 255 = 54%
B 173 of 255 = 68%

116
137
173

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

Portions of RGB colors in percentages

R + G + B =
116 + 137 + 173 = 426 (100%)
R 116 of 426 ~ 27.23%
G 137 of 426 ~ 32.16%
B 173 of 426 ~ 40.61%

%27.23
%32.16
%40.61

CMYK color model

#7489AD color CMYK value is (33,21,0,32).

  • cyan value is 32.95%
  • magenta value is 20.81%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(33,21,0,32)
C33M21Y0K32 
(33%,21%,0%,32%)
(0.33/0.21/0.00/0.32)	

CMYK percentages

%32.95
%20.81
%0
%32.16

Codes

Color #7489AD in popluar color models

7489AD
RGB116137173
HSL218°25.79%56.67%
HSB/HSV218°32.95%67.84%
CMYK32.95%20.81%0.00%
32.16%

Color #7489AD in popluar number systems.

HEX7489AD
Decimal116137173
Binary11101001000100110101101
Octal164211255

Shades and tints

Shades of #7489AD

#7489AD
(116,137,173)
#6A7D9E
(106,125,158)
#60718F
(96,113,143)
#566580
(86,101,128)
#4C5971
(76,89,113)
#424D62
(66,77,98)
#384153
(56,65,83)
#2E3544
(46,53,68)
#242935
(36,41,53)
#1A1D26
(26,29,38)
#101117
(16,17,23)
#000000
(0,0,0)

Tints of #7489AD

#7489AD
(116,137,173)
#8093B4
(128,147,180)
#8C9DBB
(140,157,187)
#98A7C2
(152,167,194)
#A4B1C9
(164,177,201)
#B0BBD0
(176,187,208)
#BCC5D7
(188,197,215)
#C8CFDE
(200,207,222)
#D4D9E5
(212,217,229)
#E0E3EC
(224,227,236)
#ECEDF3
(236,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7489AD; }

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

This text font color is #7489AD.


Background Color

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

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

This div background color is #7489AD.


Border color

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

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

This div border color is #7489AD.


Opacity

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

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

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

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

This text has shadow with #7489AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7489AD on black background.


Color preview on white background

This text has color #7489AD on white background.



Black color preview on #7489AD background

This text has black color on #7489AD background.


White color preview on #7489AD background

This text has white color on #7489AD background.