COLOR #8D759B

HEX: #8D759B RGB: (141,117,155)

Color info

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

RGB color model

#8D759B color RGB value is (141,117,155).

RGB: (141,117,155) (55%, 46%, 61%)

RGB channels and saturation

R 141 of 255 = 55%
G 117 of 255 = 46%
B 155 of 255 = 61%

141
117
155

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

Portions of RGB colors in percentages

R + G + B = 141 + 117 + 155 = 413 (100%)
R 141 of 413 ~ 34.14%
G 117 of 413 ~ 28.33%
B 155 of 413 ~ 37.53'%

%34.14
%28.33
%37.53

CMYK color model

#8D759B color CMYK value is (9,25,0,39).

  • cyan value is 9.03%
  • magenta value is 24.52%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (9,25,0,39)
C9M25Y0K39 (9%, 25%, 0%, 39%)
(0.09 / 0.25 / 0.00 / 0.39)

CMYK percentages

%9.03
%24.52
%0
%39.22

Codes

Color #8D759B in popluar color models

8D 75 9B
RGB 141 117 155
HSL 278° 15.97% 53.33%
HSB/HSV 278° 24.52% 60.78%
CMYK 9.03% 24.52% 0.00%
39.22%

Color #8D759B in popluar number systems.

HEX 8D 75 9B
Decimal 141 117 155
Binary 10001101 1110101 10011011
Octal 215 165 233

Shades and tints

Shades of #8D759B

#8D759B
(141,117,155)
#816B8D
(129,107,141)
#75617F
(117,97,127)
#695771
(105,87,113)
#5D4D63
(93,77,99)
#514355
(81,67,85)
#453947
(69,57,71)
#392F39
(57,47,57)
#2D252B
(45,37,43)
#211B1D
(33,27,29)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #8D759B

#8D759B
(141,117,155)
#9781A4
(151,129,164)
#A18DAD
(161,141,173)
#AB99B6
(171,153,182)
#B5A5BF
(181,165,191)
#BFB1C8
(191,177,200)
#C9BDD1
(201,189,209)
#D3C9DA
(211,201,218)
#DDD5E3
(221,213,227)
#E7E1EC
(231,225,236)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D759B color. Also use rgb(141,117,155) instead hex code.

Text Font Color

.myTextColor { color: #8D759B; }

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

This text font color is #8D759B.

Background Color

.myBgColor { background-color: #8D759B; }

<div style="background-color:#8D759B">Inner text</div>

This div background color is #8D759B.

Border color

.myBorderColor { border: 1px solid #8D759B; }

<div style="border:3px solid #8D759B">Div</div>

This div border color is #8D759B.

Opacity

.myOpacity80 { color: #8D759B; opacity: 0.8; }

<p style="color:#8D759B;opacity:0.8;">80%</p>

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

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

This text has shadow with #8D759B color.


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

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

This text has shadow with #8D759B primary color and red secondary color.


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

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

This text has shadow with #8D759B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8D759B.

Preview

Color preview on black background

This text has color #8D759B on black background.


Color preview on white background

This text has color #8D759B on white background.


Black color preview on #8D759B background

This text has black color on #8D759B background.


White color preview on #8D759B background

This text has white color on #8D759B background.


Related colors

Complementary color

Complementary color for #hex is #728A64.


I love getcolorcode.com

Triadic colors

1 #9B8D75 and #759B8D with #8D759B are triadic colors.

2 #9B758D and #758D9B with #8D759B are triadic colors.