COLOR #85809D

HEX: #85809D RGB: (133,128,157)

Color info

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

RGB color model

#85809D color RGB value is (133,128,157).

RGB: (133,128,157) (52%, 50%, 62%)

RGB channels and saturation

R 133 of 255 = 52%
G 128 of 255 = 50%
B 157 of 255 = 62%

133
128
157

R + G + B ~ 55%. #85809D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 128 + 157 = 418 (100%)
R 133 of 418 ~ 31.82%
G 128 of 418 ~ 30.62%
B 157 of 418 ~ 37.56'%

%31.82
%30.62
%37.56

CMYK color model

#85809D color CMYK value is (15,18,0,38).

  • cyan value is 15.29%
  • magenta value is 18.47%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (15,18,0,38)
C15M18Y0K38 (15%, 18%, 0%, 38%)
(0.15 / 0.18 / 0.00 / 0.38)

CMYK percentages

%15.29
%18.47
%0
%38.43

Codes

Color #85809D in popluar color models

85 80 9D
RGB 133 128 157
HSL 250° 12.89% 55.88%
HSB/HSV 250° 18.47% 61.57%
CMYK 15.29% 18.47% 0.00%
38.43%

Color #85809D in popluar number systems.

HEX 85 80 9D
Decimal 133 128 157
Binary 10000101 10000000 10011101
Octal 205 200 235

Shades and tints

Shades of #85809D

#85809D
(133,128,157)
#79758F
(121,117,143)
#6D6A81
(109,106,129)
#615F73
(97,95,115)
#555465
(85,84,101)
#494957
(73,73,87)
#3D3E49
(61,62,73)
#31333B
(49,51,59)
#25282D
(37,40,45)
#191D1F
(25,29,31)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #85809D

#85809D
(133,128,157)
#908BA5
(144,139,165)
#9B96AD
(155,150,173)
#A6A1B5
(166,161,181)
#B1ACBD
(177,172,189)
#BCB7C5
(188,183,197)
#C7C2CD
(199,194,205)
#D2CDD5
(210,205,213)
#DDD8DD
(221,216,221)
#E8E3E5
(232,227,229)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85809D color. Also use rgb(133,128,157) instead hex code.

Text Font Color

.myTextColor { color: #85809D; }

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

This text font color is #85809D.

Background Color

.myBgColor { background-color: #85809D; }

<div style="background-color:#85809D">Inner text</div>

This div background color is #85809D.

Border color

.myBorderColor { border: 1px solid #85809D; }

<div style="border:3px solid #85809D">Div</div>

This div border color is #85809D.

Opacity

.myOpacity80 { color: #85809D; opacity: 0.8; }

<p style="color:#85809D;opacity:0.8;">80%</p>

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

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

This text has shadow with #85809D color.


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

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

This text has shadow with #85809D primary color and red secondary color.


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

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

This text has shadow with #85809D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #85809D.

Preview

Color preview on black background

This text has color #85809D on black background.


Color preview on white background

This text has color #85809D on white background.


Black color preview on #85809D background

This text has black color on #85809D background.


White color preview on #85809D background

This text has white color on #85809D background.


Related colors

Complementary color

Complementary color for #hex is #7A7F62.


I love getcolorcode.com

Triadic colors

1 #9D8580 and #809D85 with #85809D are triadic colors.

2 #9D8085 and #80859D with #85809D are triadic colors.