COLOR #8F739A

HEX: #8F739A RGB: (143,115,154)

Color info

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

RGB color model

#8F739A color RGB value is (143,115,154).

RGB: (143,115,154) (56%, 45%, 60%)

RGB channels and saturation

R 143 of 255 = 56%
G 115 of 255 = 45%
B 154 of 255 = 60%

143
115
154

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

Portions of RGB colors in percentages

R + G + B = 143 + 115 + 154 = 412 (100%)
R 143 of 412 ~ 34.71%
G 115 of 412 ~ 27.91%
B 154 of 412 ~ 37.38'%

%34.71
%27.91
%37.38

CMYK color model

#8F739A color CMYK value is (7,25,0,40).

  • cyan value is 7.14%
  • magenta value is 25.32%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (7,25,0,40)
C7M25Y0K40 (7%, 25%, 0%, 40%)
(0.07 / 0.25 / 0.00 / 0.40)

CMYK percentages

%7.14
%25.32
%0
%39.61

Codes

Color #8F739A in popluar color models

8F 73 9A
RGB 143 115 154
HSL 283° 16.18% 52.75%
HSB/HSV 283° 25.32% 60.39%
CMYK 7.14% 25.32% 0.00%
39.61%

Color #8F739A in popluar number systems.

HEX 8F 73 9A
Decimal 143 115 154
Binary 10001111 1110011 10011010
Octal 217 163 232

Shades and tints

Shades of #8F739A

#8F739A
(143,115,154)
#82698C
(130,105,140)
#755F7E
(117,95,126)
#685570
(104,85,112)
#5B4B62
(91,75,98)
#4E4154
(78,65,84)
#413746
(65,55,70)
#342D38
(52,45,56)
#27232A
(39,35,42)
#1A191C
(26,25,28)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #8F739A

#8F739A
(143,115,154)
#997FA3
(153,127,163)
#A38BAC
(163,139,172)
#AD97B5
(173,151,181)
#B7A3BE
(183,163,190)
#C1AFC7
(193,175,199)
#CBBBD0
(203,187,208)
#D5C7D9
(213,199,217)
#DFD3E2
(223,211,226)
#E9DFEB
(233,223,235)
#F3EBF4
(243,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F739A color. Also use rgb(143,115,154) instead hex code.

Text Font Color

.myTextColor { color: #8F739A; }

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

This text font color is #8F739A.

Background Color

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

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

This div background color is #8F739A.

Border color

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

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

This div border color is #8F739A.

Opacity

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

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

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

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

This text has shadow with #8F739A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F739A.

Preview

Color preview on black background

This text has color #8F739A on black background.


Color preview on white background

This text has color #8F739A on white background.


Black color preview on #8F739A background

This text has black color on #8F739A background.


White color preview on #8F739A background

This text has white color on #8F739A background.


Related colors

Complementary color

Complementary color for #hex is #708C65.


I love getcolorcode.com

Triadic colors

1 #9A8F73 and #739A8F with #8F739A are triadic colors.

2 #9A738F and #738F9A with #8F739A are triadic colors.