COLOR #8470BE

HEX: #8470BE
RGB: (132,112,190)

Color info

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

RGB color model

#8470BE color RGB value is (132,112,190).

  • red value is 132;
  • green value is 112;
  • blue value is 190.
RGB: (132,112,190) (52%,44%,75%)

RGB channels and saturation

R 132 of 255 = 52%
G 112 of 255 = 44%
B 190 of 255 = 75%

132
112
190

R + G + B ~ 57%. #8470BE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 112 + 190 = 434 (100%)
R 132 of 434 ~ 30.41%
G 112 of 434 ~ 25.81%
B 190 of 434 ~ 43.78%

%30.41
%25.81
%43.78

CMYK color model

#8470BE color CMYK value is (31,41,0,25).

  • cyan value is 30.53%
  • magenta value is 41.05%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (31,41,0,25) C31M41Y0K25 (31%,41%,0%,25%) (0.31/0.41/0.00/0.25)

CMYK percentages

%30.53
%41.05
%0
%25.49

Codes

Color #8470BE in popluar color models

8470BE
RGB132112190
HSL255°37.50%59.22%
HSB/HSV255°41.05%74.51%
CMYK30.53%41.05%0.00%
25.49%

Color #8470BE in popluar number systems.

HEX8470BE
Decimal132112190
Binary10000100111000010111110
Octal204160276

Shades and tints

Shades of #8470BE

#8470BE
(132,112,190)
#7866AD
(120,102,173)
#6C5C9C
(108,92,156)
#60528B
(96,82,139)
#54487A
(84,72,122)
#483E69
(72,62,105)
#3C3458
(60,52,88)
#302A47
(48,42,71)
#242036
(36,32,54)
#181625
(24,22,37)
#0C0C14
(12,12,20)
#000000
(0,0,0)

Tints of #8470BE

#8470BE
(132,112,190)
#8F7DC3
(143,125,195)
#9A8AC8
(154,138,200)
#A597CD
(165,151,205)
#B0A4D2
(176,164,210)
#BBB1D7
(187,177,215)
#C6BEDC
(198,190,220)
#D1CBE1
(209,203,225)
#DCD8E6
(220,216,230)
#E7E5EB
(231,229,235)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8470BE color. Also use rgb(132,112,190) instead hex code.

Text Font Color

.myTextColor { color: #8470BE; }

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

This text font color is #8470BE.


Background Color

.myBgColor { background-color: #8470BE; }

<div style="background-color:#8470BE">Inner text</div>

This div background color is #8470BE.


Border color

.myBorderColor { border: 1px solid #8470BE; }

<div style="border:3px solid #8470BE">Div</div>

This div border color is #8470BE.


Opacity

.myOpacity80 { color: #8470BE; opacity: 0.8; }

<p style="color:#8470BE;opacity:0.8;">80%</p>

Text with #8470BE 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 #8470BE;}

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

This text has shadow with #8470BE color.

.textShadow {text-shadow: 3px 3px 1px #8470BE, 3px 3px 1px red;}

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

This text has shadow with #8470BE primary color and red secondary color.


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

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

This text has shadow with #8470BE and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #8470BE; -webkit-box-shadow:	1px 1px 3px 2px #8470BE; box-shadow:	1px 1px 3px 2px #8470BE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #8470BE; -webkit-box-shadow: 1px 1px 3px 2px #8470BE; box-shadow:1px 1px 3px 2px #8470BE;">
Div content here</div>
This div box has shadow with color #8470BE.

Preview

Color preview on black background

This text has color #8470BE on black background.


Color preview on white background

This text has color #8470BE on white background.



Black color preview on #8470BE background

This text has black color on #8470BE background.


White color preview on #8470BE background

This text has white color on #8470BE background.