COLOR #7797D5

HEX: #7797D5
RGB: (119,151,213)

Color info

#7797D5 contains mainly blue color. Web safe color of #7797D5 is #6699CC (or #69C).

RGB color model

#7797D5 color RGB value is (119,151,213).

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

RGB channels and saturation

R 119 of 255 = 47%
G 151 of 255 = 59%
B 213 of 255 = 84%

119
151
213

R + G + B ~ 63%. #7797D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 151 + 213 = 483 (100%)
R 119 of 483 ~ 24.64%
G 151 of 483 ~ 31.26%
B 213 of 483 ~ 44.1%

%24.64
%31.26
%44.1

CMYK color model

#7797D5 color CMYK value is (44,29,0,16).

  • cyan value is 44.13%
  • magenta value is 29.11%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(44,29,0,16)
C44M29Y0K16 
(44%,29%,0%,16%)
(0.44/0.29/0.00/0.16)	

CMYK percentages

%44.13
%29.11
%0
%16.47

Codes

Color #7797D5 in popluar color models

7797D5
RGB119151213
HSL220°52.81%65.10%
HSB/HSV220°44.13%83.53%
CMYK44.13%29.11%0.00%
16.47%

Color #7797D5 in popluar number systems.

HEX7797D5
Decimal119151213
Binary11101111001011111010101
Octal167227325

Shades and tints

Shades of #7797D5

#7797D5
(119,151,213)
#6D8AC2
(109,138,194)
#637DAF
(99,125,175)
#59709C
(89,112,156)
#4F6389
(79,99,137)
#455676
(69,86,118)
#3B4963
(59,73,99)
#313C50
(49,60,80)
#272F3D
(39,47,61)
#1D222A
(29,34,42)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #7797D5

#7797D5
(119,151,213)
#83A0D8
(131,160,216)
#8FA9DB
(143,169,219)
#9BB2DE
(155,178,222)
#A7BBE1
(167,187,225)
#B3C4E4
(179,196,228)
#BFCDE7
(191,205,231)
#CBD6EA
(203,214,234)
#D7DFED
(215,223,237)
#E3E8F0
(227,232,240)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7797D5; }

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

This text font color is #7797D5.


Background Color

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

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

This div background color is #7797D5.


Border color

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

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

This div border color is #7797D5.


Opacity

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

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

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

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

This text has shadow with #7797D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7797D5 on black background.


Color preview on white background

This text has color #7797D5 on white background.



Black color preview on #7797D5 background

This text has black color on #7797D5 background.


White color preview on #7797D5 background

This text has white color on #7797D5 background.