COLOR #8A79AB

HEX: #8A79AB
RGB: (138,121,171)

Color info

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

RGB color model

#8A79AB color RGB value is (138,121,171).

  • red value is 138;
  • green value is 121;
  • blue value is 171.
RGB:
(138,121,171)
(54%,47%,67%)

RGB channels and saturation

R 138 of 255 = 54%
G 121 of 255 = 47%
B 171 of 255 = 67%

138
121
171

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

Portions of RGB colors in percentages

R + G + B =
138 + 121 + 171 = 430 (100%)
R 138 of 430 ~ 32.09%
G 121 of 430 ~ 28.14%
B 171 of 430 ~ 39.77%

%32.09
%28.14
%39.77

CMYK color model

#8A79AB color CMYK value is (19,29,0,33).

  • cyan value is 19.30%
  • magenta value is 29.24%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(19,29,0,33)
C19M29Y0K33 
(19%,29%,0%,33%)
(0.19/0.29/0.00/0.33)	

CMYK percentages

%19.3
%29.24
%0
%32.94

Codes

Color #8A79AB in popluar color models

8A79AB
RGB138121171
HSL260°22.94%57.25%
HSB/HSV260°29.24%67.06%
CMYK19.30%29.24%0.00%
32.94%

Color #8A79AB in popluar number systems.

HEX8A79AB
Decimal138121171
Binary10001010111100110101011
Octal212171253

Shades and tints

Shades of #8A79AB

#8A79AB
(138,121,171)
#7E6E9C
(126,110,156)
#72638D
(114,99,141)
#66587E
(102,88,126)
#5A4D6F
(90,77,111)
#4E4260
(78,66,96)
#423751
(66,55,81)
#362C42
(54,44,66)
#2A2133
(42,33,51)
#1E1624
(30,22,36)
#120B15
(18,11,21)
#000000
(0,0,0)

Tints of #8A79AB

#8A79AB
(138,121,171)
#9485B2
(148,133,178)
#9E91B9
(158,145,185)
#A89DC0
(168,157,192)
#B2A9C7
(178,169,199)
#BCB5CE
(188,181,206)
#C6C1D5
(198,193,213)
#D0CDDC
(208,205,220)
#DAD9E3
(218,217,227)
#E4E5EA
(228,229,234)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A79AB color. Also use rgb(138,121,171) instead hex code.

Text Font Color

.myTextColor { color: #8A79AB; }

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

This text font color is #8A79AB.


Background Color

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

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

This div background color is #8A79AB.


Border color

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

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

This div border color is #8A79AB.


Opacity

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

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

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

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

This text has shadow with #8A79AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A79AB on black background.


Color preview on white background

This text has color #8A79AB on white background.



Black color preview on #8A79AB background

This text has black color on #8A79AB background.


White color preview on #8A79AB background

This text has white color on #8A79AB background.