COLOR #7585B1

HEX: #7585B1
RGB: (117,133,177)

Color info

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

RGB color model

#7585B1 color RGB value is (117,133,177).

  • red value is 117;
  • green value is 133;
  • blue value is 177.
RGB:
(117,133,177)
(46%,52%,69%)

RGB channels and saturation

R 117 of 255 = 46%
G 133 of 255 = 52%
B 177 of 255 = 69%

117
133
177

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

Portions of RGB colors in percentages

R + G + B =
117 + 133 + 177 = 427 (100%)
R 117 of 427 ~ 27.4%
G 133 of 427 ~ 31.15%
B 177 of 427 ~ 41.45%

%27.4
%31.15
%41.45

CMYK color model

#7585B1 color CMYK value is (34,25,0,31).

  • cyan value is 33.90%
  • magenta value is 24.86%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(34,25,0,31)
C34M25Y0K31 
(34%,25%,0%,31%)
(0.34/0.25/0.00/0.31)	

CMYK percentages

%33.9
%24.86
%0
%30.59

Codes

Color #7585B1 in popluar color models

7585B1
RGB117133177
HSL224°27.78%57.65%
HSB/HSV224°33.90%69.41%
CMYK33.90%24.86%0.00%
30.59%

Color #7585B1 in popluar number systems.

HEX7585B1
Decimal117133177
Binary11101011000010110110001
Octal165205261

Shades and tints

Shades of #7585B1

#7585B1
(117,133,177)
#6B79A1
(107,121,161)
#616D91
(97,109,145)
#576181
(87,97,129)
#4D5571
(77,85,113)
#434961
(67,73,97)
#393D51
(57,61,81)
#2F3141
(47,49,65)
#252531
(37,37,49)
#1B1921
(27,25,33)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #7585B1

#7585B1
(117,133,177)
#8190B8
(129,144,184)
#8D9BBF
(141,155,191)
#99A6C6
(153,166,198)
#A5B1CD
(165,177,205)
#B1BCD4
(177,188,212)
#BDC7DB
(189,199,219)
#C9D2E2
(201,210,226)
#D5DDE9
(213,221,233)
#E1E8F0
(225,232,240)
#EDF3F7
(237,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7585B1; }

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

This text font color is #7585B1.


Background Color

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

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

This div background color is #7585B1.


Border color

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

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

This div border color is #7585B1.


Opacity

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

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

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

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

This text has shadow with #7585B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7585B1 on black background.


Color preview on white background

This text has color #7585B1 on white background.



Black color preview on #7585B1 background

This text has black color on #7585B1 background.


White color preview on #7585B1 background

This text has white color on #7585B1 background.