COLOR #8474B6

HEX: #8474B6
RGB: (132,116,182)

Color info

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

RGB color model

#8474B6 color RGB value is (132,116,182).

  • red value is 132;
  • green value is 116;
  • blue value is 182.
RGB:
(132,116,182)
(52%,45%,71%)

RGB channels and saturation

R 132 of 255 = 52%
G 116 of 255 = 45%
B 182 of 255 = 71%

132
116
182

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

Portions of RGB colors in percentages

R + G + B =
132 + 116 + 182 = 430 (100%)
R 132 of 430 ~ 30.7%
G 116 of 430 ~ 26.98%
B 182 of 430 ~ 42.33%

%30.7
%26.98
%42.33

CMYK color model

#8474B6 color CMYK value is (27,36,0,29).

  • cyan value is 27.47%
  • magenta value is 36.26%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(27,36,0,29)
C27M36Y0K29 
(27%,36%,0%,29%)
(0.27/0.36/0.00/0.29)	

CMYK percentages

%27.47
%36.26
%0
%28.63

Codes

Color #8474B6 in popluar color models

8474B6
RGB132116182
HSL255°31.13%58.43%
HSB/HSV255°36.26%71.37%
CMYK27.47%36.26%0.00%
28.63%

Color #8474B6 in popluar number systems.

HEX8474B6
Decimal132116182
Binary10000100111010010110110
Octal204164266

Shades and tints

Shades of #8474B6

#8474B6
(132,116,182)
#786AA6
(120,106,166)
#6C6096
(108,96,150)
#605686
(96,86,134)
#544C76
(84,76,118)
#484266
(72,66,102)
#3C3856
(60,56,86)
#302E46
(48,46,70)
#242436
(36,36,54)
#181A26
(24,26,38)
#0C1016
(12,16,22)
#000000
(0,0,0)

Tints of #8474B6

#8474B6
(132,116,182)
#8F80BC
(143,128,188)
#9A8CC2
(154,140,194)
#A598C8
(165,152,200)
#B0A4CE
(176,164,206)
#BBB0D4
(187,176,212)
#C6BCDA
(198,188,218)
#D1C8E0
(209,200,224)
#DCD4E6
(220,212,230)
#E7E0EC
(231,224,236)
#F2ECF2
(242,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8474B6 color. Also use rgb(132,116,182) instead hex code.

Text Font Color

.myTextColor { color: #8474B6; }

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

This text font color is #8474B6.


Background Color

.myBgColor { background-color: #8474B6; }

<div style="background-color:#8474B6">Inner text</div>

This div background color is #8474B6.


Border color

.myBorderColor { border: 1px solid #8474B6; }

<div style="border:3px solid #8474B6">Div</div>

This div border color is #8474B6.


Opacity

.myOpacity80 { color: #8474B6; opacity: 0.8; }

<p style="color:#8474B6;opacity:0.8;">80%</p>

Text with #8474B6 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 #8474B6;}

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

This text has shadow with #8474B6 color.

.textShadow {text-shadow: 3px 3px 1px #8474B6, 3px 3px 1px red;}

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

This text has shadow with #8474B6 primary color and red secondary color.


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

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

This text has shadow with #8474B6 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8474B6;
-webkit-box-shadow: 1px 1px 3px 2px #8474B6;
box-shadow:1px 1px 3px 2px #8474B6;">
Div content here</div>
This div box has shadow with color #8474B6.

Preview

Color preview on black background

This text has color #8474B6 on black background.


Color preview on white background

This text has color #8474B6 on white background.



Black color preview on #8474B6 background

This text has black color on #8474B6 background.


White color preview on #8474B6 background

This text has white color on #8474B6 background.