COLOR #7794EA

HEX: #7794EA
RGB: (119,148,234)

Color info

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

RGB color model

#7794EA color RGB value is (119,148,234).

  • red value is 119;
  • green value is 148;
  • blue value is 234.
RGB:
(119,148,234)
(47%,58%,92%)

RGB channels and saturation

R 119 of 255 = 47%
G 148 of 255 = 58%
B 234 of 255 = 92%

119
148
234

R + G + B ~ 66%. #7794EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 148 + 234 = 501 (100%)
R 119 of 501 ~ 23.75%
G 148 of 501 ~ 29.54%
B 234 of 501 ~ 46.71%

%23.75
%29.54
%46.71

CMYK color model

#7794EA color CMYK value is (49,37,0,8).

  • cyan value is 49.15%
  • magenta value is 36.75%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(49,37,0,8)
C49M37Y0K8 
(49%,37%,0%,8%)
(0.49/0.37/0.00/0.08)	

CMYK percentages

%49.15
%36.75
%0
%8.24

Codes

Color #7794EA in popluar color models

7794EA
RGB119148234
HSL225°73.25%69.22%
HSB/HSV225°49.15%91.76%
CMYK49.15%36.75%0.00%
8.24%

Color #7794EA in popluar number systems.

HEX7794EA
Decimal119148234
Binary11101111001010011101010
Octal167224352

Shades and tints

Shades of #7794EA

#7794EA
(119,148,234)
#6D87D5
(109,135,213)
#637AC0
(99,122,192)
#596DAB
(89,109,171)
#4F6096
(79,96,150)
#455381
(69,83,129)
#3B466C
(59,70,108)
#313957
(49,57,87)
#272C42
(39,44,66)
#1D1F2D
(29,31,45)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #7794EA

#7794EA
(119,148,234)
#839DEB
(131,157,235)
#8FA6EC
(143,166,236)
#9BAFED
(155,175,237)
#A7B8EE
(167,184,238)
#B3C1EF
(179,193,239)
#BFCAF0
(191,202,240)
#CBD3F1
(203,211,241)
#D7DCF2
(215,220,242)
#E3E5F3
(227,229,243)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7794EA color. Also use rgb(119,148,234) instead hex code.

Text Font Color

.myTextColor { color: #7794EA; }

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

This text font color is #7794EA.


Background Color

.myBgColor { background-color: #7794EA; }

<div style="background-color:#7794EA">Inner text</div>

This div background color is #7794EA.


Border color

.myBorderColor { border: 1px solid #7794EA; }

<div style="border:3px solid #7794EA">Div</div>

This div border color is #7794EA.


Opacity

.myOpacity80 { color: #7794EA; opacity: 0.8; }

<p style="color:#7794EA;opacity:0.8;">80%</p>

Text with #7794EA 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 #7794EA;}

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

This text has shadow with #7794EA color.

.textShadow {text-shadow: 3px 3px 1px #7794EA, 3px 3px 1px red;}

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

This text has shadow with #7794EA primary color and red secondary color.


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

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

This text has shadow with #7794EA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7794EA on black background.


Color preview on white background

This text has color #7794EA on white background.



Black color preview on #7794EA background

This text has black color on #7794EA background.


White color preview on #7794EA background

This text has white color on #7794EA background.