COLOR #7894E7

HEX: #7894E7 RGB: (120,148,231)

Color info

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

RGB color model

#7894E7 color RGB value is (120,148,231).

RGB: (120,148,231) (47%, 58%, 91%)

RGB channels and saturation

R 120 of 255 = 47%
G 148 of 255 = 58%
B 231 of 255 = 91%

120
148
231

R + G + B ~ 65%. #7894E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 120 + 148 + 231 = 499 (100%)
R 120 of 499 ~ 24.05%
G 148 of 499 ~ 29.66%
B 231 of 499 ~ 46.29'%

%24.05
%29.66
%46.29

CMYK color model

#7894E7 color CMYK value is (48,36,0,9).

  • cyan value is 48.05%
  • magenta value is 35.93%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (48,36,0,9)
C48M36Y0K9 (48%, 36%, 0%, 9%)
(0.48 / 0.36 / 0.00 / 0.09)

CMYK percentages

%48.05
%35.93
%0
%9.41

Codes

Color #7894E7 in popluar color models

78 94 E7
RGB 120 148 231
HSL 225° 69.81% 68.82%
HSB/HSV 225° 48.05% 90.59%
CMYK 48.05% 35.93% 0.00%
9.41%

Color #7894E7 in popluar number systems.

HEX 78 94 E7
Decimal 120 148 231
Binary 1111000 10010100 11100111
Octal 170 224 347

Shades and tints

Shades of #7894E7

#7894E7
(120,148,231)
#6E87D2
(110,135,210)
#647ABD
(100,122,189)
#5A6DA8
(90,109,168)
#506093
(80,96,147)
#46537E
(70,83,126)
#3C4669
(60,70,105)
#323954
(50,57,84)
#282C3F
(40,44,63)
#1E1F2A
(30,31,42)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #7894E7

#7894E7
(120,148,231)
#849DE9
(132,157,233)
#90A6EB
(144,166,235)
#9CAFED
(156,175,237)
#A8B8EF
(168,184,239)
#B4C1F1
(180,193,241)
#C0CAF3
(192,202,243)
#CCD3F5
(204,211,245)
#D8DCF7
(216,220,247)
#E4E5F9
(228,229,249)
#F0EEFB
(240,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7894E7 color. Also use rgb(120,148,231) instead hex code.

Text Font Color

.myTextColor { color: #7894E7; }

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

This text font color is #7894E7.

Background Color

.myBgColor { background-color: #7894E7; }

<div style="background-color:#7894E7">Inner text</div>

This div background color is #7894E7.

Border color

.myBorderColor { border: 1px solid #7894E7; }

<div style="border:3px solid #7894E7">Div</div>

This div border color is #7894E7.

Opacity

.myOpacity80 { color: #7894E7; opacity: 0.8; }

<p style="color:#7894E7;opacity:0.8;">80%</p>

Text with #7894E7 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 #7894E7;}

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

This text has shadow with #7894E7 color.


.textShadow {text-shadow: 3px 3px 1px #7894E7', 3px 3px 1px red;}

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

This text has shadow with #7894E7 primary color and red secondary color.


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

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

This text has shadow with #7894E7 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7894E7; -webkit-box-shadow: 1px 1px 3px 2px #7894E7; box-shadow:1px 1px 3px 2px #7894E7;">
Div content here
</div>

This div box has shadow with color #7894E7.

Preview

Color preview on black background

This text has color #7894E7 on black background.


Color preview on white background

This text has color #7894E7 on white background.


Black color preview on #7894E7 background

This text has black color on #7894E7 background.


White color preview on #7894E7 background

This text has white color on #7894E7 background.


Related colors

Complementary color

Complementary color for #hex is #876B18.


I love getcolorcode.com

Triadic colors

1 #E77894 and #94E778 with #7894E7 are triadic colors.

2 #E79478 and #9478E7 with #7894E7 are triadic colors.