COLOR #8482BD

HEX: #8482BD
RGB: (132,130,189)

Color info

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

RGB color model

#8482BD color RGB value is (132,130,189).

  • red value is 132;
  • green value is 130;
  • blue value is 189.
RGB:
(132,130,189)
(52%,51%,74%)

RGB channels and saturation

R 132 of 255 = 52%
G 130 of 255 = 51%
B 189 of 255 = 74%

132
130
189

R + G + B ~ 59%. #8482BD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 130 + 189 = 451 (100%)
R 132 of 451 ~ 29.27%
G 130 of 451 ~ 28.82%
B 189 of 451 ~ 41.91%

%29.27
%28.82
%41.91

CMYK color model

#8482BD color CMYK value is (30,31,0,26).

  • cyan value is 30.16%
  • magenta value is 31.22%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(30,31,0,26)
C30M31Y0K26 
(30%,31%,0%,26%)
(0.30/0.31/0.00/0.26)	

CMYK percentages

%30.16
%31.22
%0
%25.88

Codes

Color #8482BD in popluar color models

8482BD
RGB132130189
HSL242°30.89%62.55%
HSB/HSV242°31.22%74.12%
CMYK30.16%31.22%0.00%
25.88%

Color #8482BD in popluar number systems.

HEX8482BD
Decimal132130189
Binary100001001000001010111101
Octal204202275

Shades and tints

Shades of #8482BD

#8482BD
(132,130,189)
#7877AC
(120,119,172)
#6C6C9B
(108,108,155)
#60618A
(96,97,138)
#545679
(84,86,121)
#484B68
(72,75,104)
#3C4057
(60,64,87)
#303546
(48,53,70)
#242A35
(36,42,53)
#181F24
(24,31,36)
#0C1413
(12,20,19)
#000000
(0,0,0)

Tints of #8482BD

#8482BD
(132,130,189)
#8F8DC3
(143,141,195)
#9A98C9
(154,152,201)
#A5A3CF
(165,163,207)
#B0AED5
(176,174,213)
#BBB9DB
(187,185,219)
#C6C4E1
(198,196,225)
#D1CFE7
(209,207,231)
#DCDAED
(220,218,237)
#E7E5F3
(231,229,243)
#F2F0F9
(242,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8482BD color. Also use rgb(132,130,189) instead hex code.

Text Font Color

.myTextColor { color: #8482BD; }

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

This text font color is #8482BD.


Background Color

.myBgColor { background-color: #8482BD; }

<div style="background-color:#8482BD">Inner text</div>

This div background color is #8482BD.


Border color

.myBorderColor { border: 1px solid #8482BD; }

<div style="border:3px solid #8482BD">Div</div>

This div border color is #8482BD.


Opacity

.myOpacity80 { color: #8482BD; opacity: 0.8; }

<p style="color:#8482BD;opacity:0.8;">80%</p>

Text with #8482BD 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 #8482BD;}

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

This text has shadow with #8482BD color.

.textShadow {text-shadow: 3px 3px 1px #8482BD, 3px 3px 1px red;}

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

This text has shadow with #8482BD primary color and red secondary color.


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

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

This text has shadow with #8482BD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8482BD on black background.


Color preview on white background

This text has color #8482BD on white background.



Black color preview on #8482BD background

This text has black color on #8482BD background.


White color preview on #8482BD background

This text has white color on #8482BD background.