COLOR #8F79AD

HEX: #8F79AD
RGB: (143,121,173)

Color info

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

RGB color model

#8F79AD color RGB value is (143,121,173).

  • red value is 143;
  • green value is 121;
  • blue value is 173.
RGB:
(143,121,173)
(56%,47%,68%)

RGB channels and saturation

R 143 of 255 = 56%
G 121 of 255 = 47%
B 173 of 255 = 68%

143
121
173

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

Portions of RGB colors in percentages

R + G + B =
143 + 121 + 173 = 437 (100%)
R 143 of 437 ~ 32.72%
G 121 of 437 ~ 27.69%
B 173 of 437 ~ 39.59%

%32.72
%27.69
%39.59

CMYK color model

#8F79AD color CMYK value is (17,30,0,32).

  • cyan value is 17.34%
  • magenta value is 30.06%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(17,30,0,32)
C17M30Y0K32 
(17%,30%,0%,32%)
(0.17/0.30/0.00/0.32)	

CMYK percentages

%17.34
%30.06
%0
%32.16

Codes

Color #8F79AD in popluar color models

8F79AD
RGB143121173
HSL265°24.07%57.65%
HSB/HSV265°30.06%67.84%
CMYK17.34%30.06%0.00%
32.16%

Color #8F79AD in popluar number systems.

HEX8F79AD
Decimal143121173
Binary10001111111100110101101
Octal217171255

Shades and tints

Shades of #8F79AD

#8F79AD
(143,121,173)
#826E9E
(130,110,158)
#75638F
(117,99,143)
#685880
(104,88,128)
#5B4D71
(91,77,113)
#4E4262
(78,66,98)
#413753
(65,55,83)
#342C44
(52,44,68)
#272135
(39,33,53)
#1A1626
(26,22,38)
#0D0B17
(13,11,23)
#000000
(0,0,0)

Tints of #8F79AD

#8F79AD
(143,121,173)
#9985B4
(153,133,180)
#A391BB
(163,145,187)
#AD9DC2
(173,157,194)
#B7A9C9
(183,169,201)
#C1B5D0
(193,181,208)
#CBC1D7
(203,193,215)
#D5CDDE
(213,205,222)
#DFD9E5
(223,217,229)
#E9E5EC
(233,229,236)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F79AD color. Also use rgb(143,121,173) instead hex code.

Text Font Color

.myTextColor { color: #8F79AD; }

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

This text font color is #8F79AD.


Background Color

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

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

This div background color is #8F79AD.


Border color

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

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

This div border color is #8F79AD.


Opacity

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

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

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

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

This text has shadow with #8F79AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F79AD on black background.


Color preview on white background

This text has color #8F79AD on white background.



Black color preview on #8F79AD background

This text has black color on #8F79AD background.


White color preview on #8F79AD background

This text has white color on #8F79AD background.