COLOR #8491BE

HEX: #8491BE RGB: (132,145,190)

Color info

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

RGB color model

#8491BE color RGB value is (132,145,190).

RGB: (132,145,190) (52%, 57%, 75%)

RGB channels and saturation

R 132 of 255 = 52%
G 145 of 255 = 57%
B 190 of 255 = 75%

132
145
190

R + G + B ~ 61%. #8491BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 145 + 190 = 467 (100%)
R 132 of 467 ~ 28.27%
G 145 of 467 ~ 31.05%
B 190 of 467 ~ 40.69'%

%28.27
%31.05
%40.69

CMYK color model

#8491BE color CMYK value is (31,24,0,25).

  • cyan value is 30.53%
  • magenta value is 23.68%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (31,24,0,25)
C31M24Y0K25 (31%, 24%, 0%, 25%)
(0.31 / 0.24 / 0.00 / 0.25)

CMYK percentages

%30.53
%23.68
%0
%25.49

Codes

Color #8491BE in popluar color models

84 91 BE
RGB 132 145 190
HSL 227° 30.85% 63.14%
HSB/HSV 227° 30.53% 74.51%
CMYK 30.53% 23.68% 0.00%
25.49%

Color #8491BE in popluar number systems.

HEX 84 91 BE
Decimal 132 145 190
Binary 10000100 10010001 10111110
Octal 204 221 276

Shades and tints

Shades of #8491BE

#8491BE
(132,145,190)
#7884AD
(120,132,173)
#6C779C
(108,119,156)
#606A8B
(96,106,139)
#545D7A
(84,93,122)
#485069
(72,80,105)
#3C4358
(60,67,88)
#303647
(48,54,71)
#242936
(36,41,54)
#181C25
(24,28,37)
#0C0F14
(12,15,20)
#000000
(0,0,0)

Tints of #8491BE

#8491BE
(132,145,190)
#8F9BC3
(143,155,195)
#9AA5C8
(154,165,200)
#A5AFCD
(165,175,205)
#B0B9D2
(176,185,210)
#BBC3D7
(187,195,215)
#C6CDDC
(198,205,220)
#D1D7E1
(209,215,225)
#DCE1E6
(220,225,230)
#E7EBEB
(231,235,235)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8491BE color. Also use rgb(132,145,190) instead hex code.

Text Font Color

.myTextColor { color: #8491BE; }

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

This text font color is #8491BE.

Background Color

.myBgColor { background-color: #8491BE; }

<div style="background-color:#8491BE">Inner text</div>

This div background color is #8491BE.

Border color

.myBorderColor { border: 1px solid #8491BE; }

<div style="border:3px solid #8491BE">Div</div>

This div border color is #8491BE.

Opacity

.myOpacity80 { color: #8491BE; opacity: 0.8; }

<p style="color:#8491BE;opacity:0.8;">80%</p>

Text with #8491BE 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 #8491BE;}

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

This text has shadow with #8491BE color.


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

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

This text has shadow with #8491BE primary color and red secondary color.


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

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

This text has shadow with #8491BE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8491BE.

Preview

Color preview on black background

This text has color #8491BE on black background.


Color preview on white background

This text has color #8491BE on white background.


Black color preview on #8491BE background

This text has black color on #8491BE background.


White color preview on #8491BE background

This text has white color on #8491BE background.


Related colors

Complementary color

Complementary color for #hex is #7B6E41.


I love getcolorcode.com

Triadic colors

1 #BE8491 and #91BE84 with #8491BE are triadic colors.

2 #BE9184 and #9184BE with #8491BE are triadic colors.