COLOR #8484D9

HEX: #8484D9
RGB: (132,132,217)

Color info

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

RGB color model

#8484D9 color RGB value is (132,132,217).

  • red value is 132;
  • green value is 132;
  • blue value is 217.
RGB:
(132,132,217)
(52%,52%,85%)

RGB channels and saturation

R 132 of 255 = 52%
G 132 of 255 = 52%
B 217 of 255 = 85%

132
132
217

R + G + B ~ 63%. #8484D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 132 + 217 = 481 (100%)
R 132 of 481 ~ 27.44%
G 132 of 481 ~ 27.44%
B 217 of 481 ~ 45.11%

%27.44
%27.44
%45.11

CMYK color model

#8484D9 color CMYK value is (39,39,0,15).

  • cyan value is 39.17%
  • magenta value is 39.17%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(39,39,0,15)
C39M39Y0K15 
(39%,39%,0%,15%)
(0.39/0.39/0.00/0.15)	

CMYK percentages

%39.17
%39.17
%0
%14.9

Codes

Color #8484D9 in popluar color models

8484D9
RGB132132217
HSL240°52.80%68.43%
HSB/HSV240°39.17%85.10%
CMYK39.17%39.17%0.00%
14.90%

Color #8484D9 in popluar number systems.

HEX8484D9
Decimal132132217
Binary100001001000010011011001
Octal204204331

Shades and tints

Shades of #8484D9

#8484D9
(132,132,217)
#7878C6
(120,120,198)
#6C6CB3
(108,108,179)
#6060A0
(96,96,160)
#54548D
(84,84,141)
#48487A
(72,72,122)
#3C3C67
(60,60,103)
#303054
(48,48,84)
#242441
(36,36,65)
#18182E
(24,24,46)
#0C0C1B
(12,12,27)
#000000
(0,0,0)

Tints of #8484D9

#8484D9
(132,132,217)
#8F8FDC
(143,143,220)
#9A9ADF
(154,154,223)
#A5A5E2
(165,165,226)
#B0B0E5
(176,176,229)
#BBBBE8
(187,187,232)
#C6C6EB
(198,198,235)
#D1D1EE
(209,209,238)
#DCDCF1
(220,220,241)
#E7E7F4
(231,231,244)
#F2F2F7
(242,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8484D9 color. Also use rgb(132,132,217) instead hex code.

Text Font Color

.myTextColor { color: #8484D9; }

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

This text font color is #8484D9.


Background Color

.myBgColor { background-color: #8484D9; }

<div style="background-color:#8484D9">Inner text</div>

This div background color is #8484D9.


Border color

.myBorderColor { border: 1px solid #8484D9; }

<div style="border:3px solid #8484D9">Div</div>

This div border color is #8484D9.


Opacity

.myOpacity80 { color: #8484D9; opacity: 0.8; }

<p style="color:#8484D9;opacity:0.8;">80%</p>

Text with #8484D9 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 #8484D9;}

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

This text has shadow with #8484D9 color.

.textShadow {text-shadow: 3px 3px 1px #8484D9, 3px 3px 1px red;}

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

This text has shadow with #8484D9 primary color and red secondary color.


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

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

This text has shadow with #8484D9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8484D9 on black background.


Color preview on white background

This text has color #8484D9 on white background.



Black color preview on #8484D9 background

This text has black color on #8484D9 background.


White color preview on #8484D9 background

This text has white color on #8484D9 background.