COLOR #7588BE

HEX: #7588BE RGB: (117,136,190)

Color info

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

RGB color model

#7588BE color RGB value is (117,136,190).

RGB: (117,136,190) (46%, 53%, 75%)

RGB channels and saturation

R 117 of 255 = 46%
G 136 of 255 = 53%
B 190 of 255 = 75%

117
136
190

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

Portions of RGB colors in percentages

R + G + B = 117 + 136 + 190 = 443 (100%)
R 117 of 443 ~ 26.41%
G 136 of 443 ~ 30.7%
B 190 of 443 ~ 42.89'%

%26.41
%30.7
%42.89

CMYK color model

#7588BE color CMYK value is (38,28,0,25).

  • cyan value is 38.42%
  • magenta value is 28.42%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (38,28,0,25)
C38M28Y0K25 (38%, 28%, 0%, 25%)
(0.38 / 0.28 / 0.00 / 0.25)

CMYK percentages

%38.42
%28.42
%0
%25.49

Codes

Color #7588BE in popluar color models

75 88 BE
RGB 117 136 190
HSL 224° 35.96% 60.20%
HSB/HSV 224° 38.42% 74.51%
CMYK 38.42% 28.42% 0.00%
25.49%

Color #7588BE in popluar number systems.

HEX 75 88 BE
Decimal 117 136 190
Binary 1110101 10001000 10111110
Octal 165 210 276

Shades and tints

Shades of #7588BE

#7588BE
(117,136,190)
#6B7CAD
(107,124,173)
#61709C
(97,112,156)
#57648B
(87,100,139)
#4D587A
(77,88,122)
#434C69
(67,76,105)
#394058
(57,64,88)
#2F3447
(47,52,71)
#252836
(37,40,54)
#1B1C25
(27,28,37)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #7588BE

#7588BE
(117,136,190)
#8192C3
(129,146,195)
#8D9CC8
(141,156,200)
#99A6CD
(153,166,205)
#A5B0D2
(165,176,210)
#B1BAD7
(177,186,215)
#BDC4DC
(189,196,220)
#C9CEE1
(201,206,225)
#D5D8E6
(213,216,230)
#E1E2EB
(225,226,235)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7588BE; }

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

This text font color is #7588BE.

Background Color

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

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

This div background color is #7588BE.

Border color

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

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

This div border color is #7588BE.

Opacity

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

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

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

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

This text has shadow with #7588BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7588BE.

Preview

Color preview on black background

This text has color #7588BE on black background.


Color preview on white background

This text has color #7588BE on white background.


Black color preview on #7588BE background

This text has black color on #7588BE background.


White color preview on #7588BE background

This text has white color on #7588BE background.


Related colors

Complementary color

Complementary color for #hex is #8A7741.


I love getcolorcode.com

Triadic colors

1 #BE7588 and #88BE75 with #7588BE are triadic colors.

2 #BE8875 and #8875BE with #7588BE are triadic colors.