COLOR #7583EE

HEX: #7583EE
RGB: (117,131,238)

Color info

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

RGB color model

#7583EE color RGB value is (117,131,238).

  • red value is 117;
  • green value is 131;
  • blue value is 238.
RGB:
(117,131,238)
(46%,51%,93%)

RGB channels and saturation

R 117 of 255 = 46%
G 131 of 255 = 51%
B 238 of 255 = 93%

117
131
238

R + G + B ~ 63%. #7583EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 131 + 238 = 486 (100%)
R 117 of 486 ~ 24.07%
G 131 of 486 ~ 26.95%
B 238 of 486 ~ 48.97%

%24.07
%26.95
%48.97

CMYK color model

#7583EE color CMYK value is (51,45,0,7).

  • cyan value is 50.84%
  • magenta value is 44.96%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(51,45,0,7)
C51M45Y0K7 
(51%,45%,0%,7%)
(0.51/0.45/0.00/0.07)	

CMYK percentages

%50.84
%44.96
%0
%6.67

Codes

Color #7583EE in popluar color models

7583EE
RGB117131238
HSL233°78.06%69.61%
HSB/HSV233°50.84%93.33%
CMYK50.84%44.96%0.00%
6.67%

Color #7583EE in popluar number systems.

HEX7583EE
Decimal117131238
Binary11101011000001111101110
Octal165203356

Shades and tints

Shades of #7583EE

#7583EE
(117,131,238)
#6B78D9
(107,120,217)
#616DC4
(97,109,196)
#5762AF
(87,98,175)
#4D579A
(77,87,154)
#434C85
(67,76,133)
#394170
(57,65,112)
#2F365B
(47,54,91)
#252B46
(37,43,70)
#1B2031
(27,32,49)
#11151C
(17,21,28)
#000000
(0,0,0)

Tints of #7583EE

#7583EE
(117,131,238)
#818EEF
(129,142,239)
#8D99F0
(141,153,240)
#99A4F1
(153,164,241)
#A5AFF2
(165,175,242)
#B1BAF3
(177,186,243)
#BDC5F4
(189,197,244)
#C9D0F5
(201,208,245)
#D5DBF6
(213,219,246)
#E1E6F7
(225,230,247)
#EDF1F8
(237,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7583EE color. Also use rgb(117,131,238) instead hex code.

Text Font Color

.myTextColor { color: #7583EE; }

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

This text font color is #7583EE.


Background Color

.myBgColor { background-color: #7583EE; }

<div style="background-color:#7583EE">Inner text</div>

This div background color is #7583EE.


Border color

.myBorderColor { border: 1px solid #7583EE; }

<div style="border:3px solid #7583EE">Div</div>

This div border color is #7583EE.


Opacity

.myOpacity80 { color: #7583EE; opacity: 0.8; }

<p style="color:#7583EE;opacity:0.8;">80%</p>

Text with #7583EE 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 #7583EE;}

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

This text has shadow with #7583EE color.

.textShadow {text-shadow: 3px 3px 1px #7583EE, 3px 3px 1px red;}

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

This text has shadow with #7583EE primary color and red secondary color.


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

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

This text has shadow with #7583EE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7583EE on black background.


Color preview on white background

This text has color #7583EE on white background.



Black color preview on #7583EE background

This text has black color on #7583EE background.


White color preview on #7583EE background

This text has white color on #7583EE background.