COLOR #797ADA

HEX: #797ADA
RGB: (121,122,218)

Color info

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

RGB color model

#797ADA color RGB value is (121,122,218).

  • red value is 121;
  • green value is 122;
  • blue value is 218.
RGB:
(121,122,218)
(47%,48%,85%)

RGB channels and saturation

R 121 of 255 = 47%
G 122 of 255 = 48%
B 218 of 255 = 85%

121
122
218

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

Portions of RGB colors in percentages

R + G + B =
121 + 122 + 218 = 461 (100%)
R 121 of 461 ~ 26.25%
G 122 of 461 ~ 26.46%
B 218 of 461 ~ 47.29%

%26.25
%26.46
%47.29

CMYK color model

#797ADA color CMYK value is (44,44,0,15).

  • cyan value is 44.50%
  • magenta value is 44.04%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(44,44,0,15)
C44M44Y0K15 
(44%,44%,0%,15%)
(0.44/0.44/0.00/0.15)	

CMYK percentages

%44.5
%44.04
%0
%14.51

Codes

Color #797ADA in popluar color models

797ADA
RGB121122218
HSL239°56.73%66.47%
HSB/HSV239°44.50%85.49%
CMYK44.50%44.04%0.00%
14.51%

Color #797ADA in popluar number systems.

HEX797ADA
Decimal121122218
Binary1111001111101011011010
Octal171172332

Shades and tints

Shades of #797ADA

#797ADA
(121,122,218)
#6E6FC7
(110,111,199)
#6364B4
(99,100,180)
#5859A1
(88,89,161)
#4D4E8E
(77,78,142)
#42437B
(66,67,123)
#373868
(55,56,104)
#2C2D55
(44,45,85)
#212242
(33,34,66)
#16172F
(22,23,47)
#0B0C1C
(11,12,28)
#000000
(0,0,0)

Tints of #797ADA

#797ADA
(121,122,218)
#8586DD
(133,134,221)
#9192E0
(145,146,224)
#9D9EE3
(157,158,227)
#A9AAE6
(169,170,230)
#B5B6E9
(181,182,233)
#C1C2EC
(193,194,236)
#CDCEEF
(205,206,239)
#D9DAF2
(217,218,242)
#E5E6F5
(229,230,245)
#F1F2F8
(241,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #797ADA color. Also use rgb(121,122,218) instead hex code.

Text Font Color

.myTextColor { color: #797ADA; }

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

This text font color is #797ADA.


Background Color

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

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

This div background color is #797ADA.


Border color

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

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

This div border color is #797ADA.


Opacity

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

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

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

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

This text has shadow with #797ADA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797ADA on black background.


Color preview on white background

This text has color #797ADA on white background.



Black color preview on #797ADA background

This text has black color on #797ADA background.


White color preview on #797ADA background

This text has white color on #797ADA background.