COLOR #7885E0

HEX: #7885E0
RGB: (120,133,224)

Color info

#7885E0 contains mainly blue color. Web safe color of #7885E0 is #6699CC (or #69C).

RGB color model

#7885E0 color RGB value is (120,133,224).

  • red value is 120;
  • green value is 133;
  • blue value is 224.
RGB:
(120,133,224)
(47%,52%,88%)

RGB channels and saturation

R 120 of 255 = 47%
G 133 of 255 = 52%
B 224 of 255 = 88%

120
133
224

R + G + B ~ 62%. #7885E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 133 + 224 = 477 (100%)
R 120 of 477 ~ 25.16%
G 133 of 477 ~ 27.88%
B 224 of 477 ~ 46.96%

%25.16
%27.88
%46.96

CMYK color model

#7885E0 color CMYK value is (46,41,0,12).

  • cyan value is 46.43%
  • magenta value is 40.63%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(46,41,0,12)
C46M41Y0K12 
(46%,41%,0%,12%)
(0.46/0.41/0.00/0.12)	

CMYK percentages

%46.43
%40.63
%0
%12.16

Codes

Color #7885E0 in popluar color models

7885E0
RGB120133224
HSL233°62.65%67.45%
HSB/HSV233°46.43%87.84%
CMYK46.43%40.63%0.00%
12.16%

Color #7885E0 in popluar number systems.

HEX7885E0
Decimal120133224
Binary11110001000010111100000
Octal170205340

Shades and tints

Shades of #7885E0

#7885E0
(120,133,224)
#6E79CC
(110,121,204)
#646DB8
(100,109,184)
#5A61A4
(90,97,164)
#505590
(80,85,144)
#46497C
(70,73,124)
#3C3D68
(60,61,104)
#323154
(50,49,84)
#282540
(40,37,64)
#1E192C
(30,25,44)
#140D18
(20,13,24)
#000000
(0,0,0)

Tints of #7885E0

#7885E0
(120,133,224)
#8490E2
(132,144,226)
#909BE4
(144,155,228)
#9CA6E6
(156,166,230)
#A8B1E8
(168,177,232)
#B4BCEA
(180,188,234)
#C0C7EC
(192,199,236)
#CCD2EE
(204,210,238)
#D8DDF0
(216,221,240)
#E4E8F2
(228,232,242)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7885E0 color. Also use rgb(120,133,224) instead hex code.

Text Font Color

.myTextColor { color: #7885E0; }

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

This text font color is #7885E0.


Background Color

.myBgColor { background-color: #7885E0; }

<div style="background-color:#7885E0">Inner text</div>

This div background color is #7885E0.


Border color

.myBorderColor { border: 1px solid #7885E0; }

<div style="border:3px solid #7885E0">Div</div>

This div border color is #7885E0.


Opacity

.myOpacity80 { color: #7885E0; opacity: 0.8; }

<p style="color:#7885E0;opacity:0.8;">80%</p>

Text with #7885E0 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 #7885E0;}

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

This text has shadow with #7885E0 color.

.textShadow {text-shadow: 3px 3px 1px #7885E0, 3px 3px 1px red;}

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

This text has shadow with #7885E0 primary color and red secondary color.


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

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

This text has shadow with #7885E0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7885E0 on black background.


Color preview on white background

This text has color #7885E0 on white background.



Black color preview on #7885E0 background

This text has black color on #7885E0 background.


White color preview on #7885E0 background

This text has white color on #7885E0 background.