COLOR #828AB9

HEX: #828AB9 RGB: (130,138,185)

Color info

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

RGB color model

#828AB9 color RGB value is (130,138,185).

RGB: (130,138,185) (51%, 54%, 73%)

RGB channels and saturation

R 130 of 255 = 51%
G 138 of 255 = 54%
B 185 of 255 = 73%

130
138
185

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

Portions of RGB colors in percentages

R + G + B = 130 + 138 + 185 = 453 (100%)
R 130 of 453 ~ 28.7%
G 138 of 453 ~ 30.46%
B 185 of 453 ~ 40.84'%

%28.7
%30.46
%40.84

CMYK color model

#828AB9 color CMYK value is (30,25,0,27).

  • cyan value is 29.73%
  • magenta value is 25.41%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (30,25,0,27)
C30M25Y0K27 (30%, 25%, 0%, 27%)
(0.30 / 0.25 / 0.00 / 0.27)

CMYK percentages

%29.73
%25.41
%0
%27.45

Codes

Color #828AB9 in popluar color models

82 8A B9
RGB 130 138 185
HSL 231° 28.21% 61.76%
HSB/HSV 231° 29.73% 72.55%
CMYK 29.73% 25.41% 0.00%
27.45%

Color #828AB9 in popluar number systems.

HEX 82 8A B9
Decimal 130 138 185
Binary 10000010 10001010 10111001
Octal 202 212 271

Shades and tints

Shades of #828AB9

#828AB9
(130,138,185)
#777EA9
(119,126,169)
#6C7299
(108,114,153)
#616689
(97,102,137)
#565A79
(86,90,121)
#4B4E69
(75,78,105)
#404259
(64,66,89)
#353649
(53,54,73)
#2A2A39
(42,42,57)
#1F1E29
(31,30,41)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #828AB9

#828AB9
(130,138,185)
#8D94BF
(141,148,191)
#989EC5
(152,158,197)
#A3A8CB
(163,168,203)
#AEB2D1
(174,178,209)
#B9BCD7
(185,188,215)
#C4C6DD
(196,198,221)
#CFD0E3
(207,208,227)
#DADAE9
(218,218,233)
#E5E4EF
(229,228,239)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828AB9; }

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

This text font color is #828AB9.

Background Color

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

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

This div background color is #828AB9.

Border color

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

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

This div border color is #828AB9.

Opacity

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

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

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

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

This text has shadow with #828AB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #828AB9.

Preview

Color preview on black background

This text has color #828AB9 on black background.


Color preview on white background

This text has color #828AB9 on white background.


Black color preview on #828AB9 background

This text has black color on #828AB9 background.


White color preview on #828AB9 background

This text has white color on #828AB9 background.


Related colors

Complementary color

Complementary color for #hex is #7D7546.


I love getcolorcode.com

Triadic colors

1 #B9828A and #8AB982 with #828AB9 are triadic colors.

2 #B98A82 and #8A82B9 with #828AB9 are triadic colors.