COLOR #7590AB

HEX: #7590AB RGB: (117,144,171)

Color info

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

RGB color model

#7590AB color RGB value is (117,144,171).

RGB: (117,144,171) (46%, 56%, 67%)

RGB channels and saturation

R 117 of 255 = 46%
G 144 of 255 = 56%
B 171 of 255 = 67%

117
144
171

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

Portions of RGB colors in percentages

R + G + B = 117 + 144 + 171 = 432 (100%)
R 117 of 432 ~ 27.08%
G 144 of 432 ~ 33.33%
B 171 of 432 ~ 39.58'%

%27.08
%33.33
%39.58

CMYK color model

#7590AB color CMYK value is (32,16,0,33).

  • cyan value is 31.58%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (32,16,0,33)
C32M16Y0K33 (32%, 16%, 0%, 33%)
(0.32 / 0.16 / 0.00 / 0.33)

CMYK percentages

%31.58
%15.79
%0
%32.94

Codes

Color #7590AB in popluar color models

75 90 AB
RGB 117 144 171
HSL 210° 24.32% 56.47%
HSB/HSV 210° 31.58% 67.06%
CMYK 31.58% 15.79% 0.00%
32.94%

Color #7590AB in popluar number systems.

HEX 75 90 AB
Decimal 117 144 171
Binary 1110101 10010000 10101011
Octal 165 220 253

Shades and tints

Shades of #7590AB

#7590AB
(117,144,171)
#6B839C
(107,131,156)
#61768D
(97,118,141)
#57697E
(87,105,126)
#4D5C6F
(77,92,111)
#434F60
(67,79,96)
#394251
(57,66,81)
#2F3542
(47,53,66)
#252833
(37,40,51)
#1B1B24
(27,27,36)
#110E15
(17,14,21)
#000000
(0,0,0)

Tints of #7590AB

#7590AB
(117,144,171)
#819AB2
(129,154,178)
#8DA4B9
(141,164,185)
#99AEC0
(153,174,192)
#A5B8C7
(165,184,199)
#B1C2CE
(177,194,206)
#BDCCD5
(189,204,213)
#C9D6DC
(201,214,220)
#D5E0E3
(213,224,227)
#E1EAEA
(225,234,234)
#EDF4F1
(237,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7590AB color. Also use rgb(117,144,171) instead hex code.

Text Font Color

.myTextColor { color: #7590AB; }

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

This text font color is #7590AB.

Background Color

.myBgColor { background-color: #7590AB; }

<div style="background-color:#7590AB">Inner text</div>

This div background color is #7590AB.

Border color

.myBorderColor { border: 1px solid #7590AB; }

<div style="border:3px solid #7590AB">Div</div>

This div border color is #7590AB.

Opacity

.myOpacity80 { color: #7590AB; opacity: 0.8; }

<p style="color:#7590AB;opacity:0.8;">80%</p>

Text with #7590AB 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 #7590AB;}

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

This text has shadow with #7590AB color.


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

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

This text has shadow with #7590AB primary color and red secondary color.


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

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

This text has shadow with #7590AB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7590AB.

Preview

Color preview on black background

This text has color #7590AB on black background.


Color preview on white background

This text has color #7590AB on white background.


Black color preview on #7590AB background

This text has black color on #7590AB background.


White color preview on #7590AB background

This text has white color on #7590AB background.


Related colors

Complementary color

Complementary color for #hex is #8A6F54.


I love getcolorcode.com

Triadic colors

1 #AB7590 and #90AB75 with #7590AB are triadic colors.

2 #AB9075 and #9075AB with #7590AB are triadic colors.