COLOR #8493B5

HEX: #8493B5 RGB: (132,147,181)

Color info

#8493B5 contains red, green and blue colors in about the same proportion. Web safe color of #8493B5 is #9999CC (or #99C).

RGB color model

#8493B5 color RGB value is (132,147,181).

RGB: (132,147,181) (52%, 58%, 71%)

RGB channels and saturation

R 132 of 255 = 52%
G 147 of 255 = 58%
B 181 of 255 = 71%

132
147
181

R + G + B ~ 60%. #8493B5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 147 + 181 = 460 (100%)
R 132 of 460 ~ 28.7%
G 147 of 460 ~ 31.96%
B 181 of 460 ~ 39.35'%

%28.7
%31.96
%39.35

CMYK color model

#8493B5 color CMYK value is (27,19,0,29).

  • cyan value is 27.07%
  • magenta value is 18.78%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (27,19,0,29)
C27M19Y0K29 (27%, 19%, 0%, 29%)
(0.27 / 0.19 / 0.00 / 0.29)

CMYK percentages

%27.07
%18.78
%0
%29.02

Codes

Color #8493B5 in popluar color models

84 93 B5
RGB 132 147 181
HSL 222° 24.87% 61.37%
HSB/HSV 222° 27.07% 70.98%
CMYK 27.07% 18.78% 0.00%
29.02%

Color #8493B5 in popluar number systems.

HEX 84 93 B5
Decimal 132 147 181
Binary 10000100 10010011 10110101
Octal 204 223 265

Shades and tints

Shades of #8493B5

#8493B5
(132,147,181)
#7886A5
(120,134,165)
#6C7995
(108,121,149)
#606C85
(96,108,133)
#545F75
(84,95,117)
#485265
(72,82,101)
#3C4555
(60,69,85)
#303845
(48,56,69)
#242B35
(36,43,53)
#181E25
(24,30,37)
#0C1115
(12,17,21)
#000000
(0,0,0)

Tints of #8493B5

#8493B5
(132,147,181)
#8F9CBB
(143,156,187)
#9AA5C1
(154,165,193)
#A5AEC7
(165,174,199)
#B0B7CD
(176,183,205)
#BBC0D3
(187,192,211)
#C6C9D9
(198,201,217)
#D1D2DF
(209,210,223)
#DCDBE5
(220,219,229)
#E7E4EB
(231,228,235)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8493B5; }

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

This text font color is #8493B5.

Background Color

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

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

This div background color is #8493B5.

Border color

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

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

This div border color is #8493B5.

Opacity

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

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

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

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

This text has shadow with #8493B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8493B5.

Preview

Color preview on black background

This text has color #8493B5 on black background.


Color preview on white background

This text has color #8493B5 on white background.


Black color preview on #8493B5 background

This text has black color on #8493B5 background.


White color preview on #8493B5 background

This text has white color on #8493B5 background.


Related colors

Complementary color

Complementary color for #hex is #7B6C4A.


I love getcolorcode.com

Triadic colors

1 #B58493 and #93B584 with #8493B5 are triadic colors.

2 #B59384 and #9384B5 with #8493B5 are triadic colors.