COLOR #8479EB

HEX: #8479EB
RGB: (132,121,235)

Color info

#8479EB contains mainly blue color. Web safe color of #8479EB is #9966FF (or #96F).

RGB color model

#8479EB color RGB value is (132,121,235).

  • red value is 132;
  • green value is 121;
  • blue value is 235.
RGB:
(132,121,235)
(52%,47%,92%)

RGB channels and saturation

R 132 of 255 = 52%
G 121 of 255 = 47%
B 235 of 255 = 92%

132
121
235

R + G + B ~ 64%. #8479EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 121 + 235 = 488 (100%)
R 132 of 488 ~ 27.05%
G 121 of 488 ~ 24.8%
B 235 of 488 ~ 48.16%

%27.05
%24.8
%48.16

CMYK color model

#8479EB color CMYK value is (44,49,0,8).

  • cyan value is 43.83%
  • magenta value is 48.51%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(44,49,0,8)
C44M49Y0K8 
(44%,49%,0%,8%)
(0.44/0.49/0.00/0.08)	

CMYK percentages

%43.83
%48.51
%0
%7.84

Codes

Color #8479EB in popluar color models

8479EB
RGB132121235
HSL246°74.03%69.80%
HSB/HSV246°48.51%92.16%
CMYK43.83%48.51%0.00%
7.84%

Color #8479EB in popluar number systems.

HEX8479EB
Decimal132121235
Binary10000100111100111101011
Octal204171353

Shades and tints

Shades of #8479EB

#8479EB
(132,121,235)
#786ED6
(120,110,214)
#6C63C1
(108,99,193)
#6058AC
(96,88,172)
#544D97
(84,77,151)
#484282
(72,66,130)
#3C376D
(60,55,109)
#302C58
(48,44,88)
#242143
(36,33,67)
#18162E
(24,22,46)
#0C0B19
(12,11,25)
#000000
(0,0,0)

Tints of #8479EB

#8479EB
(132,121,235)
#8F85EC
(143,133,236)
#9A91ED
(154,145,237)
#A59DEE
(165,157,238)
#B0A9EF
(176,169,239)
#BBB5F0
(187,181,240)
#C6C1F1
(198,193,241)
#D1CDF2
(209,205,242)
#DCD9F3
(220,217,243)
#E7E5F4
(231,229,244)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8479EB color. Also use rgb(132,121,235) instead hex code.

Text Font Color

.myTextColor { color: #8479EB; }

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

This text font color is #8479EB.


Background Color

.myBgColor { background-color: #8479EB; }

<div style="background-color:#8479EB">Inner text</div>

This div background color is #8479EB.


Border color

.myBorderColor { border: 1px solid #8479EB; }

<div style="border:3px solid #8479EB">Div</div>

This div border color is #8479EB.


Opacity

.myOpacity80 { color: #8479EB; opacity: 0.8; }

<p style="color:#8479EB;opacity:0.8;">80%</p>

Text with #8479EB 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 #8479EB;}

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

This text has shadow with #8479EB color.

.textShadow {text-shadow: 3px 3px 1px #8479EB, 3px 3px 1px red;}

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

This text has shadow with #8479EB primary color and red secondary color.


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

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

This text has shadow with #8479EB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8479EB on black background.


Color preview on white background

This text has color #8479EB on white background.



Black color preview on #8479EB background

This text has black color on #8479EB background.


White color preview on #8479EB background

This text has white color on #8479EB background.