COLOR #8F81BA

HEX: #8F81BA RGB: (143,129,186)

Color info

#8F81BA contains red, green and blue colors in about the same proportion. Web safe color of #8F81BA is #9999CC (or #99C).

RGB color model

#8F81BA color RGB value is (143,129,186).

RGB: (143,129,186) (56%, 51%, 73%)

RGB channels and saturation

R 143 of 255 = 56%
G 129 of 255 = 51%
B 186 of 255 = 73%

143
129
186

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

Portions of RGB colors in percentages

R + G + B = 143 + 129 + 186 = 458 (100%)
R 143 of 458 ~ 31.22%
G 129 of 458 ~ 28.17%
B 186 of 458 ~ 40.61'%

%31.22
%28.17
%40.61

CMYK color model

#8F81BA color CMYK value is (23,31,0,27).

  • cyan value is 23.12%
  • magenta value is 30.65%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (23,31,0,27)
C23M31Y0K27 (23%, 31%, 0%, 27%)
(0.23 / 0.31 / 0.00 / 0.27)

CMYK percentages

%23.12
%30.65
%0
%27.06

Codes

Color #8F81BA in popluar color models

8F 81 BA
RGB 143 129 186
HSL 255° 29.23% 61.76%
HSB/HSV 255° 30.65% 72.94%
CMYK 23.12% 30.65% 0.00%
27.06%

Color #8F81BA in popluar number systems.

HEX 8F 81 BA
Decimal 143 129 186
Binary 10001111 10000001 10111010
Octal 217 201 272

Shades and tints

Shades of #8F81BA

#8F81BA
(143,129,186)
#8276AA
(130,118,170)
#756B9A
(117,107,154)
#68608A
(104,96,138)
#5B557A
(91,85,122)
#4E4A6A
(78,74,106)
#413F5A
(65,63,90)
#34344A
(52,52,74)
#27293A
(39,41,58)
#1A1E2A
(26,30,42)
#0D131A
(13,19,26)
#000000
(0,0,0)

Tints of #8F81BA

#8F81BA
(143,129,186)
#998CC0
(153,140,192)
#A397C6
(163,151,198)
#ADA2CC
(173,162,204)
#B7ADD2
(183,173,210)
#C1B8D8
(193,184,216)
#CBC3DE
(203,195,222)
#D5CEE4
(213,206,228)
#DFD9EA
(223,217,234)
#E9E4F0
(233,228,240)
#F3EFF6
(243,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F81BA color. Also use rgb(143,129,186) instead hex code.

Text Font Color

.myTextColor { color: #8F81BA; }

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

This text font color is #8F81BA.

Background Color

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

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

This div background color is #8F81BA.

Border color

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

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

This div border color is #8F81BA.

Opacity

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

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

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

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

This text has shadow with #8F81BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F81BA.

Preview

Color preview on black background

This text has color #8F81BA on black background.


Color preview on white background

This text has color #8F81BA on white background.


Black color preview on #8F81BA background

This text has black color on #8F81BA background.


White color preview on #8F81BA background

This text has white color on #8F81BA background.


Related colors

Complementary color

Complementary color for #hex is #707E45.


I love getcolorcode.com

Triadic colors

1 #BA8F81 and #81BA8F with #8F81BA are triadic colors.

2 #BA818F and #818FBA with #8F81BA are triadic colors.