COLOR #81789B

HEX: #81789B RGB: (129,120,155)

Color info

#81789B contains red, green and blue colors in about the same proportion. Web safe color of #81789B is #996699 (or #969).

RGB color model

#81789B color RGB value is (129,120,155).

RGB: (129,120,155) (51%, 47%, 61%)

RGB channels and saturation

R 129 of 255 = 51%
G 120 of 255 = 47%
B 155 of 255 = 61%

129
120
155

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

Portions of RGB colors in percentages

R + G + B = 129 + 120 + 155 = 404 (100%)
R 129 of 404 ~ 31.93%
G 120 of 404 ~ 29.7%
B 155 of 404 ~ 38.37'%

%31.93
%29.7
%38.37

CMYK color model

#81789B color CMYK value is (17,23,0,39).

  • cyan value is 16.77%
  • magenta value is 22.58%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (17,23,0,39)
C17M23Y0K39 (17%, 23%, 0%, 39%)
(0.17 / 0.23 / 0.00 / 0.39)

CMYK percentages

%16.77
%22.58
%0
%39.22

Codes

Color #81789B in popluar color models

81 78 9B
RGB 129 120 155
HSL 255° 14.89% 53.92%
HSB/HSV 255° 22.58% 60.78%
CMYK 16.77% 22.58% 0.00%
39.22%

Color #81789B in popluar number systems.

HEX 81 78 9B
Decimal 129 120 155
Binary 10000001 1111000 10011011
Octal 201 170 233

Shades and tints

Shades of #81789B

#81789B
(129,120,155)
#766E8D
(118,110,141)
#6B647F
(107,100,127)
#605A71
(96,90,113)
#555063
(85,80,99)
#4A4655
(74,70,85)
#3F3C47
(63,60,71)
#343239
(52,50,57)
#29282B
(41,40,43)
#1E1E1D
(30,30,29)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #81789B

#81789B
(129,120,155)
#8C84A4
(140,132,164)
#9790AD
(151,144,173)
#A29CB6
(162,156,182)
#ADA8BF
(173,168,191)
#B8B4C8
(184,180,200)
#C3C0D1
(195,192,209)
#CECCDA
(206,204,218)
#D9D8E3
(217,216,227)
#E4E4EC
(228,228,236)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81789B color. Also use rgb(129,120,155) instead hex code.

Text Font Color

.myTextColor { color: #81789B; }

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

This text font color is #81789B.

Background Color

.myBgColor { background-color: #81789B; }

<div style="background-color:#81789B">Inner text</div>

This div background color is #81789B.

Border color

.myBorderColor { border: 1px solid #81789B; }

<div style="border:3px solid #81789B">Div</div>

This div border color is #81789B.

Opacity

.myOpacity80 { color: #81789B; opacity: 0.8; }

<p style="color:#81789B;opacity:0.8;">80%</p>

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

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

This text has shadow with #81789B color.


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

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

This text has shadow with #81789B primary color and red secondary color.


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

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

This text has shadow with #81789B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #81789B.

Preview

Color preview on black background

This text has color #81789B on black background.


Color preview on white background

This text has color #81789B on white background.


Black color preview on #81789B background

This text has black color on #81789B background.


White color preview on #81789B background

This text has white color on #81789B background.


Related colors

Complementary color

Complementary color for #hex is #7E8764.


I love getcolorcode.com

Triadic colors

1 #9B8178 and #789B81 with #81789B are triadic colors.

2 #9B7881 and #78819B with #81789B are triadic colors.