COLOR #7D819E

HEX: #7D819E RGB: (125,129,158)

Color info

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

RGB color model

#7D819E color RGB value is (125,129,158).

RGB: (125,129,158) (49%, 51%, 62%)

RGB channels and saturation

R 125 of 255 = 49%
G 129 of 255 = 51%
B 158 of 255 = 62%

125
129
158

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

Portions of RGB colors in percentages

R + G + B = 125 + 129 + 158 = 412 (100%)
R 125 of 412 ~ 30.34%
G 129 of 412 ~ 31.31%
B 158 of 412 ~ 38.35'%

%30.34
%31.31
%38.35

CMYK color model

#7D819E color CMYK value is (21,18,0,38).

  • cyan value is 20.89%
  • magenta value is 18.35%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (21,18,0,38)
C21M18Y0K38 (21%, 18%, 0%, 38%)
(0.21 / 0.18 / 0.00 / 0.38)

CMYK percentages

%20.89
%18.35
%0
%38.04

Codes

Color #7D819E in popluar color models

7D 81 9E
RGB 125 129 158
HSL 233° 14.54% 55.49%
HSB/HSV 233° 20.89% 61.96%
CMYK 20.89% 18.35% 0.00%
38.04%

Color #7D819E in popluar number systems.

HEX 7D 81 9E
Decimal 125 129 158
Binary 1111101 10000001 10011110
Octal 175 201 236

Shades and tints

Shades of #7D819E

#7D819E
(125,129,158)
#727690
(114,118,144)
#676B82
(103,107,130)
#5C6074
(92,96,116)
#515566
(81,85,102)
#464A58
(70,74,88)
#3B3F4A
(59,63,74)
#30343C
(48,52,60)
#25292E
(37,41,46)
#1A1E20
(26,30,32)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #7D819E

#7D819E
(125,129,158)
#888CA6
(136,140,166)
#9397AE
(147,151,174)
#9EA2B6
(158,162,182)
#A9ADBE
(169,173,190)
#B4B8C6
(180,184,198)
#BFC3CE
(191,195,206)
#CACED6
(202,206,214)
#D5D9DE
(213,217,222)
#E0E4E6
(224,228,230)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D819E color. Also use rgb(125,129,158) instead hex code.

Text Font Color

.myTextColor { color: #7D819E; }

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

This text font color is #7D819E.

Background Color

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

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

This div background color is #7D819E.

Border color

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

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

This div border color is #7D819E.

Opacity

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

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

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

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

This text has shadow with #7D819E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D819E.

Preview

Color preview on black background

This text has color #7D819E on black background.


Color preview on white background

This text has color #7D819E on white background.


Black color preview on #7D819E background

This text has black color on #7D819E background.


White color preview on #7D819E background

This text has white color on #7D819E background.


Related colors

Complementary color

Complementary color for #hex is #827E61.


I love getcolorcode.com

Triadic colors

1 #9E7D81 and #819E7D with #7D819E are triadic colors.

2 #9E817D and #817D9E with #7D819E are triadic colors.