COLOR #8493CA

HEX: #8493CA
RGB: (132,147,202)

Color info

#8493CA contains mainly green and blue colors. Web safe color of #8493CA is #9999CC (or #99C).

RGB color model

#8493CA color RGB value is (132,147,202).

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

RGB channels and saturation

R 132 of 255 = 52%
G 147 of 255 = 58%
B 202 of 255 = 79%

132
147
202

R + G + B ~ 63%. #8493CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 147 + 202 = 481 (100%)
R 132 of 481 ~ 27.44%
G 147 of 481 ~ 30.56%
B 202 of 481 ~ 42%

%27.44
%30.56
%42

CMYK color model

#8493CA color CMYK value is (35,27,0,21).

  • cyan value is 34.65%
  • magenta value is 27.23%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(35,27,0,21)
C35M27Y0K21 
(35%,27%,0%,21%)
(0.35/0.27/0.00/0.21)	

CMYK percentages

%34.65
%27.23
%0
%20.78

Codes

Color #8493CA in popluar color models

8493CA
RGB132147202
HSL227°39.77%65.49%
HSB/HSV227°34.65%79.22%
CMYK34.65%27.23%0.00%
20.78%

Color #8493CA in popluar number systems.

HEX8493CA
Decimal132147202
Binary100001001001001111001010
Octal204223312

Shades and tints

Shades of #8493CA

#8493CA
(132,147,202)
#7886B8
(120,134,184)
#6C79A6
(108,121,166)
#606C94
(96,108,148)
#545F82
(84,95,130)
#485270
(72,82,112)
#3C455E
(60,69,94)
#30384C
(48,56,76)
#242B3A
(36,43,58)
#181E28
(24,30,40)
#0C1116
(12,17,22)
#000000
(0,0,0)

Tints of #8493CA

#8493CA
(132,147,202)
#8F9CCE
(143,156,206)
#9AA5D2
(154,165,210)
#A5AED6
(165,174,214)
#B0B7DA
(176,183,218)
#BBC0DE
(187,192,222)
#C6C9E2
(198,201,226)
#D1D2E6
(209,210,230)
#DCDBEA
(220,219,234)
#E7E4EE
(231,228,238)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8493CA; }

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

This text font color is #8493CA.


Background Color

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

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

This div background color is #8493CA.


Border color

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

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

This div border color is #8493CA.


Opacity

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

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

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

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

This text has shadow with #8493CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8493CA on black background.


Color preview on white background

This text has color #8493CA on white background.



Black color preview on #8493CA background

This text has black color on #8493CA background.


White color preview on #8493CA background

This text has white color on #8493CA background.