COLOR #8A789F

HEX: #8A789F RGB: (138,120,159)

Color info

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

RGB color model

#8A789F color RGB value is (138,120,159).

RGB: (138,120,159) (54%, 47%, 62%)

RGB channels and saturation

R 138 of 255 = 54%
G 120 of 255 = 47%
B 159 of 255 = 62%

138
120
159

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

Portions of RGB colors in percentages

R + G + B = 138 + 120 + 159 = 417 (100%)
R 138 of 417 ~ 33.09%
G 120 of 417 ~ 28.78%
B 159 of 417 ~ 38.13'%

%33.09
%28.78
%38.13

CMYK color model

#8A789F color CMYK value is (13,25,0,38).

  • cyan value is 13.21%
  • magenta value is 24.53%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (13,25,0,38)
C13M25Y0K38 (13%, 25%, 0%, 38%)
(0.13 / 0.25 / 0.00 / 0.38)

CMYK percentages

%13.21
%24.53
%0
%37.65

Codes

Color #8A789F in popluar color models

8A 78 9F
RGB 138 120 159
HSL 268° 16.88% 54.71%
HSB/HSV 268° 24.53% 62.35%
CMYK 13.21% 24.53% 0.00%
37.65%

Color #8A789F in popluar number systems.

HEX 8A 78 9F
Decimal 138 120 159
Binary 10001010 1111000 10011111
Octal 212 170 237

Shades and tints

Shades of #8A789F

#8A789F
(138,120,159)
#7E6E91
(126,110,145)
#726483
(114,100,131)
#665A75
(102,90,117)
#5A5067
(90,80,103)
#4E4659
(78,70,89)
#423C4B
(66,60,75)
#36323D
(54,50,61)
#2A282F
(42,40,47)
#1E1E21
(30,30,33)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #8A789F

#8A789F
(138,120,159)
#9484A7
(148,132,167)
#9E90AF
(158,144,175)
#A89CB7
(168,156,183)
#B2A8BF
(178,168,191)
#BCB4C7
(188,180,199)
#C6C0CF
(198,192,207)
#D0CCD7
(208,204,215)
#DAD8DF
(218,216,223)
#E4E4E7
(228,228,231)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A789F color. Also use rgb(138,120,159) instead hex code.

Text Font Color

.myTextColor { color: #8A789F; }

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

This text font color is #8A789F.

Background Color

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

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

This div background color is #8A789F.

Border color

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

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

This div border color is #8A789F.

Opacity

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

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

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

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

This text has shadow with #8A789F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A789F.

Preview

Color preview on black background

This text has color #8A789F on black background.


Color preview on white background

This text has color #8A789F on white background.


Black color preview on #8A789F background

This text has black color on #8A789F background.


White color preview on #8A789F background

This text has white color on #8A789F background.


Related colors

Complementary color

Complementary color for #8A789F is #758760.


I love getcolorcode.com

Triadic colors

1 #9F8A78 and #789F8A with #8A789F are triadic colors.

2 #9F788A and #788A9F with #8A789F are triadic colors.