COLOR #828EE7

HEX: #828EE7
RGB: (130,142,231)

Color info

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

RGB color model

#828EE7 color RGB value is (130,142,231).

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

RGB channels and saturation

R 130 of 255 = 51%
G 142 of 255 = 56%
B 231 of 255 = 91%

130
142
231

R + G + B ~ 66%. #828EE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 142 + 231 = 503 (100%)
R 130 of 503 ~ 25.84%
G 142 of 503 ~ 28.23%
B 231 of 503 ~ 45.92%

%25.84
%28.23
%45.92

CMYK color model

#828EE7 color CMYK value is (44,39,0,9).

  • cyan value is 43.72%
  • magenta value is 38.53%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(44,39,0,9)
C44M39Y0K9 
(44%,39%,0%,9%)
(0.44/0.39/0.00/0.09)	

CMYK percentages

%43.72
%38.53
%0
%9.41

Codes

Color #828EE7 in popluar color models

828EE7
RGB130142231
HSL233°67.79%70.78%
HSB/HSV233°43.72%90.59%
CMYK43.72%38.53%0.00%
9.41%

Color #828EE7 in popluar number systems.

HEX828EE7
Decimal130142231
Binary100000101000111011100111
Octal202216347

Shades and tints

Shades of #828EE7

#828EE7
(130,142,231)
#7782D2
(119,130,210)
#6C76BD
(108,118,189)
#616AA8
(97,106,168)
#565E93
(86,94,147)
#4B527E
(75,82,126)
#404669
(64,70,105)
#353A54
(53,58,84)
#2A2E3F
(42,46,63)
#1F222A
(31,34,42)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #828EE7

#828EE7
(130,142,231)
#8D98E9
(141,152,233)
#98A2EB
(152,162,235)
#A3ACED
(163,172,237)
#AEB6EF
(174,182,239)
#B9C0F1
(185,192,241)
#C4CAF3
(196,202,243)
#CFD4F5
(207,212,245)
#DADEF7
(218,222,247)
#E5E8F9
(229,232,249)
#F0F2FB
(240,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828EE7 color. Also use rgb(130,142,231) instead hex code.

Text Font Color

.myTextColor { color: #828EE7; }

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

This text font color is #828EE7.


Background Color

.myBgColor { background-color: #828EE7; }

<div style="background-color:#828EE7">Inner text</div>

This div background color is #828EE7.


Border color

.myBorderColor { border: 1px solid #828EE7; }

<div style="border:3px solid #828EE7">Div</div>

This div border color is #828EE7.


Opacity

.myOpacity80 { color: #828EE7; opacity: 0.8; }

<p style="color:#828EE7;opacity:0.8;">80%</p>

Text with #828EE7 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 #828EE7;}

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

This text has shadow with #828EE7 color.

.textShadow {text-shadow: 3px 3px 1px #828EE7, 3px 3px 1px red;}

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

This text has shadow with #828EE7 primary color and red secondary color.


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

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

This text has shadow with #828EE7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828EE7 on black background.


Color preview on white background

This text has color #828EE7 on white background.



Black color preview on #828EE7 background

This text has black color on #828EE7 background.


White color preview on #828EE7 background

This text has white color on #828EE7 background.