COLOR #7584B7

HEX: #7584B7
RGB: (117,132,183)

Color info

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

RGB color model

#7584B7 color RGB value is (117,132,183).

  • red value is 117;
  • green value is 132;
  • blue value is 183.
RGB:
(117,132,183)
(46%,52%,72%)

RGB channels and saturation

R 117 of 255 = 46%
G 132 of 255 = 52%
B 183 of 255 = 72%

117
132
183

R + G + B ~ 57%. #7584B7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 132 + 183 = 432 (100%)
R 117 of 432 ~ 27.08%
G 132 of 432 ~ 30.56%
B 183 of 432 ~ 42.36%

%27.08
%30.56
%42.36

CMYK color model

#7584B7 color CMYK value is (36,28,0,28).

  • cyan value is 36.07%
  • magenta value is 27.87%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(36,28,0,28)
C36M28Y0K28 
(36%,28%,0%,28%)
(0.36/0.28/0.00/0.28)	

CMYK percentages

%36.07
%27.87
%0
%28.24

Codes

Color #7584B7 in popluar color models

7584B7
RGB117132183
HSL226°31.43%58.82%
HSB/HSV226°36.07%71.76%
CMYK36.07%27.87%0.00%
28.24%

Color #7584B7 in popluar number systems.

HEX7584B7
Decimal117132183
Binary11101011000010010110111
Octal165204267

Shades and tints

Shades of #7584B7

#7584B7
(117,132,183)
#6B78A7
(107,120,167)
#616C97
(97,108,151)
#576087
(87,96,135)
#4D5477
(77,84,119)
#434867
(67,72,103)
#393C57
(57,60,87)
#2F3047
(47,48,71)
#252437
(37,36,55)
#1B1827
(27,24,39)
#110C17
(17,12,23)
#000000
(0,0,0)

Tints of #7584B7

#7584B7
(117,132,183)
#818FBD
(129,143,189)
#8D9AC3
(141,154,195)
#99A5C9
(153,165,201)
#A5B0CF
(165,176,207)
#B1BBD5
(177,187,213)
#BDC6DB
(189,198,219)
#C9D1E1
(201,209,225)
#D5DCE7
(213,220,231)
#E1E7ED
(225,231,237)
#EDF2F3
(237,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7584B7 color. Also use rgb(117,132,183) instead hex code.

Text Font Color

.myTextColor { color: #7584B7; }

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

This text font color is #7584B7.


Background Color

.myBgColor { background-color: #7584B7; }

<div style="background-color:#7584B7">Inner text</div>

This div background color is #7584B7.


Border color

.myBorderColor { border: 1px solid #7584B7; }

<div style="border:3px solid #7584B7">Div</div>

This div border color is #7584B7.


Opacity

.myOpacity80 { color: #7584B7; opacity: 0.8; }

<p style="color:#7584B7;opacity:0.8;">80%</p>

Text with #7584B7 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 #7584B7;}

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

This text has shadow with #7584B7 color.

.textShadow {text-shadow: 3px 3px 1px #7584B7, 3px 3px 1px red;}

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

This text has shadow with #7584B7 primary color and red secondary color.


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

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

This text has shadow with #7584B7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7584B7 on black background.


Color preview on white background

This text has color #7584B7 on white background.



Black color preview on #7584B7 background

This text has black color on #7584B7 background.


White color preview on #7584B7 background

This text has white color on #7584B7 background.