COLOR #8478B0

HEX: #8478B0
RGB: (132,120,176)

Color info

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

RGB color model

#8478B0 color RGB value is (132,120,176).

  • red value is 132;
  • green value is 120;
  • blue value is 176.
RGB:
(132,120,176)
(52%,47%,69%)

RGB channels and saturation

R 132 of 255 = 52%
G 120 of 255 = 47%
B 176 of 255 = 69%

132
120
176

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

Portions of RGB colors in percentages

R + G + B =
132 + 120 + 176 = 428 (100%)
R 132 of 428 ~ 30.84%
G 120 of 428 ~ 28.04%
B 176 of 428 ~ 41.12%

%30.84
%28.04
%41.12

CMYK color model

#8478B0 color CMYK value is (25,32,0,31).

  • cyan value is 25.00%
  • magenta value is 31.82%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(25,32,0,31)
C25M32Y0K31 
(25%,32%,0%,31%)
(0.25/0.32/0.00/0.31)	

CMYK percentages

%25
%31.82
%0
%30.98

Codes

Color #8478B0 in popluar color models

8478B0
RGB132120176
HSL253°26.17%58.04%
HSB/HSV253°31.82%69.02%
CMYK25.00%31.82%0.00%
30.98%

Color #8478B0 in popluar number systems.

HEX8478B0
Decimal132120176
Binary10000100111100010110000
Octal204170260

Shades and tints

Shades of #8478B0

#8478B0
(132,120,176)
#786EA0
(120,110,160)
#6C6490
(108,100,144)
#605A80
(96,90,128)
#545070
(84,80,112)
#484660
(72,70,96)
#3C3C50
(60,60,80)
#303240
(48,50,64)
#242830
(36,40,48)
#181E20
(24,30,32)
#0C1410
(12,20,16)
#000000
(0,0,0)

Tints of #8478B0

#8478B0
(132,120,176)
#8F84B7
(143,132,183)
#9A90BE
(154,144,190)
#A59CC5
(165,156,197)
#B0A8CC
(176,168,204)
#BBB4D3
(187,180,211)
#C6C0DA
(198,192,218)
#D1CCE1
(209,204,225)
#DCD8E8
(220,216,232)
#E7E4EF
(231,228,239)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8478B0 color. Also use rgb(132,120,176) instead hex code.

Text Font Color

.myTextColor { color: #8478B0; }

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

This text font color is #8478B0.


Background Color

.myBgColor { background-color: #8478B0; }

<div style="background-color:#8478B0">Inner text</div>

This div background color is #8478B0.


Border color

.myBorderColor { border: 1px solid #8478B0; }

<div style="border:3px solid #8478B0">Div</div>

This div border color is #8478B0.


Opacity

.myOpacity80 { color: #8478B0; opacity: 0.8; }

<p style="color:#8478B0;opacity:0.8;">80%</p>

Text with #8478B0 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 #8478B0;}

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

This text has shadow with #8478B0 color.

.textShadow {text-shadow: 3px 3px 1px #8478B0, 3px 3px 1px red;}

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

This text has shadow with #8478B0 primary color and red secondary color.


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

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

This text has shadow with #8478B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8478B0 on black background.


Color preview on white background

This text has color #8478B0 on white background.



Black color preview on #8478B0 background

This text has black color on #8478B0 background.


White color preview on #8478B0 background

This text has white color on #8478B0 background.