COLOR #85799C

HEX: #85799C RGB: (133,121,156)

Color info

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

RGB color model

#85799C color RGB value is (133,121,156).

RGB: (133,121,156) (52%, 47%, 61%)

RGB channels and saturation

R 133 of 255 = 52%
G 121 of 255 = 47%
B 156 of 255 = 61%

133
121
156

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

Portions of RGB colors in percentages

R + G + B = 133 + 121 + 156 = 410 (100%)
R 133 of 410 ~ 32.44%
G 121 of 410 ~ 29.51%
B 156 of 410 ~ 38.05'%

%32.44
%29.51
%38.05

CMYK color model

#85799C color CMYK value is (15,22,0,39).

  • cyan value is 14.74%
  • magenta value is 22.44%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (15,22,0,39)
C15M22Y0K39 (15%, 22%, 0%, 39%)
(0.15 / 0.22 / 0.00 / 0.39)

CMYK percentages

%14.74
%22.44
%0
%38.82

Codes

Color #85799C in popluar color models

85 79 9C
RGB 133 121 156
HSL 261° 15.02% 54.31%
HSB/HSV 261° 22.44% 61.18%
CMYK 14.74% 22.44% 0.00%
38.82%

Color #85799C in popluar number systems.

HEX 85 79 9C
Decimal 133 121 156
Binary 10000101 1111001 10011100
Octal 205 171 234

Shades and tints

Shades of #85799C

#85799C
(133,121,156)
#796E8E
(121,110,142)
#6D6380
(109,99,128)
#615872
(97,88,114)
#554D64
(85,77,100)
#494256
(73,66,86)
#3D3748
(61,55,72)
#312C3A
(49,44,58)
#25212C
(37,33,44)
#19161E
(25,22,30)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #85799C

#85799C
(133,121,156)
#9085A5
(144,133,165)
#9B91AE
(155,145,174)
#A69DB7
(166,157,183)
#B1A9C0
(177,169,192)
#BCB5C9
(188,181,201)
#C7C1D2
(199,193,210)
#D2CDDB
(210,205,219)
#DDD9E4
(221,217,228)
#E8E5ED
(232,229,237)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85799C color. Also use rgb(133,121,156) instead hex code.

Text Font Color

.myTextColor { color: #85799C; }

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

This text font color is #85799C.

Background Color

.myBgColor { background-color: #85799C; }

<div style="background-color:#85799C">Inner text</div>

This div background color is #85799C.

Border color

.myBorderColor { border: 1px solid #85799C; }

<div style="border:3px solid #85799C">Div</div>

This div border color is #85799C.

Opacity

.myOpacity80 { color: #85799C; opacity: 0.8; }

<p style="color:#85799C;opacity:0.8;">80%</p>

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

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

This text has shadow with #85799C color.


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

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

This text has shadow with #85799C primary color and red secondary color.


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

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

This text has shadow with #85799C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #85799C.

Preview

Color preview on black background

This text has color #85799C on black background.


Color preview on white background

This text has color #85799C on white background.


Black color preview on #85799C background

This text has black color on #85799C background.


White color preview on #85799C background

This text has white color on #85799C background.


Related colors

Complementary color

Complementary color for #hex is #7A8663.


I love getcolorcode.com

Triadic colors

1 #9C8579 and #799C85 with #85799C are triadic colors.

2 #9C7985 and #79859C with #85799C are triadic colors.