COLOR #8284E7

HEX: #8284E7
RGB: (130,132,231)

Color info

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

RGB color model

#8284E7 color RGB value is (130,132,231).

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

RGB channels and saturation

R 130 of 255 = 51%
G 132 of 255 = 52%
B 231 of 255 = 91%

130
132
231

R + G + B ~ 65%. #8284E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 132 + 231 = 493 (100%)
R 130 of 493 ~ 26.37%
G 132 of 493 ~ 26.77%
B 231 of 493 ~ 46.86%

%26.37
%26.77
%46.86

CMYK color model

#8284E7 color CMYK value is (44,43,0,9).

  • cyan value is 43.72%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(44,43,0,9)
C44M43Y0K9 
(44%,43%,0%,9%)
(0.44/0.43/0.00/0.09)	

CMYK percentages

%43.72
%42.86
%0
%9.41

Codes

Color #8284E7 in popluar color models

8284E7
RGB130132231
HSL239°67.79%70.78%
HSB/HSV239°43.72%90.59%
CMYK43.72%42.86%0.00%
9.41%

Color #8284E7 in popluar number systems.

HEX8284E7
Decimal130132231
Binary100000101000010011100111
Octal202204347

Shades and tints

Shades of #8284E7

#8284E7
(130,132,231)
#7778D2
(119,120,210)
#6C6CBD
(108,108,189)
#6160A8
(97,96,168)
#565493
(86,84,147)
#4B487E
(75,72,126)
#403C69
(64,60,105)
#353054
(53,48,84)
#2A243F
(42,36,63)
#1F182A
(31,24,42)
#140C15
(20,12,21)
#000000
(0,0,0)

Tints of #8284E7

#8284E7
(130,132,231)
#8D8FE9
(141,143,233)
#989AEB
(152,154,235)
#A3A5ED
(163,165,237)
#AEB0EF
(174,176,239)
#B9BBF1
(185,187,241)
#C4C6F3
(196,198,243)
#CFD1F5
(207,209,245)
#DADCF7
(218,220,247)
#E5E7F9
(229,231,249)
#F0F2FB
(240,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8284E7 color. Also use rgb(130,132,231) instead hex code.

Text Font Color

.myTextColor { color: #8284E7; }

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

This text font color is #8284E7.


Background Color

.myBgColor { background-color: #8284E7; }

<div style="background-color:#8284E7">Inner text</div>

This div background color is #8284E7.


Border color

.myBorderColor { border: 1px solid #8284E7; }

<div style="border:3px solid #8284E7">Div</div>

This div border color is #8284E7.


Opacity

.myOpacity80 { color: #8284E7; opacity: 0.8; }

<p style="color:#8284E7;opacity:0.8;">80%</p>

Text with #8284E7 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 #8284E7;}

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

This text has shadow with #8284E7 color.

.textShadow {text-shadow: 3px 3px 1px #8284E7, 3px 3px 1px red;}

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

This text has shadow with #8284E7 primary color and red secondary color.


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

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

This text has shadow with #8284E7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8284E7 on black background.


Color preview on white background

This text has color #8284E7 on white background.



Black color preview on #8284E7 background

This text has black color on #8284E7 background.


White color preview on #8284E7 background

This text has white color on #8284E7 background.