COLOR #8475DF

HEX: #8475DF
RGB: (132,117,223)

Color info

#8475DF contains mainly blue color. Web safe color of #8475DF is #9966CC (or #96C).

RGB color model

#8475DF color RGB value is (132,117,223).

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

RGB channels and saturation

R 132 of 255 = 52%
G 117 of 255 = 46%
B 223 of 255 = 87%

132
117
223

R + G + B ~ 62%. #8475DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 117 + 223 = 472 (100%)
R 132 of 472 ~ 27.97%
G 117 of 472 ~ 24.79%
B 223 of 472 ~ 47.25%

%27.97
%24.79
%47.25

CMYK color model

#8475DF color CMYK value is (41,48,0,13).

  • cyan value is 40.81%
  • magenta value is 47.53%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(41,48,0,13)
C41M48Y0K13 
(41%,48%,0%,13%)
(0.41/0.48/0.00/0.13)	

CMYK percentages

%40.81
%47.53
%0
%12.55

Codes

Color #8475DF in popluar color models

8475DF
RGB132117223
HSL248°62.35%66.67%
HSB/HSV248°47.53%87.45%
CMYK40.81%47.53%0.00%
12.55%

Color #8475DF in popluar number systems.

HEX8475DF
Decimal132117223
Binary10000100111010111011111
Octal204165337

Shades and tints

Shades of #8475DF

#8475DF
(132,117,223)
#786BCB
(120,107,203)
#6C61B7
(108,97,183)
#6057A3
(96,87,163)
#544D8F
(84,77,143)
#48437B
(72,67,123)
#3C3967
(60,57,103)
#302F53
(48,47,83)
#24253F
(36,37,63)
#181B2B
(24,27,43)
#0C1117
(12,17,23)
#000000
(0,0,0)

Tints of #8475DF

#8475DF
(132,117,223)
#8F81E1
(143,129,225)
#9A8DE3
(154,141,227)
#A599E5
(165,153,229)
#B0A5E7
(176,165,231)
#BBB1E9
(187,177,233)
#C6BDEB
(198,189,235)
#D1C9ED
(209,201,237)
#DCD5EF
(220,213,239)
#E7E1F1
(231,225,241)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8475DF; }

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

This text font color is #8475DF.


Background Color

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

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

This div background color is #8475DF.


Border color

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

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

This div border color is #8475DF.


Opacity

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

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

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

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

This text has shadow with #8475DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8475DF on black background.


Color preview on white background

This text has color #8475DF on white background.



Black color preview on #8475DF background

This text has black color on #8475DF background.


White color preview on #8475DF background

This text has white color on #8475DF background.