COLOR #828EB5

HEX: #828EB5
RGB: (130,142,181)

Color info

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

RGB color model

#828EB5 color RGB value is (130,142,181).

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

RGB channels and saturation

R 130 of 255 = 51%
G 142 of 255 = 56%
B 181 of 255 = 71%

130
142
181

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

Portions of RGB colors in percentages

R + G + B =
130 + 142 + 181 = 453 (100%)
R 130 of 453 ~ 28.7%
G 142 of 453 ~ 31.35%
B 181 of 453 ~ 39.96%

%28.7
%31.35
%39.96

CMYK color model

#828EB5 color CMYK value is (28,22,0,29).

  • cyan value is 28.18%
  • magenta value is 21.55%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(28,22,0,29)
C28M22Y0K29 
(28%,22%,0%,29%)
(0.28/0.22/0.00/0.29)	

CMYK percentages

%28.18
%21.55
%0
%29.02

Codes

Color #828EB5 in popluar color models

828EB5
RGB130142181
HSL226°25.63%60.98%
HSB/HSV226°28.18%70.98%
CMYK28.18%21.55%0.00%
29.02%

Color #828EB5 in popluar number systems.

HEX828EB5
Decimal130142181
Binary100000101000111010110101
Octal202216265

Shades and tints

Shades of #828EB5

#828EB5
(130,142,181)
#7782A5
(119,130,165)
#6C7695
(108,118,149)
#616A85
(97,106,133)
#565E75
(86,94,117)
#4B5265
(75,82,101)
#404655
(64,70,85)
#353A45
(53,58,69)
#2A2E35
(42,46,53)
#1F2225
(31,34,37)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #828EB5

#828EB5
(130,142,181)
#8D98BB
(141,152,187)
#98A2C1
(152,162,193)
#A3ACC7
(163,172,199)
#AEB6CD
(174,182,205)
#B9C0D3
(185,192,211)
#C4CAD9
(196,202,217)
#CFD4DF
(207,212,223)
#DADEE5
(218,222,229)
#E5E8EB
(229,232,235)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828EB5; }

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

This text font color is #828EB5.


Background Color

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

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

This div background color is #828EB5.


Border color

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

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

This div border color is #828EB5.


Opacity

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

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

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

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

This text has shadow with #828EB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828EB5 on black background.


Color preview on white background

This text has color #828EB5 on white background.



Black color preview on #828EB5 background

This text has black color on #828EB5 background.


White color preview on #828EB5 background

This text has white color on #828EB5 background.