COLOR #8472B8

HEX: #8472B8 RGB: (132,114,184)

Color info

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

RGB color model

#8472B8 color RGB value is (132,114,184).

RGB: (132,114,184) (52%, 45%, 72%)

RGB channels and saturation

R 132 of 255 = 52%
G 114 of 255 = 45%
B 184 of 255 = 72%

132
114
184

R + G + B ~ 56%. #8472B8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 114 + 184 = 430 (100%)
R 132 of 430 ~ 30.7%
G 114 of 430 ~ 26.51%
B 184 of 430 ~ 42.79'%

%30.7
%26.51
%42.79

CMYK color model

#8472B8 color CMYK value is (28,38,0,28).

  • cyan value is 28.26%
  • magenta value is 38.04%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (28,38,0,28)
C28M38Y0K28 (28%, 38%, 0%, 28%)
(0.28 / 0.38 / 0.00 / 0.28)

CMYK percentages

%28.26
%38.04
%0
%27.84

Codes

Color #8472B8 in popluar color models

84 72 B8
RGB 132 114 184
HSL 255° 33.02% 58.43%
HSB/HSV 255° 38.04% 72.16%
CMYK 28.26% 38.04% 0.00%
27.84%

Color #8472B8 in popluar number systems.

HEX 84 72 B8
Decimal 132 114 184
Binary 10000100 1110010 10111000
Octal 204 162 270

Shades and tints

Shades of #8472B8

#8472B8
(132,114,184)
#7868A8
(120,104,168)
#6C5E98
(108,94,152)
#605488
(96,84,136)
#544A78
(84,74,120)
#484068
(72,64,104)
#3C3658
(60,54,88)
#302C48
(48,44,72)
#242238
(36,34,56)
#181828
(24,24,40)
#0C0E18
(12,14,24)
#000000
(0,0,0)

Tints of #8472B8

#8472B8
(132,114,184)
#8F7EBE
(143,126,190)
#9A8AC4
(154,138,196)
#A596CA
(165,150,202)
#B0A2D0
(176,162,208)
#BBAED6
(187,174,214)
#C6BADC
(198,186,220)
#D1C6E2
(209,198,226)
#DCD2E8
(220,210,232)
#E7DEEE
(231,222,238)
#F2EAF4
(242,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8472B8 color. Also use rgb(132,114,184) instead hex code.

Text Font Color

.myTextColor { color: #8472B8; }

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

This text font color is #8472B8.

Background Color

.myBgColor { background-color: #8472B8; }

<div style="background-color:#8472B8">Inner text</div>

This div background color is #8472B8.

Border color

.myBorderColor { border: 1px solid #8472B8; }

<div style="border:3px solid #8472B8">Div</div>

This div border color is #8472B8.

Opacity

.myOpacity80 { color: #8472B8; opacity: 0.8; }

<p style="color:#8472B8;opacity:0.8;">80%</p>

Text with #8472B8 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 #8472B8;}

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

This text has shadow with #8472B8 color.


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

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

This text has shadow with #8472B8 primary color and red secondary color.


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

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

This text has shadow with #8472B8 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8472B8.

Preview

Color preview on black background

This text has color #8472B8 on black background.


Color preview on white background

This text has color #8472B8 on white background.


Black color preview on #8472B8 background

This text has black color on #8472B8 background.


White color preview on #8472B8 background

This text has white color on #8472B8 background.


Related colors

Complementary color

Complementary color for #hex is #7B8D47.


I love getcolorcode.com

Triadic colors

1 #B88472 and #72B884 with #8472B8 are triadic colors.

2 #B87284 and #7284B8 with #8472B8 are triadic colors.