COLOR #7584E8

HEX: #7584E8
RGB: (117,132,232)

Color info

#7584E8 contains mainly blue color. Web safe color of #7584E8 is #6699FF (or #69F).

RGB color model

#7584E8 color RGB value is (117,132,232).

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

RGB channels and saturation

R 117 of 255 = 46%
G 132 of 255 = 52%
B 232 of 255 = 91%

117
132
232

R + G + B ~ 63%. #7584E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 132 + 232 = 481 (100%)
R 117 of 481 ~ 24.32%
G 132 of 481 ~ 27.44%
B 232 of 481 ~ 48.23%

%24.32
%27.44
%48.23

CMYK color model

#7584E8 color CMYK value is (50,43,0,9).

  • cyan value is 49.57%
  • magenta value is 43.10%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(50,43,0,9)
C50M43Y0K9 
(50%,43%,0%,9%)
(0.50/0.43/0.00/0.09)	

CMYK percentages

%49.57
%43.1
%0
%9.02

Codes

Color #7584E8 in popluar color models

7584E8
RGB117132232
HSL232°71.43%68.43%
HSB/HSV232°49.57%90.98%
CMYK49.57%43.10%0.00%
9.02%

Color #7584E8 in popluar number systems.

HEX7584E8
Decimal117132232
Binary11101011000010011101000
Octal165204350

Shades and tints

Shades of #7584E8

#7584E8
(117,132,232)
#6B78D3
(107,120,211)
#616CBE
(97,108,190)
#5760A9
(87,96,169)
#4D5494
(77,84,148)
#43487F
(67,72,127)
#393C6A
(57,60,106)
#2F3055
(47,48,85)
#252440
(37,36,64)
#1B182B
(27,24,43)
#110C16
(17,12,22)
#000000
(0,0,0)

Tints of #7584E8

#7584E8
(117,132,232)
#818FEA
(129,143,234)
#8D9AEC
(141,154,236)
#99A5EE
(153,165,238)
#A5B0F0
(165,176,240)
#B1BBF2
(177,187,242)
#BDC6F4
(189,198,244)
#C9D1F6
(201,209,246)
#D5DCF8
(213,220,248)
#E1E7FA
(225,231,250)
#EDF2FC
(237,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7584E8; }

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

This text font color is #7584E8.


Background Color

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

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

This div background color is #7584E8.


Border color

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

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

This div border color is #7584E8.


Opacity

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

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

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

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

This text has shadow with #7584E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7584E8 on black background.


Color preview on white background

This text has color #7584E8 on white background.



Black color preview on #7584E8 background

This text has black color on #7584E8 background.


White color preview on #7584E8 background

This text has white color on #7584E8 background.