COLOR #828AD9

HEX: #828AD9 RGB: (130,138,217)

Color info

#828AD9 contains mainly blue color. Web safe color of #828AD9 is #9999CC (or #99C).

RGB color model

#828AD9 color RGB value is (130,138,217).

RGB: (130,138,217) (51%, 54%, 85%)

RGB channels and saturation

R 130 of 255 = 51%
G 138 of 255 = 54%
B 217 of 255 = 85%

130
138
217

R + G + B ~ 63%. #828AD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 138 + 217 = 485 (100%)
R 130 of 485 ~ 26.8%
G 138 of 485 ~ 28.45%
B 217 of 485 ~ 44.74'%

%26.8
%28.45
%44.74

CMYK color model

#828AD9 color CMYK value is (40,36,0,15).

  • cyan value is 40.09%
  • magenta value is 36.41%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (40,36,0,15)
C40M36Y0K15 (40%, 36%, 0%, 15%)
(0.40 / 0.36 / 0.00 / 0.15)

CMYK percentages

%40.09
%36.41
%0
%14.9

Codes

Color #828AD9 in popluar color models

82 8A D9
RGB 130 138 217
HSL 234° 53.37% 68.04%
HSB/HSV 234° 40.09% 85.10%
CMYK 40.09% 36.41% 0.00%
14.90%

Color #828AD9 in popluar number systems.

HEX 82 8A D9
Decimal 130 138 217
Binary 10000010 10001010 11011001
Octal 202 212 331

Shades and tints

Shades of #828AD9

#828AD9
(130,138,217)
#777EC6
(119,126,198)
#6C72B3
(108,114,179)
#6166A0
(97,102,160)
#565A8D
(86,90,141)
#4B4E7A
(75,78,122)
#404267
(64,66,103)
#353654
(53,54,84)
#2A2A41
(42,42,65)
#1F1E2E
(31,30,46)
#14121B
(20,18,27)
#000000
(0,0,0)

Tints of #828AD9

#828AD9
(130,138,217)
#8D94DC
(141,148,220)
#989EDF
(152,158,223)
#A3A8E2
(163,168,226)
#AEB2E5
(174,178,229)
#B9BCE8
(185,188,232)
#C4C6EB
(196,198,235)
#CFD0EE
(207,208,238)
#DADAF1
(218,218,241)
#E5E4F4
(229,228,244)
#F0EEF7
(240,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828AD9 color. Also use rgb(130,138,217) instead hex code.

Text Font Color

.myTextColor { color: #828AD9; }

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

This text font color is #828AD9.

Background Color

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

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

This div background color is #828AD9.

Border color

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

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

This div border color is #828AD9.

Opacity

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

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

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

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

This text has shadow with #828AD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #828AD9.

Preview

Color preview on black background

This text has color #828AD9 on black background.


Color preview on white background

This text has color #828AD9 on white background.


Black color preview on #828AD9 background

This text has black color on #828AD9 background.


White color preview on #828AD9 background

This text has white color on #828AD9 background.


Related colors

Complementary color

Complementary color for #hex is #7D7526.


I love getcolorcode.com

Triadic colors

1 #D9828A and #8AD982 with #828AD9 are triadic colors.

2 #D98A82 and #8A82D9 with #828AD9 are triadic colors.