COLOR #8492CA

HEX: #8492CA
RGB: (132,146,202)

Color info

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

RGB color model

#8492CA color RGB value is (132,146,202).

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

RGB channels and saturation

R 132 of 255 = 52%
G 146 of 255 = 57%
B 202 of 255 = 79%

132
146
202

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

Portions of RGB colors in percentages

R + G + B =
132 + 146 + 202 = 480 (100%)
R 132 of 480 ~ 27.5%
G 146 of 480 ~ 30.42%
B 202 of 480 ~ 42.08%

%27.5
%30.42
%42.08

CMYK color model

#8492CA color CMYK value is (35,28,0,21).

  • cyan value is 34.65%
  • magenta value is 27.72%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(35,28,0,21)
C35M28Y0K21 
(35%,28%,0%,21%)
(0.35/0.28/0.00/0.21)	

CMYK percentages

%34.65
%27.72
%0
%20.78

Codes

Color #8492CA in popluar color models

8492CA
RGB132146202
HSL228°39.77%65.49%
HSB/HSV228°34.65%79.22%
CMYK34.65%27.72%0.00%
20.78%

Color #8492CA in popluar number systems.

HEX8492CA
Decimal132146202
Binary100001001001001011001010
Octal204222312

Shades and tints

Shades of #8492CA

#8492CA
(132,146,202)
#7885B8
(120,133,184)
#6C78A6
(108,120,166)
#606B94
(96,107,148)
#545E82
(84,94,130)
#485170
(72,81,112)
#3C445E
(60,68,94)
#30374C
(48,55,76)
#242A3A
(36,42,58)
#181D28
(24,29,40)
#0C1016
(12,16,22)
#000000
(0,0,0)

Tints of #8492CA

#8492CA
(132,146,202)
#8F9BCE
(143,155,206)
#9AA4D2
(154,164,210)
#A5ADD6
(165,173,214)
#B0B6DA
(176,182,218)
#BBBFDE
(187,191,222)
#C6C8E2
(198,200,226)
#D1D1E6
(209,209,230)
#DCDAEA
(220,218,234)
#E7E3EE
(231,227,238)
#F2ECF2
(242,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8492CA; }

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

This text font color is #8492CA.


Background Color

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

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

This div background color is #8492CA.


Border color

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

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

This div border color is #8492CA.


Opacity

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

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

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

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

This text has shadow with #8492CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8492CA on black background.


Color preview on white background

This text has color #8492CA on white background.



Black color preview on #8492CA background

This text has black color on #8492CA background.


White color preview on #8492CA background

This text has white color on #8492CA background.