COLOR #8493C4

HEX: #8493C4 RGB: (132,147,196)

Color info

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

RGB color model

#8493C4 color RGB value is (132,147,196).

RGB: (132,147,196) (52%, 58%, 77%)

RGB channels and saturation

R 132 of 255 = 52%
G 147 of 255 = 58%
B 196 of 255 = 77%

132
147
196

R + G + B ~ 62%. #8493C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 147 + 196 = 475 (100%)
R 132 of 475 ~ 27.79%
G 147 of 475 ~ 30.95%
B 196 of 475 ~ 41.26'%

%27.79
%30.95
%41.26

CMYK color model

#8493C4 color CMYK value is (33,25,0,23).

  • cyan value is 32.65%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (33,25,0,23)
C33M25Y0K23 (33%, 25%, 0%, 23%)
(0.33 / 0.25 / 0.00 / 0.23)

CMYK percentages

%32.65
%25
%0
%23.14

Codes

Color #8493C4 in popluar color models

84 93 C4
RGB 132 147 196
HSL 226° 35.16% 64.31%
HSB/HSV 226° 32.65% 76.86%
CMYK 32.65% 25.00% 0.00%
23.14%

Color #8493C4 in popluar number systems.

HEX 84 93 C4
Decimal 132 147 196
Binary 10000100 10010011 11000100
Octal 204 223 304

Shades and tints

Shades of #8493C4

#8493C4
(132,147,196)
#7886B3
(120,134,179)
#6C79A2
(108,121,162)
#606C91
(96,108,145)
#545F80
(84,95,128)
#48526F
(72,82,111)
#3C455E
(60,69,94)
#30384D
(48,56,77)
#242B3C
(36,43,60)
#181E2B
(24,30,43)
#0C111A
(12,17,26)
#000000
(0,0,0)

Tints of #8493C4

#8493C4
(132,147,196)
#8F9CC9
(143,156,201)
#9AA5CE
(154,165,206)
#A5AED3
(165,174,211)
#B0B7D8
(176,183,216)
#BBC0DD
(187,192,221)
#C6C9E2
(198,201,226)
#D1D2E7
(209,210,231)
#DCDBEC
(220,219,236)
#E7E4F1
(231,228,241)
#F2EDF6
(242,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8493C4; }

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

This text font color is #8493C4.

Background Color

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

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

This div background color is #8493C4.

Border color

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

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

This div border color is #8493C4.

Opacity

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

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

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

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

This text has shadow with #8493C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8493C4.

Preview

Color preview on black background

This text has color #8493C4 on black background.


Color preview on white background

This text has color #8493C4 on white background.


Black color preview on #8493C4 background

This text has black color on #8493C4 background.


White color preview on #8493C4 background

This text has white color on #8493C4 background.


Related colors

Complementary color

Complementary color for #hex is #7B6C3B.


I love getcolorcode.com

Triadic colors

1 #C48493 and #93C484 with #8493C4 are triadic colors.

2 #C49384 and #9384C4 with #8493C4 are triadic colors.