COLOR #8493E1

HEX: #8493E1
RGB: (132,147,225)

Color info

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

RGB color model

#8493E1 color RGB value is (132,147,225).

  • red value is 132;
  • green value is 147;
  • blue value is 225.
RGB:
(132,147,225)
(52%,58%,88%)

RGB channels and saturation

R 132 of 255 = 52%
G 147 of 255 = 58%
B 225 of 255 = 88%

132
147
225

R + G + B ~ 66%. #8493E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 147 + 225 = 504 (100%)
R 132 of 504 ~ 26.19%
G 147 of 504 ~ 29.17%
B 225 of 504 ~ 44.64%

%26.19
%29.17
%44.64

CMYK color model

#8493E1 color CMYK value is (41,35,0,12).

  • cyan value is 41.33%
  • magenta value is 34.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(41,35,0,12)
C41M35Y0K12 
(41%,35%,0%,12%)
(0.41/0.35/0.00/0.12)	

CMYK percentages

%41.33
%34.67
%0
%11.76

Codes

Color #8493E1 in popluar color models

8493E1
RGB132147225
HSL230°60.78%70.00%
HSB/HSV230°41.33%88.24%
CMYK41.33%34.67%0.00%
11.76%

Color #8493E1 in popluar number systems.

HEX8493E1
Decimal132147225
Binary100001001001001111100001
Octal204223341

Shades and tints

Shades of #8493E1

#8493E1
(132,147,225)
#7886CD
(120,134,205)
#6C79B9
(108,121,185)
#606CA5
(96,108,165)
#545F91
(84,95,145)
#48527D
(72,82,125)
#3C4569
(60,69,105)
#303855
(48,56,85)
#242B41
(36,43,65)
#181E2D
(24,30,45)
#0C1119
(12,17,25)
#000000
(0,0,0)

Tints of #8493E1

#8493E1
(132,147,225)
#8F9CE3
(143,156,227)
#9AA5E5
(154,165,229)
#A5AEE7
(165,174,231)
#B0B7E9
(176,183,233)
#BBC0EB
(187,192,235)
#C6C9ED
(198,201,237)
#D1D2EF
(209,210,239)
#DCDBF1
(220,219,241)
#E7E4F3
(231,228,243)
#F2EDF5
(242,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8493E1 color. Also use rgb(132,147,225) instead hex code.

Text Font Color

.myTextColor { color: #8493E1; }

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

This text font color is #8493E1.


Background Color

.myBgColor { background-color: #8493E1; }

<div style="background-color:#8493E1">Inner text</div>

This div background color is #8493E1.


Border color

.myBorderColor { border: 1px solid #8493E1; }

<div style="border:3px solid #8493E1">Div</div>

This div border color is #8493E1.


Opacity

.myOpacity80 { color: #8493E1; opacity: 0.8; }

<p style="color:#8493E1;opacity:0.8;">80%</p>

Text with #8493E1 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 #8493E1;}

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

This text has shadow with #8493E1 color.

.textShadow {text-shadow: 3px 3px 1px #8493E1, 3px 3px 1px red;}

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

This text has shadow with #8493E1 primary color and red secondary color.


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

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

This text has shadow with #8493E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8493E1 on black background.


Color preview on white background

This text has color #8493E1 on white background.



Black color preview on #8493E1 background

This text has black color on #8493E1 background.


White color preview on #8493E1 background

This text has white color on #8493E1 background.