COLOR #8494DB

HEX: #8494DB RGB: (132,148,219)

Color info

#8494DB contains mainly blue color. Web safe color of #8494DB is #9999CC (or #99C).

RGB color model

#8494DB color RGB value is (132,148,219).

RGB: (132,148,219) (52%, 58%, 86%)

RGB channels and saturation

R 132 of 255 = 52%
G 148 of 255 = 58%
B 219 of 255 = 86%

132
148
219

R + G + B ~ 65%. #8494DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 148 + 219 = 499 (100%)
R 132 of 499 ~ 26.45%
G 148 of 499 ~ 29.66%
B 219 of 499 ~ 43.89'%

%26.45
%29.66
%43.89

CMYK color model

#8494DB color CMYK value is (40,32,0,14).

  • cyan value is 39.73%
  • magenta value is 32.42%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (40,32,0,14)
C40M32Y0K14 (40%, 32%, 0%, 14%)
(0.40 / 0.32 / 0.00 / 0.14)

CMYK percentages

%39.73
%32.42
%0
%14.12

Codes

Color #8494DB in popluar color models

84 94 DB
RGB 132 148 219
HSL 229° 54.72% 68.82%
HSB/HSV 229° 39.73% 85.88%
CMYK 39.73% 32.42% 0.00%
14.12%

Color #8494DB in popluar number systems.

HEX 84 94 DB
Decimal 132 148 219
Binary 10000100 10010100 11011011
Octal 204 224 333

Shades and tints

Shades of #8494DB

#8494DB
(132,148,219)
#7887C8
(120,135,200)
#6C7AB5
(108,122,181)
#606DA2
(96,109,162)
#54608F
(84,96,143)
#48537C
(72,83,124)
#3C4669
(60,70,105)
#303956
(48,57,86)
#242C43
(36,44,67)
#181F30
(24,31,48)
#0C121D
(12,18,29)
#000000
(0,0,0)

Tints of #8494DB

#8494DB
(132,148,219)
#8F9DDE
(143,157,222)
#9AA6E1
(154,166,225)
#A5AFE4
(165,175,228)
#B0B8E7
(176,184,231)
#BBC1EA
(187,193,234)
#C6CAED
(198,202,237)
#D1D3F0
(209,211,240)
#DCDCF3
(220,220,243)
#E7E5F6
(231,229,246)
#F2EEF9
(242,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8494DB color. Also use rgb(132,148,219) instead hex code.

Text Font Color

.myTextColor { color: #8494DB; }

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

This text font color is #8494DB.

Background Color

.myBgColor { background-color: #8494DB; }

<div style="background-color:#8494DB">Inner text</div>

This div background color is #8494DB.

Border color

.myBorderColor { border: 1px solid #8494DB; }

<div style="border:3px solid #8494DB">Div</div>

This div border color is #8494DB.

Opacity

.myOpacity80 { color: #8494DB; opacity: 0.8; }

<p style="color:#8494DB;opacity:0.8;">80%</p>

Text with #8494DB 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 #8494DB;}

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

This text has shadow with #8494DB color.


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

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

This text has shadow with #8494DB primary color and red secondary color.


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

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

This text has shadow with #8494DB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8494DB.

Preview

Color preview on black background

This text has color #8494DB on black background.


Color preview on white background

This text has color #8494DB on white background.


Black color preview on #8494DB background

This text has black color on #8494DB background.


White color preview on #8494DB background

This text has white color on #8494DB background.


Related colors

Complementary color

Complementary color for #hex is #7B6B24.


I love getcolorcode.com

Triadic colors

1 #DB8494 and #94DB84 with #8494DB are triadic colors.

2 #DB9484 and #9484DB with #8494DB are triadic colors.