COLOR #7A819D

HEX: #7A819D RGB: (122,129,157)

Color info

#7A819D contains red, green and blue colors in about the same proportion. Web safe color of #7A819D is #669999 (or #699).

RGB color model

#7A819D color RGB value is (122,129,157).

RGB: (122,129,157) (48%, 51%, 62%)

RGB channels and saturation

R 122 of 255 = 48%
G 129 of 255 = 51%
B 157 of 255 = 62%

122
129
157

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

Portions of RGB colors in percentages

R + G + B = 122 + 129 + 157 = 408 (100%)
R 122 of 408 ~ 29.9%
G 129 of 408 ~ 31.62%
B 157 of 408 ~ 38.48'%

%29.9
%31.62
%38.48

CMYK color model

#7A819D color CMYK value is (22,18,0,38).

  • cyan value is 22.29%
  • magenta value is 17.83%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (22,18,0,38)
C22M18Y0K38 (22%, 18%, 0%, 38%)
(0.22 / 0.18 / 0.00 / 0.38)

CMYK percentages

%22.29
%17.83
%0
%38.43

Codes

Color #7A819D in popluar color models

7A 81 9D
RGB 122 129 157
HSL 228° 15.15% 54.71%
HSB/HSV 228° 22.29% 61.57%
CMYK 22.29% 17.83% 0.00%
38.43%

Color #7A819D in popluar number systems.

HEX 7A 81 9D
Decimal 122 129 157
Binary 1111010 10000001 10011101
Octal 172 201 235

Shades and tints

Shades of #7A819D

#7A819D
(122,129,157)
#6F768F
(111,118,143)
#646B81
(100,107,129)
#596073
(89,96,115)
#4E5565
(78,85,101)
#434A57
(67,74,87)
#383F49
(56,63,73)
#2D343B
(45,52,59)
#22292D
(34,41,45)
#171E1F
(23,30,31)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #7A819D

#7A819D
(122,129,157)
#868CA5
(134,140,165)
#9297AD
(146,151,173)
#9EA2B5
(158,162,181)
#AAADBD
(170,173,189)
#B6B8C5
(182,184,197)
#C2C3CD
(194,195,205)
#CECED5
(206,206,213)
#DAD9DD
(218,217,221)
#E6E4E5
(230,228,229)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A819D color. Also use rgb(122,129,157) instead hex code.

Text Font Color

.myTextColor { color: #7A819D; }

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

This text font color is #7A819D.

Background Color

.myBgColor { background-color: #7A819D; }

<div style="background-color:#7A819D">Inner text</div>

This div background color is #7A819D.

Border color

.myBorderColor { border: 1px solid #7A819D; }

<div style="border:3px solid #7A819D">Div</div>

This div border color is #7A819D.

Opacity

.myOpacity80 { color: #7A819D; opacity: 0.8; }

<p style="color:#7A819D;opacity:0.8;">80%</p>

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

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

This text has shadow with #7A819D color.


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

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

This text has shadow with #7A819D primary color and red secondary color.


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

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

This text has shadow with #7A819D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7A819D.

Preview

Color preview on black background

This text has color #7A819D on black background.


Color preview on white background

This text has color #7A819D on white background.


Black color preview on #7A819D background

This text has black color on #7A819D background.


White color preview on #7A819D background

This text has white color on #7A819D background.


Related colors

Complementary color

Complementary color for #hex is #857E62.


I love getcolorcode.com

Triadic colors

1 #9D7A81 and #819D7A with #7A819D are triadic colors.

2 #9D817A and #817A9D with #7A819D are triadic colors.