COLOR #7979AD

HEX: #7979AD
RGB: (121,121,173)

Color info

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

RGB color model

#7979AD color RGB value is (121,121,173).

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

RGB channels and saturation

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

121
121
173

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

Portions of RGB colors in percentages

R + G + B =
121 + 121 + 173 = 415 (100%)
R 121 of 415 ~ 29.16%
G 121 of 415 ~ 29.16%
B 173 of 415 ~ 41.69%

%29.16
%29.16
%41.69

CMYK color model

#7979AD color CMYK value is (30,30,0,32).

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

CMYK percentages

%30.06
%30.06
%0
%32.16

Codes

Color #7979AD in popluar color models

7979AD
RGB121121173
HSL240°24.07%57.65%
HSB/HSV240°30.06%67.84%
CMYK30.06%30.06%0.00%
32.16%

Color #7979AD in popluar number systems.

HEX7979AD
Decimal121121173
Binary1111001111100110101101
Octal171171255

Shades and tints

Shades of #7979AD

#7979AD
(121,121,173)
#6E6E9E
(110,110,158)
#63638F
(99,99,143)
#585880
(88,88,128)
#4D4D71
(77,77,113)
#424262
(66,66,98)
#373753
(55,55,83)
#2C2C44
(44,44,68)
#212135
(33,33,53)
#161626
(22,22,38)
#0B0B17
(11,11,23)
#000000
(0,0,0)

Tints of #7979AD

#7979AD
(121,121,173)
#8585B4
(133,133,180)
#9191BB
(145,145,187)
#9D9DC2
(157,157,194)
#A9A9C9
(169,169,201)
#B5B5D0
(181,181,208)
#C1C1D7
(193,193,215)
#CDCDDE
(205,205,222)
#D9D9E5
(217,217,229)
#E5E5EC
(229,229,236)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7979AD; }

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

This text font color is #7979AD.


Background Color

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

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

This div background color is #7979AD.


Border color

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

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

This div border color is #7979AD.


Opacity

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

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

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

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

This text has shadow with #7979AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7979AD on black background.


Color preview on white background

This text has color #7979AD on white background.



Black color preview on #7979AD background

This text has black color on #7979AD background.


White color preview on #7979AD background

This text has white color on #7979AD background.