COLOR #8481EE

HEX: #8481EE RGB: (132,129,238)

Color info

#8481EE contains mainly blue color. Web safe color of #8481EE is #9999FF (or #99F).

RGB color model

#8481EE color RGB value is (132,129,238).

RGB: (132,129,238) (52%, 51%, 93%)

RGB channels and saturation

R 132 of 255 = 52%
G 129 of 255 = 51%
B 238 of 255 = 93%

132
129
238

R + G + B ~ 65%. #8481EE is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 129 + 238 = 499 (100%)
R 132 of 499 ~ 26.45%
G 129 of 499 ~ 25.85%
B 238 of 499 ~ 47.7'%

%26.45
%25.85
%47.7

CMYK color model

#8481EE color CMYK value is (45,46,0,7).

  • cyan value is 44.54%
  • magenta value is 45.80%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (45,46,0,7)
C45M46Y0K7 (45%, 46%, 0%, 7%)
(0.45 / 0.46 / 0.00 / 0.07)

CMYK percentages

%44.54
%45.8
%0
%6.67

Codes

Color #8481EE in popluar color models

84 81 EE
RGB 132 129 238
HSL 242° 76.22% 71.96%
HSB/HSV 242° 45.80% 93.33%
CMYK 44.54% 45.80% 0.00%
6.67%

Color #8481EE in popluar number systems.

HEX 84 81 EE
Decimal 132 129 238
Binary 10000100 10000001 11101110
Octal 204 201 356

Shades and tints

Shades of #8481EE

#8481EE
(132,129,238)
#7876D9
(120,118,217)
#6C6BC4
(108,107,196)
#6060AF
(96,96,175)
#54559A
(84,85,154)
#484A85
(72,74,133)
#3C3F70
(60,63,112)
#30345B
(48,52,91)
#242946
(36,41,70)
#181E31
(24,30,49)
#0C131C
(12,19,28)
#000000
(0,0,0)

Tints of #8481EE

#8481EE
(132,129,238)
#8F8CEF
(143,140,239)
#9A97F0
(154,151,240)
#A5A2F1
(165,162,241)
#B0ADF2
(176,173,242)
#BBB8F3
(187,184,243)
#C6C3F4
(198,195,244)
#D1CEF5
(209,206,245)
#DCD9F6
(220,217,246)
#E7E4F7
(231,228,247)
#F2EFF8
(242,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8481EE color. Also use rgb(132,129,238) instead hex code.

Text Font Color

.myTextColor { color: #8481EE; }

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

This text font color is #8481EE.

Background Color

.myBgColor { background-color: #8481EE; }

<div style="background-color:#8481EE">Inner text</div>

This div background color is #8481EE.

Border color

.myBorderColor { border: 1px solid #8481EE; }

<div style="border:3px solid #8481EE">Div</div>

This div border color is #8481EE.

Opacity

.myOpacity80 { color: #8481EE; opacity: 0.8; }

<p style="color:#8481EE;opacity:0.8;">80%</p>

Text with #8481EE 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 #8481EE;}

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

This text has shadow with #8481EE color.


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

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

This text has shadow with #8481EE primary color and red secondary color.


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

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

This text has shadow with #8481EE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8481EE.

Preview

Color preview on black background

This text has color #8481EE on black background.


Color preview on white background

This text has color #8481EE on white background.


Black color preview on #8481EE background

This text has black color on #8481EE background.


White color preview on #8481EE background

This text has white color on #8481EE background.


Related colors

Complementary color

Complementary color for #hex is #7B7E11.


I love getcolorcode.com

Triadic colors

1 #EE8481 and #81EE84 with #8481EE are triadic colors.

2 #EE8184 and #8184EE with #8481EE are triadic colors.