COLOR #7588B1

HEX: #7588B1 RGB: (117,136,177)

Color info

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

RGB color model

#7588B1 color RGB value is (117,136,177).

RGB: (117,136,177) (46%, 53%, 69%)

RGB channels and saturation

R 117 of 255 = 46%
G 136 of 255 = 53%
B 177 of 255 = 69%

117
136
177

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

Portions of RGB colors in percentages

R + G + B = 117 + 136 + 177 = 430 (100%)
R 117 of 430 ~ 27.21%
G 136 of 430 ~ 31.63%
B 177 of 430 ~ 41.16'%

%27.21
%31.63
%41.16

CMYK color model

#7588B1 color CMYK value is (34,23,0,31).

  • cyan value is 33.90%
  • magenta value is 23.16%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK: (34,23,0,31) C34M23Y0K31 (34%,23%,0%,31%) (0.34/0.23/0.00/0.31) 

CMYK percentages

%33.9
%23.16
%0
%30.59

Codes

Color #7588B1 in popluar color models

75 88 B1
RGB 117 136 177
HSL 221° 27.78% 57.65%
HSB/HSV 221° 33.90% 69.41%
CMYK 33.90% 23.16% 0.00%
30.59%

Color #7588B1 in popluar number systems.

HEX 75 88 B1
Decimal 117 136 177
Binary 1110101 10001000 10110001
Octal 165 210 261

Shades and tints

Shades of #7588B1

#7588B1
(117,136,177)
#6B7CA1
(107,124,161)
#617091
(97,112,145)
#576481
(87,100,129)
#4D5871
(77,88,113)
#434C61
(67,76,97)
#394051
(57,64,81)
#2F3441
(47,52,65)
#252831
(37,40,49)
#1B1C21
(27,28,33)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #7588B1

#7588B1
(117,136,177)
#8192B8
(129,146,184)
#8D9CBF
(141,156,191)
#99A6C6
(153,166,198)
#A5B0CD
(165,176,205)
#B1BAD4
(177,186,212)
#BDC4DB
(189,196,219)
#C9CEE2
(201,206,226)
#D5D8E9
(213,216,233)
#E1E2F0
(225,226,240)
#EDECF7
(237,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7588B1 color. Also use rgb(117,136,177) instead hex code.

Text Font Color

.myTextColor { color: #7588B1; }

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

This text font color is #7588B1.

Background Color

.myBgColor { background-color: #7588B1; }

<div style="background-color:#7588B1">Inner text</div>

This div background color is #7588B1.

Border color

.myBorderColor { border: 1px solid #7588B1; }

<div style="border:3px solid #7588B1">Div</div>

This div border color is #7588B1.

Opacity

.myOpacity80 { color: #7588B1; opacity: 0.8; }

<p style="color:#7588B1;opacity:0.8;">80%</p>

Text with #7588B1 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 #7588B1;}

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

This text has shadow with #7588B1 color.


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

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

This text has shadow with #7588B1 primary color and red secondary color.


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

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

This text has shadow with #7588B1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7588B1.

Preview

Color preview on black background

This text has color #7588B1 on black background.


Color preview on white background

This text has color #7588B1 on white background.


Black color preview on #7588B1 background

This text has black color on #7588B1 background.


White color preview on #7588B1 background

This text has white color on #7588B1 background.


Related colors

Complementary color

Complementary color for #hex is #8A774E.


I love getcolorcode.com

Triadic colors

1 #B17588 and #88B175 with #7588B1 are triadic colors.

2 #B18875 and #8875B1 with #7588B1 are triadic colors.