COLOR #7797E9

HEX: #7797E9
RGB: (119,151,233)

Color info

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

RGB color model

#7797E9 color RGB value is (119,151,233).

  • red value is 119;
  • green value is 151;
  • blue value is 233.
RGB:
(119,151,233)
(47%,59%,91%)

RGB channels and saturation

R 119 of 255 = 47%
G 151 of 255 = 59%
B 233 of 255 = 91%

119
151
233

R + G + B ~ 66%. #7797E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 151 + 233 = 503 (100%)
R 119 of 503 ~ 23.66%
G 151 of 503 ~ 30.02%
B 233 of 503 ~ 46.32%

%23.66
%30.02
%46.32

CMYK color model

#7797E9 color CMYK value is (49,35,0,9).

  • cyan value is 48.93%
  • magenta value is 35.19%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(49,35,0,9)
C49M35Y0K9 
(49%,35%,0%,9%)
(0.49/0.35/0.00/0.09)	

CMYK percentages

%48.93
%35.19
%0
%8.63

Codes

Color #7797E9 in popluar color models

7797E9
RGB119151233
HSL223°72.15%69.02%
HSB/HSV223°48.93%91.37%
CMYK48.93%35.19%0.00%
8.63%

Color #7797E9 in popluar number systems.

HEX7797E9
Decimal119151233
Binary11101111001011111101001
Octal167227351

Shades and tints

Shades of #7797E9

#7797E9
(119,151,233)
#6D8AD4
(109,138,212)
#637DBF
(99,125,191)
#5970AA
(89,112,170)
#4F6395
(79,99,149)
#455680
(69,86,128)
#3B496B
(59,73,107)
#313C56
(49,60,86)
#272F41
(39,47,65)
#1D222C
(29,34,44)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #7797E9

#7797E9
(119,151,233)
#83A0EB
(131,160,235)
#8FA9ED
(143,169,237)
#9BB2EF
(155,178,239)
#A7BBF1
(167,187,241)
#B3C4F3
(179,196,243)
#BFCDF5
(191,205,245)
#CBD6F7
(203,214,247)
#D7DFF9
(215,223,249)
#E3E8FB
(227,232,251)
#EFF1FD
(239,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7797E9 color. Also use rgb(119,151,233) instead hex code.

Text Font Color

.myTextColor { color: #7797E9; }

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

This text font color is #7797E9.


Background Color

.myBgColor { background-color: #7797E9; }

<div style="background-color:#7797E9">Inner text</div>

This div background color is #7797E9.


Border color

.myBorderColor { border: 1px solid #7797E9; }

<div style="border:3px solid #7797E9">Div</div>

This div border color is #7797E9.


Opacity

.myOpacity80 { color: #7797E9; opacity: 0.8; }

<p style="color:#7797E9;opacity:0.8;">80%</p>

Text with #7797E9 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 #7797E9;}

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

This text has shadow with #7797E9 color.

.textShadow {text-shadow: 3px 3px 1px #7797E9, 3px 3px 1px red;}

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

This text has shadow with #7797E9 primary color and red secondary color.


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

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

This text has shadow with #7797E9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7797E9 on black background.


Color preview on white background

This text has color #7797E9 on white background.



Black color preview on #7797E9 background

This text has black color on #7797E9 background.


White color preview on #7797E9 background

This text has white color on #7797E9 background.