COLOR #7590B2

HEX: #7590B2
RGB: (117,144,178)

Color info

#7590B2 contains mainly green and blue colors. Web safe color of #7590B2 is #669999 (or #699).

RGB color model

#7590B2 color RGB value is (117,144,178).

  • red value is 117;
  • green value is 144;
  • blue value is 178.
RGB:
(117,144,178)
(46%,56%,70%)

RGB channels and saturation

R 117 of 255 = 46%
G 144 of 255 = 56%
B 178 of 255 = 70%

117
144
178

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

Portions of RGB colors in percentages

R + G + B =
117 + 144 + 178 = 439 (100%)
R 117 of 439 ~ 26.65%
G 144 of 439 ~ 32.8%
B 178 of 439 ~ 40.55%

%26.65
%32.8
%40.55

CMYK color model

#7590B2 color CMYK value is (34,19,0,30).

  • cyan value is 34.27%
  • magenta value is 19.10%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(34,19,0,30)
C34M19Y0K30 
(34%,19%,0%,30%)
(0.34/0.19/0.00/0.30)	

CMYK percentages

%34.27
%19.1
%0
%30.2

Codes

Color #7590B2 in popluar color models

7590B2
RGB117144178
HSL213°28.37%57.84%
HSB/HSV213°34.27%69.80%
CMYK34.27%19.10%0.00%
30.20%

Color #7590B2 in popluar number systems.

HEX7590B2
Decimal117144178
Binary11101011001000010110010
Octal165220262

Shades and tints

Shades of #7590B2

#7590B2
(117,144,178)
#6B83A2
(107,131,162)
#617692
(97,118,146)
#576982
(87,105,130)
#4D5C72
(77,92,114)
#434F62
(67,79,98)
#394252
(57,66,82)
#2F3542
(47,53,66)
#252832
(37,40,50)
#1B1B22
(27,27,34)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #7590B2

#7590B2
(117,144,178)
#819AB9
(129,154,185)
#8DA4C0
(141,164,192)
#99AEC7
(153,174,199)
#A5B8CE
(165,184,206)
#B1C2D5
(177,194,213)
#BDCCDC
(189,204,220)
#C9D6E3
(201,214,227)
#D5E0EA
(213,224,234)
#E1EAF1
(225,234,241)
#EDF4F8
(237,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7590B2; }

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

This text font color is #7590B2.


Background Color

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

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

This div background color is #7590B2.


Border color

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

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

This div border color is #7590B2.


Opacity

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

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

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

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

This text has shadow with #7590B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7590B2 on black background.


Color preview on white background

This text has color #7590B2 on white background.



Black color preview on #7590B2 background

This text has black color on #7590B2 background.


White color preview on #7590B2 background

This text has white color on #7590B2 background.