COLOR #8492C5

HEX: #8492C5
RGB: (132,146,197)

Color info

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

RGB color model

#8492C5 color RGB value is (132,146,197).

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

RGB channels and saturation

R 132 of 255 = 52%
G 146 of 255 = 57%
B 197 of 255 = 77%

132
146
197

R + G + B ~ 62%. #8492C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 146 + 197 = 475 (100%)
R 132 of 475 ~ 27.79%
G 146 of 475 ~ 30.74%
B 197 of 475 ~ 41.47%

%27.79
%30.74
%41.47

CMYK color model

#8492C5 color CMYK value is (33,26,0,23).

  • cyan value is 32.99%
  • magenta value is 25.89%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(33,26,0,23)
C33M26Y0K23 
(33%,26%,0%,23%)
(0.33/0.26/0.00/0.23)	

CMYK percentages

%32.99
%25.89
%0
%22.75

Codes

Color #8492C5 in popluar color models

8492C5
RGB132146197
HSL227°35.91%64.51%
HSB/HSV227°32.99%77.25%
CMYK32.99%25.89%0.00%
22.75%

Color #8492C5 in popluar number systems.

HEX8492C5
Decimal132146197
Binary100001001001001011000101
Octal204222305

Shades and tints

Shades of #8492C5

#8492C5
(132,146,197)
#7885B4
(120,133,180)
#6C78A3
(108,120,163)
#606B92
(96,107,146)
#545E81
(84,94,129)
#485170
(72,81,112)
#3C445F
(60,68,95)
#30374E
(48,55,78)
#242A3D
(36,42,61)
#181D2C
(24,29,44)
#0C101B
(12,16,27)
#000000
(0,0,0)

Tints of #8492C5

#8492C5
(132,146,197)
#8F9BCA
(143,155,202)
#9AA4CF
(154,164,207)
#A5ADD4
(165,173,212)
#B0B6D9
(176,182,217)
#BBBFDE
(187,191,222)
#C6C8E3
(198,200,227)
#D1D1E8
(209,209,232)
#DCDAED
(220,218,237)
#E7E3F2
(231,227,242)
#F2ECF7
(242,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8492C5; }

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

This text font color is #8492C5.


Background Color

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

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

This div background color is #8492C5.


Border color

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

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

This div border color is #8492C5.


Opacity

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

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

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

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

This text has shadow with #8492C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8492C5 on black background.


Color preview on white background

This text has color #8492C5 on white background.



Black color preview on #8492C5 background

This text has black color on #8492C5 background.


White color preview on #8492C5 background

This text has white color on #8492C5 background.