COLOR #85789B

HEX: #85789B
RGB: (133,120,155)

Color info

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

RGB color model

#85789B color RGB value is (133,120,155).

  • red value is 133;
  • green value is 120;
  • blue value is 155.
RGB:
(133,120,155)
(52%,47%,61%)

RGB channels and saturation

R 133 of 255 = 52%
G 120 of 255 = 47%
B 155 of 255 = 61%

133
120
155

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

Portions of RGB colors in percentages

R + G + B =
133 + 120 + 155 = 408 (100%)
R 133 of 408 ~ 32.6%
G 120 of 408 ~ 29.41%
B 155 of 408 ~ 37.99%

%32.6
%29.41
%37.99

CMYK color model

#85789B color CMYK value is (14,23,0,39).

  • cyan value is 14.19%
  • magenta value is 22.58%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(14,23,0,39)
C14M23Y0K39 
(14%,23%,0%,39%)
(0.14/0.23/0.00/0.39)	

CMYK percentages

%14.19
%22.58
%0
%39.22

Codes

Color #85789B in popluar color models

85789B
RGB133120155
HSL262°14.89%53.92%
HSB/HSV262°22.58%60.78%
CMYK14.19%22.58%0.00%
39.22%

Color #85789B in popluar number systems.

HEX85789B
Decimal133120155
Binary10000101111100010011011
Octal205170233

Shades and tints

Shades of #85789B

#85789B
(133,120,155)
#796E8D
(121,110,141)
#6D647F
(109,100,127)
#615A71
(97,90,113)
#555063
(85,80,99)
#494655
(73,70,85)
#3D3C47
(61,60,71)
#313239
(49,50,57)
#25282B
(37,40,43)
#191E1D
(25,30,29)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #85789B

#85789B
(133,120,155)
#9084A4
(144,132,164)
#9B90AD
(155,144,173)
#A69CB6
(166,156,182)
#B1A8BF
(177,168,191)
#BCB4C8
(188,180,200)
#C7C0D1
(199,192,209)
#D2CCDA
(210,204,218)
#DDD8E3
(221,216,227)
#E8E4EC
(232,228,236)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85789B; }

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

This text font color is #85789B.


Background Color

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

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

This div background color is #85789B.


Border color

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

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

This div border color is #85789B.


Opacity

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

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

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

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

This text has shadow with #85789B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85789B on black background.


Color preview on white background

This text has color #85789B on white background.



Black color preview on #85789B background

This text has black color on #85789B background.


White color preview on #85789B background

This text has white color on #85789B background.