COLOR #8B7CAF

HEX: #8B7CAF RGB: (139,124,175)

Color info

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

RGB color model

#8B7CAF color RGB value is (139,124,175).

RGB: (139,124,175) (55%, 49%, 69%)

RGB channels and saturation

R 139 of 255 = 55%
G 124 of 255 = 49%
B 175 of 255 = 69%

139
124
175

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

Portions of RGB colors in percentages

R + G + B = 139 + 124 + 175 = 438 (100%)
R 139 of 438 ~ 31.74%
G 124 of 438 ~ 28.31%
B 175 of 438 ~ 39.95'%

%31.74
%28.31
%39.95

CMYK color model

#8B7CAF color CMYK value is (21,29,0,31).

  • cyan value is 20.57%
  • magenta value is 29.14%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (21,29,0,31)
C21M29Y0K31 (21%, 29%, 0%, 31%)
(0.21 / 0.29 / 0.00 / 0.31)

CMYK percentages

%20.57
%29.14
%0
%31.37

Codes

Color #8B7CAF in popluar color models

8B 7C AF
RGB 139 124 175
HSL 258° 24.17% 58.63%
HSB/HSV 258° 29.14% 68.63%
CMYK 20.57% 29.14% 0.00%
31.37%

Color #8B7CAF in popluar number systems.

HEX 8B 7C AF
Decimal 139 124 175
Binary 10001011 1111100 10101111
Octal 213 174 257

Shades and tints

Shades of #8B7CAF

#8B7CAF
(139,124,175)
#7F71A0
(127,113,160)
#736691
(115,102,145)
#675B82
(103,91,130)
#5B5073
(91,80,115)
#4F4564
(79,69,100)
#433A55
(67,58,85)
#372F46
(55,47,70)
#2B2437
(43,36,55)
#1F1928
(31,25,40)
#130E19
(19,14,25)
#000000
(0,0,0)

Tints of #8B7CAF

#8B7CAF
(139,124,175)
#9587B6
(149,135,182)
#9F92BD
(159,146,189)
#A99DC4
(169,157,196)
#B3A8CB
(179,168,203)
#BDB3D2
(189,179,210)
#C7BED9
(199,190,217)
#D1C9E0
(209,201,224)
#DBD4E7
(219,212,231)
#E5DFEE
(229,223,238)
#EFEAF5
(239,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7CAF color. Also use rgb(139,124,175) instead hex code.

Text Font Color

.myTextColor { color: #8B7CAF; }

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

This text font color is #8B7CAF.

Background Color

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

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

This div background color is #8B7CAF.

Border color

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

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

This div border color is #8B7CAF.

Opacity

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

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

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

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

This text has shadow with #8B7CAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B7CAF.

Preview

Color preview on black background

This text has color #8B7CAF on black background.


Color preview on white background

This text has color #8B7CAF on white background.


Black color preview on #8B7CAF background

This text has black color on #8B7CAF background.


White color preview on #8B7CAF background

This text has white color on #8B7CAF background.


Related colors

Complementary color

Complementary color for #hex is #748350.


I love getcolorcode.com

Triadic colors

1 #AF8B7C and #7CAF8B with #8B7CAF are triadic colors.

2 #AF7C8B and #7C8BAF with #8B7CAF are triadic colors.