COLOR #8493EF

HEX: #8493EF
RGB: (132,147,239)

Color info

#8493EF contains mainly blue color. Web safe color of #8493EF is #9999FF (or #99F).

RGB color model

#8493EF color RGB value is (132,147,239).

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

RGB channels and saturation

R 132 of 255 = 52%
G 147 of 255 = 58%
B 239 of 255 = 94%

132
147
239

R + G + B ~ 68%. #8493EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 147 + 239 = 518 (100%)
R 132 of 518 ~ 25.48%
G 147 of 518 ~ 28.38%
B 239 of 518 ~ 46.14%

%25.48
%28.38
%46.14

CMYK color model

#8493EF color CMYK value is (45,38,0,6).

  • cyan value is 44.77%
  • magenta value is 38.49%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(45,38,0,6)
C45M38Y0K6 
(45%,38%,0%,6%)
(0.45/0.38/0.00/0.06)	

CMYK percentages

%44.77
%38.49
%0
%6.27

Codes

Color #8493EF in popluar color models

8493EF
RGB132147239
HSL232°76.98%72.75%
HSB/HSV232°44.77%93.73%
CMYK44.77%38.49%0.00%
6.27%

Color #8493EF in popluar number systems.

HEX8493EF
Decimal132147239
Binary100001001001001111101111
Octal204223357

Shades and tints

Shades of #8493EF

#8493EF
(132,147,239)
#7886DA
(120,134,218)
#6C79C5
(108,121,197)
#606CB0
(96,108,176)
#545F9B
(84,95,155)
#485286
(72,82,134)
#3C4571
(60,69,113)
#30385C
(48,56,92)
#242B47
(36,43,71)
#181E32
(24,30,50)
#0C111D
(12,17,29)
#000000
(0,0,0)

Tints of #8493EF

#8493EF
(132,147,239)
#8F9CF0
(143,156,240)
#9AA5F1
(154,165,241)
#A5AEF2
(165,174,242)
#B0B7F3
(176,183,243)
#BBC0F4
(187,192,244)
#C6C9F5
(198,201,245)
#D1D2F6
(209,210,246)
#DCDBF7
(220,219,247)
#E7E4F8
(231,228,248)
#F2EDF9
(242,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8493EF; }

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

This text font color is #8493EF.


Background Color

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

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

This div background color is #8493EF.


Border color

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

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

This div border color is #8493EF.


Opacity

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

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

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

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

This text has shadow with #8493EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8493EF on black background.


Color preview on white background

This text has color #8493EF on white background.



Black color preview on #8493EF background

This text has black color on #8493EF background.


White color preview on #8493EF background

This text has white color on #8493EF background.