COLOR #797CAD

HEX: #797CAD
RGB: (121,124,173)

Color info

#797CAD contains red, green and blue colors in about the same proportion. Web safe color of #797CAD is #666699 (or #669).

RGB color model

#797CAD color RGB value is (121,124,173).

  • red value is 121;
  • green value is 124;
  • blue value is 173.
RGB:
(121,124,173)
(47%,49%,68%)

RGB channels and saturation

R 121 of 255 = 47%
G 124 of 255 = 49%
B 173 of 255 = 68%

121
124
173

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

Portions of RGB colors in percentages

R + G + B =
121 + 124 + 173 = 418 (100%)
R 121 of 418 ~ 28.95%
G 124 of 418 ~ 29.67%
B 173 of 418 ~ 41.39%

%28.95
%29.67
%41.39

CMYK color model

#797CAD color CMYK value is (30,28,0,32).

  • cyan value is 30.06%
  • magenta value is 28.32%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(30,28,0,32)
C30M28Y0K32 
(30%,28%,0%,32%)
(0.30/0.28/0.00/0.32)	

CMYK percentages

%30.06
%28.32
%0
%32.16

Codes

Color #797CAD in popluar color models

797CAD
RGB121124173
HSL237°24.07%57.65%
HSB/HSV237°30.06%67.84%
CMYK30.06%28.32%0.00%
32.16%

Color #797CAD in popluar number systems.

HEX797CAD
Decimal121124173
Binary1111001111110010101101
Octal171174255

Shades and tints

Shades of #797CAD

#797CAD
(121,124,173)
#6E719E
(110,113,158)
#63668F
(99,102,143)
#585B80
(88,91,128)
#4D5071
(77,80,113)
#424562
(66,69,98)
#373A53
(55,58,83)
#2C2F44
(44,47,68)
#212435
(33,36,53)
#161926
(22,25,38)
#0B0E17
(11,14,23)
#000000
(0,0,0)

Tints of #797CAD

#797CAD
(121,124,173)
#8587B4
(133,135,180)
#9192BB
(145,146,187)
#9D9DC2
(157,157,194)
#A9A8C9
(169,168,201)
#B5B3D0
(181,179,208)
#C1BED7
(193,190,215)
#CDC9DE
(205,201,222)
#D9D4E5
(217,212,229)
#E5DFEC
(229,223,236)
#F1EAF3
(241,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #797CAD color. Also use rgb(121,124,173) instead hex code.

Text Font Color

.myTextColor { color: #797CAD; }

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

This text font color is #797CAD.


Background Color

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

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

This div background color is #797CAD.


Border color

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

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

This div border color is #797CAD.


Opacity

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

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

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

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

This text has shadow with #797CAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797CAD on black background.


Color preview on white background

This text has color #797CAD on white background.



Black color preview on #797CAD background

This text has black color on #797CAD background.


White color preview on #797CAD background

This text has white color on #797CAD background.