COLOR #7590BB

HEX: #7590BB
RGB: (117,144,187)

Color info

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

RGB color model

#7590BB color RGB value is (117,144,187).

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

RGB channels and saturation

R 117 of 255 = 46%
G 144 of 255 = 56%
B 187 of 255 = 73%

117
144
187

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

Portions of RGB colors in percentages

R + G + B =
117 + 144 + 187 = 448 (100%)
R 117 of 448 ~ 26.12%
G 144 of 448 ~ 32.14%
B 187 of 448 ~ 41.74%

%26.12
%32.14
%41.74

CMYK color model

#7590BB color CMYK value is (37,23,0,27).

  • cyan value is 37.43%
  • magenta value is 22.99%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(37,23,0,27)
C37M23Y0K27 
(37%,23%,0%,27%)
(0.37/0.23/0.00/0.27)	

CMYK percentages

%37.43
%22.99
%0
%26.67

Codes

Color #7590BB in popluar color models

7590BB
RGB117144187
HSL217°33.98%59.61%
HSB/HSV217°37.43%73.33%
CMYK37.43%22.99%0.00%
26.67%

Color #7590BB in popluar number systems.

HEX7590BB
Decimal117144187
Binary11101011001000010111011
Octal165220273

Shades and tints

Shades of #7590BB

#7590BB
(117,144,187)
#6B83AA
(107,131,170)
#617699
(97,118,153)
#576988
(87,105,136)
#4D5C77
(77,92,119)
#434F66
(67,79,102)
#394255
(57,66,85)
#2F3544
(47,53,68)
#252833
(37,40,51)
#1B1B22
(27,27,34)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #7590BB

#7590BB
(117,144,187)
#819AC1
(129,154,193)
#8DA4C7
(141,164,199)
#99AECD
(153,174,205)
#A5B8D3
(165,184,211)
#B1C2D9
(177,194,217)
#BDCCDF
(189,204,223)
#C9D6E5
(201,214,229)
#D5E0EB
(213,224,235)
#E1EAF1
(225,234,241)
#EDF4F7
(237,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7590BB; }

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

This text font color is #7590BB.


Background Color

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

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

This div background color is #7590BB.


Border color

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

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

This div border color is #7590BB.


Opacity

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

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

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

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

This text has shadow with #7590BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7590BB on black background.


Color preview on white background

This text has color #7590BB on white background.



Black color preview on #7590BB background

This text has black color on #7590BB background.


White color preview on #7590BB background

This text has white color on #7590BB background.