COLOR #797DC4

HEX: #797DC4 RGB: (121,125,196)

Color info

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

RGB color model

#797DC4 color RGB value is (121,125,196).

RGB: (121,125,196) (47%, 49%, 77%)

RGB channels and saturation

R 121 of 255 = 47%
G 125 of 255 = 49%
B 196 of 255 = 77%

121
125
196

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

Portions of RGB colors in percentages

R + G + B = 121 + 125 + 196 = 442 (100%)
R 121 of 442 ~ 27.38%
G 125 of 442 ~ 28.28%
B 196 of 442 ~ 44.34'%

%27.38
%28.28
%44.34

CMYK color model

#797DC4 color CMYK value is (38,36,0,23).

  • cyan value is 38.27%
  • magenta value is 36.22%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (38,36,0,23)
C38M36Y0K23 (38%, 36%, 0%, 23%)
(0.38 / 0.36 / 0.00 / 0.23)

CMYK percentages

%38.27
%36.22
%0
%23.14

Codes

Color #797DC4 in popluar color models

79 7D C4
RGB 121 125 196
HSL 237° 38.86% 62.16%
HSB/HSV 237° 38.27% 76.86%
CMYK 38.27% 36.22% 0.00%
23.14%

Color #797DC4 in popluar number systems.

HEX 79 7D C4
Decimal 121 125 196
Binary 1111001 1111101 11000100
Octal 171 175 304

Shades and tints

Shades of #797DC4

#797DC4
(121,125,196)
#6E72B3
(110,114,179)
#6367A2
(99,103,162)
#585C91
(88,92,145)
#4D5180
(77,81,128)
#42466F
(66,70,111)
#373B5E
(55,59,94)
#2C304D
(44,48,77)
#21253C
(33,37,60)
#161A2B
(22,26,43)
#0B0F1A
(11,15,26)
#000000
(0,0,0)

Tints of #797DC4

#797DC4
(121,125,196)
#8588C9
(133,136,201)
#9193CE
(145,147,206)
#9D9ED3
(157,158,211)
#A9A9D8
(169,169,216)
#B5B4DD
(181,180,221)
#C1BFE2
(193,191,226)
#CDCAE7
(205,202,231)
#D9D5EC
(217,213,236)
#E5E0F1
(229,224,241)
#F1EBF6
(241,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #797DC4 color. Also use rgb(121,125,196) instead hex code.

Text Font Color

.myTextColor { color: #797DC4; }

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

This text font color is #797DC4.

Background Color

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

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

This div background color is #797DC4.

Border color

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

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

This div border color is #797DC4.

Opacity

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

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

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

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

This text has shadow with #797DC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #797DC4.

Preview

Color preview on black background

This text has color #797DC4 on black background.


Color preview on white background

This text has color #797DC4 on white background.


Black color preview on #797DC4 background

This text has black color on #797DC4 background.


White color preview on #797DC4 background

This text has white color on #797DC4 background.


Related colors

Complementary color

Complementary color for #hex is #86823B.


I love getcolorcode.com

Triadic colors

1 #C4797D and #7DC479 with #797DC4 are triadic colors.

2 #C47D79 and #7D79C4 with #797DC4 are triadic colors.