COLOR #7884EB

HEX: #7884EB
RGB: (120,132,235)

Color info

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

RGB color model

#7884EB color RGB value is (120,132,235).

  • red value is 120;
  • green value is 132;
  • blue value is 235.
RGB:
(120,132,235)
(47%,52%,92%)

RGB channels and saturation

R 120 of 255 = 47%
G 132 of 255 = 52%
B 235 of 255 = 92%

120
132
235

R + G + B ~ 64%. #7884EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 132 + 235 = 487 (100%)
R 120 of 487 ~ 24.64%
G 132 of 487 ~ 27.1%
B 235 of 487 ~ 48.25%

%24.64
%27.1
%48.25

CMYK color model

#7884EB color CMYK value is (49,44,0,8).

  • cyan value is 48.94%
  • magenta value is 43.83%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(49,44,0,8)
C49M44Y0K8 
(49%,44%,0%,8%)
(0.49/0.44/0.00/0.08)	

CMYK percentages

%48.94
%43.83
%0
%7.84

Codes

Color #7884EB in popluar color models

7884EB
RGB120132235
HSL234°74.19%69.61%
HSB/HSV234°48.94%92.16%
CMYK48.94%43.83%0.00%
7.84%

Color #7884EB in popluar number systems.

HEX7884EB
Decimal120132235
Binary11110001000010011101011
Octal170204353

Shades and tints

Shades of #7884EB

#7884EB
(120,132,235)
#6E78D6
(110,120,214)
#646CC1
(100,108,193)
#5A60AC
(90,96,172)
#505497
(80,84,151)
#464882
(70,72,130)
#3C3C6D
(60,60,109)
#323058
(50,48,88)
#282443
(40,36,67)
#1E182E
(30,24,46)
#140C19
(20,12,25)
#000000
(0,0,0)

Tints of #7884EB

#7884EB
(120,132,235)
#848FEC
(132,143,236)
#909AED
(144,154,237)
#9CA5EE
(156,165,238)
#A8B0EF
(168,176,239)
#B4BBF0
(180,187,240)
#C0C6F1
(192,198,241)
#CCD1F2
(204,209,242)
#D8DCF3
(216,220,243)
#E4E7F4
(228,231,244)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7884EB color. Also use rgb(120,132,235) instead hex code.

Text Font Color

.myTextColor { color: #7884EB; }

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

This text font color is #7884EB.


Background Color

.myBgColor { background-color: #7884EB; }

<div style="background-color:#7884EB">Inner text</div>

This div background color is #7884EB.


Border color

.myBorderColor { border: 1px solid #7884EB; }

<div style="border:3px solid #7884EB">Div</div>

This div border color is #7884EB.


Opacity

.myOpacity80 { color: #7884EB; opacity: 0.8; }

<p style="color:#7884EB;opacity:0.8;">80%</p>

Text with #7884EB 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 #7884EB;}

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

This text has shadow with #7884EB color.

.textShadow {text-shadow: 3px 3px 1px #7884EB, 3px 3px 1px red;}

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

This text has shadow with #7884EB primary color and red secondary color.


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

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

This text has shadow with #7884EB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7884EB on black background.


Color preview on white background

This text has color #7884EB on white background.



Black color preview on #7884EB background

This text has black color on #7884EB background.


White color preview on #7884EB background

This text has white color on #7884EB background.