COLOR #8475B5

HEX: #8475B5
RGB: (132,117,181)

Color info

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

RGB color model

#8475B5 color RGB value is (132,117,181).

  • red value is 132;
  • green value is 117;
  • blue value is 181.
RGB:
(132,117,181)
(52%,46%,71%)

RGB channels and saturation

R 132 of 255 = 52%
G 117 of 255 = 46%
B 181 of 255 = 71%

132
117
181

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

Portions of RGB colors in percentages

R + G + B =
132 + 117 + 181 = 430 (100%)
R 132 of 430 ~ 30.7%
G 117 of 430 ~ 27.21%
B 181 of 430 ~ 42.09%

%30.7
%27.21
%42.09

CMYK color model

#8475B5 color CMYK value is (27,35,0,29).

  • cyan value is 27.07%
  • magenta value is 35.36%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(27,35,0,29)
C27M35Y0K29 
(27%,35%,0%,29%)
(0.27/0.35/0.00/0.29)	

CMYK percentages

%27.07
%35.36
%0
%29.02

Codes

Color #8475B5 in popluar color models

8475B5
RGB132117181
HSL254°30.19%58.43%
HSB/HSV254°35.36%70.98%
CMYK27.07%35.36%0.00%
29.02%

Color #8475B5 in popluar number systems.

HEX8475B5
Decimal132117181
Binary10000100111010110110101
Octal204165265

Shades and tints

Shades of #8475B5

#8475B5
(132,117,181)
#786BA5
(120,107,165)
#6C6195
(108,97,149)
#605785
(96,87,133)
#544D75
(84,77,117)
#484365
(72,67,101)
#3C3955
(60,57,85)
#302F45
(48,47,69)
#242535
(36,37,53)
#181B25
(24,27,37)
#0C1115
(12,17,21)
#000000
(0,0,0)

Tints of #8475B5

#8475B5
(132,117,181)
#8F81BB
(143,129,187)
#9A8DC1
(154,141,193)
#A599C7
(165,153,199)
#B0A5CD
(176,165,205)
#BBB1D3
(187,177,211)
#C6BDD9
(198,189,217)
#D1C9DF
(209,201,223)
#DCD5E5
(220,213,229)
#E7E1EB
(231,225,235)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8475B5 color. Also use rgb(132,117,181) instead hex code.

Text Font Color

.myTextColor { color: #8475B5; }

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

This text font color is #8475B5.


Background Color

.myBgColor { background-color: #8475B5; }

<div style="background-color:#8475B5">Inner text</div>

This div background color is #8475B5.


Border color

.myBorderColor { border: 1px solid #8475B5; }

<div style="border:3px solid #8475B5">Div</div>

This div border color is #8475B5.


Opacity

.myOpacity80 { color: #8475B5; opacity: 0.8; }

<p style="color:#8475B5;opacity:0.8;">80%</p>

Text with #8475B5 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 #8475B5;}

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

This text has shadow with #8475B5 color.

.textShadow {text-shadow: 3px 3px 1px #8475B5, 3px 3px 1px red;}

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

This text has shadow with #8475B5 primary color and red secondary color.


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

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

This text has shadow with #8475B5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8475B5 on black background.


Color preview on white background

This text has color #8475B5 on white background.



Black color preview on #8475B5 background

This text has black color on #8475B5 background.


White color preview on #8475B5 background

This text has white color on #8475B5 background.