COLOR #828AAF

HEX: #828AAF RGB: (130,138,175)

Color info

#828AAF contains red, green and blue colors in about the same proportion. Web safe color of #828AAF is #999999 (or #999).

RGB color model

#828AAF color RGB value is (130,138,175).

RGB: (130,138,175) (51%, 54%, 69%)

RGB channels and saturation

R 130 of 255 = 51%
G 138 of 255 = 54%
B 175 of 255 = 69%

130
138
175

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

Portions of RGB colors in percentages

R + G + B = 130 + 138 + 175 = 443 (100%)
R 130 of 443 ~ 29.35%
G 138 of 443 ~ 31.15%
B 175 of 443 ~ 39.5'%

%29.35
%31.15
%39.5

CMYK color model

#828AAF color CMYK value is (26,21,0,31).

  • cyan value is 25.71%
  • magenta value is 21.14%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (26,21,0,31)
C26M21Y0K31 (26%, 21%, 0%, 31%)
(0.26 / 0.21 / 0.00 / 0.31)

CMYK percentages

%25.71
%21.14
%0
%31.37

Codes

Color #828AAF in popluar color models

82 8A AF
RGB 130 138 175
HSL 229° 21.95% 59.80%
HSB/HSV 229° 25.71% 68.63%
CMYK 25.71% 21.14% 0.00%
31.37%

Color #828AAF in popluar number systems.

HEX 82 8A AF
Decimal 130 138 175
Binary 10000010 10001010 10101111
Octal 202 212 257

Shades and tints

Shades of #828AAF

#828AAF
(130,138,175)
#777EA0
(119,126,160)
#6C7291
(108,114,145)
#616682
(97,102,130)
#565A73
(86,90,115)
#4B4E64
(75,78,100)
#404255
(64,66,85)
#353646
(53,54,70)
#2A2A37
(42,42,55)
#1F1E28
(31,30,40)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #828AAF

#828AAF
(130,138,175)
#8D94B6
(141,148,182)
#989EBD
(152,158,189)
#A3A8C4
(163,168,196)
#AEB2CB
(174,178,203)
#B9BCD2
(185,188,210)
#C4C6D9
(196,198,217)
#CFD0E0
(207,208,224)
#DADAE7
(218,218,231)
#E5E4EE
(229,228,238)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828AAF; }

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

This text font color is #828AAF.

Background Color

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

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

This div background color is #828AAF.

Border color

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

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

This div border color is #828AAF.

Opacity

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

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

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

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

This text has shadow with #828AAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #828AAF.

Preview

Color preview on black background

This text has color #828AAF on black background.


Color preview on white background

This text has color #828AAF on white background.


Black color preview on #828AAF background

This text has black color on #828AAF background.


White color preview on #828AAF background

This text has white color on #828AAF background.


Related colors

Complementary color

Complementary color for #hex is #7D7550.


I love getcolorcode.com

Triadic colors

1 #AF828A and #8AAF82 with #828AAF are triadic colors.

2 #AF8A82 and #8A82AF with #828AAF are triadic colors.