HEX: #828AAF
RGB: (130,138,175)
#828AAF contains red, green and blue colors in about the same proportion. Web safe color of #828AAF is #999999 (or #999).
#828AAF color RGB value is (130,138,175).
RGB: (130,138,175)
(51%, 54%, 69%)
R 130 of 255 = 51%
G 138 of 255 = 54%
B 175 of 255 = 69%
R + G + B ~ 58%. #828AAF is middle color (not dark and not light).
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'%
#828AAF color CMYK value is (26,21,0,31).
CMYK: (26,21,0,31)
C26M21Y0K31 (26%, 21%, 0%, 31%)
(0.26 / 0.21 / 0.00 / 0.31)
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 of #828AAF
Tints of #828AAF
Examples of css and html codes for elements with #828AAF color. Also use rgb(130,138,175) instead hex code.
.myTextColor { color: #828AAF; }
<p style="color:#828AAF">This sample text font color is #828AAF.</p>
This text font color is #828AAF.
.myBgColor { background-color: #828AAF; }
<div style="background-color:#828AAF">Inner text</div>
This div background color is #828AAF.
.myBorderColor { border: 1px solid #828AAF; }
<div style="border:3px solid #828AAF">Div</div>
This div border color is #828AAF.
.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%.
.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.
/* 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 text has color #828AAF on black background.
This text has color #828AAF on white background.
This text has black color on #828AAF background.
This text has white color on #828AAF background.
Complementary color for #hex is #7D7550.