COLOR #7979A8

HEX: #7979A8 RGB: (121,121,168)

Color info

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

RGB color model

#7979A8 color RGB value is (121,121,168).

RGB: (121,121,168) (47%, 47%, 66%)

RGB channels and saturation

R 121 of 255 = 47%
G 121 of 255 = 47%
B 168 of 255 = 66%

121
121
168

R + G + B ~ 53%. #7979A8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 121 + 121 + 168 = 410 (100%)
R 121 of 410 ~ 29.51%
G 121 of 410 ~ 29.51%
B 168 of 410 ~ 40.98'%

%29.51
%29.51
%40.98

CMYK color model

#7979A8 color CMYK value is (28,28,0,34).

  • cyan value is 27.98%
  • magenta value is 27.98%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (28,28,0,34)
C28M28Y0K34 (28%, 28%, 0%, 34%)
(0.28 / 0.28 / 0.00 / 0.34)

CMYK percentages

%27.98
%27.98
%0
%34.12

Codes

Color #7979A8 in popluar color models

79 79 A8
RGB 121 121 168
HSL 240° 21.27% 56.67%
HSB/HSV 240° 27.98% 65.88%
CMYK 27.98% 27.98% 0.00%
34.12%

Color #7979A8 in popluar number systems.

HEX 79 79 A8
Decimal 121 121 168
Binary 1111001 1111001 10101000
Octal 171 171 250

Shades and tints

Shades of #7979A8

#7979A8
(121,121,168)
#6E6E99
(110,110,153)
#63638A
(99,99,138)
#58587B
(88,88,123)
#4D4D6C
(77,77,108)
#42425D
(66,66,93)
#37374E
(55,55,78)
#2C2C3F
(44,44,63)
#212130
(33,33,48)
#161621
(22,22,33)
#0B0B12
(11,11,18)
#000000
(0,0,0)

Tints of #7979A8

#7979A8
(121,121,168)
#8585AF
(133,133,175)
#9191B6
(145,145,182)
#9D9DBD
(157,157,189)
#A9A9C4
(169,169,196)
#B5B5CB
(181,181,203)
#C1C1D2
(193,193,210)
#CDCDD9
(205,205,217)
#D9D9E0
(217,217,224)
#E5E5E7
(229,229,231)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7979A8 color. Also use rgb(121,121,168) instead hex code.

Text Font Color

.myTextColor { color: #7979A8; }

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

This text font color is #7979A8.

Background Color

.myBgColor { background-color: #7979A8; }

<div style="background-color:#7979A8">Inner text</div>

This div background color is #7979A8.

Border color

.myBorderColor { border: 1px solid #7979A8; }

<div style="border:3px solid #7979A8">Div</div>

This div border color is #7979A8.

Opacity

.myOpacity80 { color: #7979A8; opacity: 0.8; }

<p style="color:#7979A8;opacity:0.8;">80%</p>

Text with #7979A8 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 #7979A8;}

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

This text has shadow with #7979A8 color.


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

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

This text has shadow with #7979A8 primary color and red secondary color.


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

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

This text has shadow with #7979A8 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7979A8.

Preview

Color preview on black background

This text has color #7979A8 on black background.


Color preview on white background

This text has color #7979A8 on white background.


Black color preview on #7979A8 background

This text has black color on #7979A8 background.


White color preview on #7979A8 background

This text has white color on #7979A8 background.


Related colors

Complementary color

Complementary color for #hex is #868657.


I love getcolorcode.com