COLOR #8F7BBD

HEX: #8F7BBD RGB: (143,123,189)

Color info

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

RGB color model

#8F7BBD color RGB value is (143,123,189).

RGB: (143,123,189) (56%, 48%, 74%)

RGB channels and saturation

R 143 of 255 = 56%
G 123 of 255 = 48%
B 189 of 255 = 74%

143
123
189

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

Portions of RGB colors in percentages

R + G + B = 143 + 123 + 189 = 455 (100%)
R 143 of 455 ~ 31.43%
G 123 of 455 ~ 27.03%
B 189 of 455 ~ 41.54'%

%31.43
%27.03
%41.54

CMYK color model

#8F7BBD color CMYK value is (24,35,0,26).

  • cyan value is 24.34%
  • magenta value is 34.92%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (24,35,0,26)
C24M35Y0K26 (24%, 35%, 0%, 26%)
(0.24 / 0.35 / 0.00 / 0.26)

CMYK percentages

%24.34
%34.92
%0
%25.88

Codes

Color #8F7BBD in popluar color models

8F 7B BD
RGB 143 123 189
HSL 258° 33.33% 61.18%
HSB/HSV 258° 34.92% 74.12%
CMYK 24.34% 34.92% 0.00%
25.88%

Color #8F7BBD in popluar number systems.

HEX 8F 7B BD
Decimal 143 123 189
Binary 10001111 1111011 10111101
Octal 217 173 275

Shades and tints

Shades of #8F7BBD

#8F7BBD
(143,123,189)
#8270AC
(130,112,172)
#75659B
(117,101,155)
#685A8A
(104,90,138)
#5B4F79
(91,79,121)
#4E4468
(78,68,104)
#413957
(65,57,87)
#342E46
(52,46,70)
#272335
(39,35,53)
#1A1824
(26,24,36)
#0D0D13
(13,13,19)
#000000
(0,0,0)

Tints of #8F7BBD

#8F7BBD
(143,123,189)
#9987C3
(153,135,195)
#A393C9
(163,147,201)
#AD9FCF
(173,159,207)
#B7ABD5
(183,171,213)
#C1B7DB
(193,183,219)
#CBC3E1
(203,195,225)
#D5CFE7
(213,207,231)
#DFDBED
(223,219,237)
#E9E7F3
(233,231,243)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F7BBD color. Also use rgb(143,123,189) instead hex code.

Text Font Color

.myTextColor { color: #8F7BBD; }

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

This text font color is #8F7BBD.

Background Color

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

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

This div background color is #8F7BBD.

Border color

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

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

This div border color is #8F7BBD.

Opacity

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

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

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

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

This text has shadow with #8F7BBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F7BBD.

Preview

Color preview on black background

This text has color #8F7BBD on black background.


Color preview on white background

This text has color #8F7BBD on white background.


Black color preview on #8F7BBD background

This text has black color on #8F7BBD background.


White color preview on #8F7BBD background

This text has white color on #8F7BBD background.


Related colors

Complementary color

Complementary color for #hex is #708442.


I love getcolorcode.com

Triadic colors

1 #BD8F7B and #7BBD8F with #8F7BBD are triadic colors.

2 #BD7B8F and #7B8FBD with #8F7BBD are triadic colors.