COLOR #8F7CBA

HEX: #8F7CBA RGB: (143,124,186)

Color info

#8F7CBA contains mainly red and blue colors. Web safe color of #8F7CBA is #9966CC (or #96C).

RGB color model

#8F7CBA color RGB value is (143,124,186).

RGB: (143,124,186) (56%, 49%, 73%)

RGB channels and saturation

R 143 of 255 = 56%
G 124 of 255 = 49%
B 186 of 255 = 73%

143
124
186

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

Portions of RGB colors in percentages

R + G + B = 143 + 124 + 186 = 453 (100%)
R 143 of 453 ~ 31.57%
G 124 of 453 ~ 27.37%
B 186 of 453 ~ 41.06'%

%31.57
%27.37
%41.06

CMYK color model

#8F7CBA color CMYK value is (23,33,0,27).

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

CMYK: (23,33,0,27)
C23M33Y0K27 (23%, 33%, 0%, 27%)
(0.23 / 0.33 / 0.00 / 0.27)

CMYK percentages

%23.12
%33.33
%0
%27.06

Codes

Color #8F7CBA in popluar color models

8F 7C BA
RGB 143 124 186
HSL 258° 31.00% 60.78%
HSB/HSV 258° 33.33% 72.94%
CMYK 23.12% 33.33% 0.00%
27.06%

Color #8F7CBA in popluar number systems.

HEX 8F 7C BA
Decimal 143 124 186
Binary 10001111 1111100 10111010
Octal 217 174 272

Shades and tints

Shades of #8F7CBA

#8F7CBA
(143,124,186)
#8271AA
(130,113,170)
#75669A
(117,102,154)
#685B8A
(104,91,138)
#5B507A
(91,80,122)
#4E456A
(78,69,106)
#413A5A
(65,58,90)
#342F4A
(52,47,74)
#27243A
(39,36,58)
#1A192A
(26,25,42)
#0D0E1A
(13,14,26)
#000000
(0,0,0)

Tints of #8F7CBA

#8F7CBA
(143,124,186)
#9987C0
(153,135,192)
#A392C6
(163,146,198)
#AD9DCC
(173,157,204)
#B7A8D2
(183,168,210)
#C1B3D8
(193,179,216)
#CBBEDE
(203,190,222)
#D5C9E4
(213,201,228)
#DFD4EA
(223,212,234)
#E9DFF0
(233,223,240)
#F3EAF6
(243,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F7CBA; }

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

This text font color is #8F7CBA.

Background Color

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

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

This div background color is #8F7CBA.

Border color

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

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

This div border color is #8F7CBA.

Opacity

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

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

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

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

This text has shadow with #8F7CBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F7CBA.

Preview

Color preview on black background

This text has color #8F7CBA on black background.


Color preview on white background

This text has color #8F7CBA on white background.


Black color preview on #8F7CBA background

This text has black color on #8F7CBA background.


White color preview on #8F7CBA background

This text has white color on #8F7CBA background.


Related colors

Complementary color

Complementary color for #hex is #708345.


I love getcolorcode.com

Triadic colors

1 #BA8F7C and #7CBA8F with #8F7CBA are triadic colors.

2 #BA7C8F and #7C8FBA with #8F7CBA are triadic colors.