COLOR #8495E5

HEX: #8495E5
RGB: (132,149,229)

Color info

#8495E5 contains mainly blue color. Web safe color of #8495E5 is #9999CC (or #99C).

RGB color model

#8495E5 color RGB value is (132,149,229).

  • red value is 132;
  • green value is 149;
  • blue value is 229.
RGB:
(132,149,229)
(52%,58%,90%)

RGB channels and saturation

R 132 of 255 = 52%
G 149 of 255 = 58%
B 229 of 255 = 90%

132
149
229

R + G + B ~ 67%. #8495E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 149 + 229 = 510 (100%)
R 132 of 510 ~ 25.88%
G 149 of 510 ~ 29.22%
B 229 of 510 ~ 44.9%

%25.88
%29.22
%44.9

CMYK color model

#8495E5 color CMYK value is (42,35,0,10).

  • cyan value is 42.36%
  • magenta value is 34.93%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(42,35,0,10)
C42M35Y0K10 
(42%,35%,0%,10%)
(0.42/0.35/0.00/0.10)	

CMYK percentages

%42.36
%34.93
%0
%10.2

Codes

Color #8495E5 in popluar color models

8495E5
RGB132149229
HSL229°65.10%70.78%
HSB/HSV229°42.36%89.80%
CMYK42.36%34.93%0.00%
10.20%

Color #8495E5 in popluar number systems.

HEX8495E5
Decimal132149229
Binary100001001001010111100101
Octal204225345

Shades and tints

Shades of #8495E5

#8495E5
(132,149,229)
#7888D1
(120,136,209)
#6C7BBD
(108,123,189)
#606EA9
(96,110,169)
#546195
(84,97,149)
#485481
(72,84,129)
#3C476D
(60,71,109)
#303A59
(48,58,89)
#242D45
(36,45,69)
#182031
(24,32,49)
#0C131D
(12,19,29)
#000000
(0,0,0)

Tints of #8495E5

#8495E5
(132,149,229)
#8F9EE7
(143,158,231)
#9AA7E9
(154,167,233)
#A5B0EB
(165,176,235)
#B0B9ED
(176,185,237)
#BBC2EF
(187,194,239)
#C6CBF1
(198,203,241)
#D1D4F3
(209,212,243)
#DCDDF5
(220,221,245)
#E7E6F7
(231,230,247)
#F2EFF9
(242,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8495E5 color. Also use rgb(132,149,229) instead hex code.

Text Font Color

.myTextColor { color: #8495E5; }

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

This text font color is #8495E5.


Background Color

.myBgColor { background-color: #8495E5; }

<div style="background-color:#8495E5">Inner text</div>

This div background color is #8495E5.


Border color

.myBorderColor { border: 1px solid #8495E5; }

<div style="border:3px solid #8495E5">Div</div>

This div border color is #8495E5.


Opacity

.myOpacity80 { color: #8495E5; opacity: 0.8; }

<p style="color:#8495E5;opacity:0.8;">80%</p>

Text with #8495E5 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 #8495E5;}

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

This text has shadow with #8495E5 color.

.textShadow {text-shadow: 3px 3px 1px #8495E5, 3px 3px 1px red;}

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

This text has shadow with #8495E5 primary color and red secondary color.


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

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

This text has shadow with #8495E5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8495E5 on black background.


Color preview on white background

This text has color #8495E5 on white background.



Black color preview on #8495E5 background

This text has black color on #8495E5 background.


White color preview on #8495E5 background

This text has white color on #8495E5 background.