COLOR #797ECF

HEX: #797ECF
RGB: (121,126,207)

Color info

#797ECF contains mainly blue color. Web safe color of #797ECF is #6666CC (or #66C).

RGB color model

#797ECF color RGB value is (121,126,207).

  • red value is 121;
  • green value is 126;
  • blue value is 207.
RGB:
(121,126,207)
(47%,49%,81%)

RGB channels and saturation

R 121 of 255 = 47%
G 126 of 255 = 49%
B 207 of 255 = 81%

121
126
207

R + G + B ~ 59%. #797ECF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 126 + 207 = 454 (100%)
R 121 of 454 ~ 26.65%
G 126 of 454 ~ 27.75%
B 207 of 454 ~ 45.59%

%26.65
%27.75
%45.59

CMYK color model

#797ECF color CMYK value is (42,39,0,19).

  • cyan value is 41.55%
  • magenta value is 39.13%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(42,39,0,19)
C42M39Y0K19 
(42%,39%,0%,19%)
(0.42/0.39/0.00/0.19)	

CMYK percentages

%41.55
%39.13
%0
%18.82

Codes

Color #797ECF in popluar color models

797ECF
RGB121126207
HSL237°47.25%64.31%
HSB/HSV237°41.55%81.18%
CMYK41.55%39.13%0.00%
18.82%

Color #797ECF in popluar number systems.

HEX797ECF
Decimal121126207
Binary1111001111111011001111
Octal171176317

Shades and tints

Shades of #797ECF

#797ECF
(121,126,207)
#6E73BD
(110,115,189)
#6368AB
(99,104,171)
#585D99
(88,93,153)
#4D5287
(77,82,135)
#424775
(66,71,117)
#373C63
(55,60,99)
#2C3151
(44,49,81)
#21263F
(33,38,63)
#161B2D
(22,27,45)
#0B101B
(11,16,27)
#000000
(0,0,0)

Tints of #797ECF

#797ECF
(121,126,207)
#8589D3
(133,137,211)
#9194D7
(145,148,215)
#9D9FDB
(157,159,219)
#A9AADF
(169,170,223)
#B5B5E3
(181,181,227)
#C1C0E7
(193,192,231)
#CDCBEB
(205,203,235)
#D9D6EF
(217,214,239)
#E5E1F3
(229,225,243)
#F1ECF7
(241,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #797ECF color. Also use rgb(121,126,207) instead hex code.

Text Font Color

.myTextColor { color: #797ECF; }

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

This text font color is #797ECF.


Background Color

.myBgColor { background-color: #797ECF; }

<div style="background-color:#797ECF">Inner text</div>

This div background color is #797ECF.


Border color

.myBorderColor { border: 1px solid #797ECF; }

<div style="border:3px solid #797ECF">Div</div>

This div border color is #797ECF.


Opacity

.myOpacity80 { color: #797ECF; opacity: 0.8; }

<p style="color:#797ECF;opacity:0.8;">80%</p>

Text with #797ECF 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 #797ECF;}

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

This text has shadow with #797ECF color.

.textShadow {text-shadow: 3px 3px 1px #797ECF, 3px 3px 1px red;}

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

This text has shadow with #797ECF primary color and red secondary color.


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

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

This text has shadow with #797ECF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797ECF on black background.


Color preview on white background

This text has color #797ECF on white background.



Black color preview on #797ECF background

This text has black color on #797ECF background.


White color preview on #797ECF background

This text has white color on #797ECF background.