COLOR #7587B0

HEX: #7587B0 RGB: (117,135,176)

Color info

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

RGB color model

#7587B0 color RGB value is (117,135,176).

RGB: (117,135,176) (46%, 53%, 69%)

RGB channels and saturation

R 117 of 255 = 46%
G 135 of 255 = 53%
B 176 of 255 = 69%

117
135
176

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

Portions of RGB colors in percentages

R + G + B = 117 + 135 + 176 = 428 (100%)
R 117 of 428 ~ 27.34%
G 135 of 428 ~ 31.54%
B 176 of 428 ~ 41.12'%

%27.34
%31.54
%41.12

CMYK color model

#7587B0 color CMYK value is (34,23,0,31).

  • cyan value is 33.52%
  • magenta value is 23.30%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (34,23,0,31)
C34M23Y0K31 (34%, 23%, 0%, 31%)
(0.34 / 0.23 / 0.00 / 0.31)

CMYK percentages

%33.52
%23.3
%0
%30.98

Codes

Color #7587B0 in popluar color models

75 87 B0
RGB 117 135 176
HSL 222° 27.19% 57.45%
HSB/HSV 222° 33.52% 69.02%
CMYK 33.52% 23.30% 0.00%
30.98%

Color #7587B0 in popluar number systems.

HEX 75 87 B0
Decimal 117 135 176
Binary 1110101 10000111 10110000
Octal 165 207 260

Shades and tints

Shades of #7587B0

#7587B0
(117,135,176)
#6B7BA0
(107,123,160)
#616F90
(97,111,144)
#576380
(87,99,128)
#4D5770
(77,87,112)
#434B60
(67,75,96)
#393F50
(57,63,80)
#2F3340
(47,51,64)
#252730
(37,39,48)
#1B1B20
(27,27,32)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #7587B0

#7587B0
(117,135,176)
#8191B7
(129,145,183)
#8D9BBE
(141,155,190)
#99A5C5
(153,165,197)
#A5AFCC
(165,175,204)
#B1B9D3
(177,185,211)
#BDC3DA
(189,195,218)
#C9CDE1
(201,205,225)
#D5D7E8
(213,215,232)
#E1E1EF
(225,225,239)
#EDEBF6
(237,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7587B0 color. Also use rgb(117,135,176) instead hex code.

Text Font Color

.myTextColor { color: #7587B0; }

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

This text font color is #7587B0.

Background Color

.myBgColor { background-color: #7587B0; }

<div style="background-color:#7587B0">Inner text</div>

This div background color is #7587B0.

Border color

.myBorderColor { border: 1px solid #7587B0; }

<div style="border:3px solid #7587B0">Div</div>

This div border color is #7587B0.

Opacity

.myOpacity80 { color: #7587B0; opacity: 0.8; }

<p style="color:#7587B0;opacity:0.8;">80%</p>

Text with #7587B0 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 #7587B0;}

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

This text has shadow with #7587B0 color.


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

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

This text has shadow with #7587B0 primary color and red secondary color.


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

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

This text has shadow with #7587B0 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7587B0.

Preview

Color preview on black background

This text has color #7587B0 on black background.


Color preview on white background

This text has color #7587B0 on white background.


Black color preview on #7587B0 background

This text has black color on #7587B0 background.


White color preview on #7587B0 background

This text has white color on #7587B0 background.


Related colors

Complementary color

Complementary color for #hex is #8A784F.


I love getcolorcode.com

Triadic colors

1 #B07587 and #87B075 with #7587B0 are triadic colors.

2 #B08775 and #8775B0 with #7587B0 are triadic colors.