COLOR #7798CE

HEX: #7798CE
RGB: (119,152,206)

Color info

#7798CE contains mainly green and blue colors. Web safe color of #7798CE is #6699CC (or #69C).

RGB color model

#7798CE color RGB value is (119,152,206).

  • red value is 119;
  • green value is 152;
  • blue value is 206.
RGB:
(119,152,206)
(47%,60%,81%)

RGB channels and saturation

R 119 of 255 = 47%
G 152 of 255 = 60%
B 206 of 255 = 81%

119
152
206

R + G + B ~ 63%. #7798CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 152 + 206 = 477 (100%)
R 119 of 477 ~ 24.95%
G 152 of 477 ~ 31.87%
B 206 of 477 ~ 43.19%

%24.95
%31.87
%43.19

CMYK color model

#7798CE color CMYK value is (42,26,0,19).

  • cyan value is 42.23%
  • magenta value is 26.21%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(42,26,0,19)
C42M26Y0K19 
(42%,26%,0%,19%)
(0.42/0.26/0.00/0.19)	

CMYK percentages

%42.23
%26.21
%0
%19.22

Codes

Color #7798CE in popluar color models

7798CE
RGB119152206
HSL217°47.03%63.73%
HSB/HSV217°42.23%80.78%
CMYK42.23%26.21%0.00%
19.22%

Color #7798CE in popluar number systems.

HEX7798CE
Decimal119152206
Binary11101111001100011001110
Octal167230316

Shades and tints

Shades of #7798CE

#7798CE
(119,152,206)
#6D8BBC
(109,139,188)
#637EAA
(99,126,170)
#597198
(89,113,152)
#4F6486
(79,100,134)
#455774
(69,87,116)
#3B4A62
(59,74,98)
#313D50
(49,61,80)
#27303E
(39,48,62)
#1D232C
(29,35,44)
#13161A
(19,22,26)
#000000
(0,0,0)

Tints of #7798CE

#7798CE
(119,152,206)
#83A1D2
(131,161,210)
#8FAAD6
(143,170,214)
#9BB3DA
(155,179,218)
#A7BCDE
(167,188,222)
#B3C5E2
(179,197,226)
#BFCEE6
(191,206,230)
#CBD7EA
(203,215,234)
#D7E0EE
(215,224,238)
#E3E9F2
(227,233,242)
#EFF2F6
(239,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7798CE color. Also use rgb(119,152,206) instead hex code.

Text Font Color

.myTextColor { color: #7798CE; }

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

This text font color is #7798CE.


Background Color

.myBgColor { background-color: #7798CE; }

<div style="background-color:#7798CE">Inner text</div>

This div background color is #7798CE.


Border color

.myBorderColor { border: 1px solid #7798CE; }

<div style="border:3px solid #7798CE">Div</div>

This div border color is #7798CE.


Opacity

.myOpacity80 { color: #7798CE; opacity: 0.8; }

<p style="color:#7798CE;opacity:0.8;">80%</p>

Text with #7798CE 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 #7798CE;}

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

This text has shadow with #7798CE color.

.textShadow {text-shadow: 3px 3px 1px #7798CE, 3px 3px 1px red;}

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

This text has shadow with #7798CE primary color and red secondary color.


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

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

This text has shadow with #7798CE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7798CE on black background.


Color preview on white background

This text has color #7798CE on white background.



Black color preview on #7798CE background

This text has black color on #7798CE background.


White color preview on #7798CE background

This text has white color on #7798CE background.