COLOR #7589AD

HEX: #7589AD RGB: (117,137,173)

Color info

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

RGB color model

#7589AD color RGB value is (117,137,173).

RGB: (117,137,173) (46%, 54%, 68%)

RGB channels and saturation

R 117 of 255 = 46%
G 137 of 255 = 54%
B 173 of 255 = 68%

117
137
173

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

Portions of RGB colors in percentages

R + G + B = 117 + 137 + 173 = 427 (100%)
R 117 of 427 ~ 27.4%
G 137 of 427 ~ 32.08%
B 173 of 427 ~ 40.52'%

%27.4
%32.08
%40.52

CMYK color model

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

  • cyan value is 32.37%
  • magenta value is 20.81%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (32,21,0,32)
C32M21Y0K32 (32%, 21%, 0%, 32%)
(0.32 / 0.21 / 0.00 / 0.32)

CMYK percentages

%32.37
%20.81
%0
%32.16

Codes

Color #7589AD in popluar color models

75 89 AD
RGB 117 137 173
HSL 219° 25.45% 56.86%
HSB/HSV 219° 32.37% 67.84%
CMYK 32.37% 20.81% 0.00%
32.16%

Color #7589AD in popluar number systems.

HEX 75 89 AD
Decimal 117 137 173
Binary 1110101 10001001 10101101
Octal 165 211 255

Shades and tints

Shades of #7589AD

#7589AD
(117,137,173)
#6B7D9E
(107,125,158)
#61718F
(97,113,143)
#576580
(87,101,128)
#4D5971
(77,89,113)
#434D62
(67,77,98)
#394153
(57,65,83)
#2F3544
(47,53,68)
#252935
(37,41,53)
#1B1D26
(27,29,38)
#111117
(17,17,23)
#000000
(0,0,0)

Tints of #7589AD

#7589AD
(117,137,173)
#8193B4
(129,147,180)
#8D9DBB
(141,157,187)
#99A7C2
(153,167,194)
#A5B1C9
(165,177,201)
#B1BBD0
(177,187,208)
#BDC5D7
(189,197,215)
#C9CFDE
(201,207,222)
#D5D9E5
(213,217,229)
#E1E3EC
(225,227,236)
#EDEDF3
(237,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7589AD; }

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

This text font color is #7589AD.

Background Color

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

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

This div background color is #7589AD.

Border color

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

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

This div border color is #7589AD.

Opacity

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

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

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

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

This text has shadow with #7589AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7589AD.

Preview

Color preview on black background

This text has color #7589AD on black background.


Color preview on white background

This text has color #7589AD on white background.


Black color preview on #7589AD background

This text has black color on #7589AD background.


White color preview on #7589AD background

This text has white color on #7589AD background.


Related colors

Complementary color

Complementary color for #hex is #8A7652.


I love getcolorcode.com

Triadic colors

1 #AD7589 and #89AD75 with #7589AD are triadic colors.

2 #AD8975 and #8975AD with #7589AD are triadic colors.