HEX: #828DBB
RGB: (130,141,187)
#828DBB contains red, green and blue colors in about the same proportion. Web safe color of #828DBB is #9999CC (or #99C).
#828DBB color RGB value is (130,141,187).
RGB: (130,141,187)
(51%, 55%, 73%)
R 130 of 255 = 51%
G 141 of 255 = 55%
B 187 of 255 = 73%
R + G + B ~ 60%. #828DBB is middle color (not dark and not light).
R + G + B = 130 + 141 + 187 = 458 (100%)
R 130 of 458 ~ 28.38%
G 141 of 458 ~ 30.79%
B 187 of 458 ~ 40.83'%
#828DBB color CMYK value is (30,25,0,27).
CMYK: (30,25,0,27)
C30M25Y0K27 (30%, 25%, 0%, 27%)
(0.30 / 0.25 / 0.00 / 0.27)
Color #828DBB in popluar color models
82 | 8D | BB | |
---|---|---|---|
RGB | 130 | 141 | 187 |
HSL | 228° | 29.53% | 62.16% |
HSB/HSV | 228° | 30.48% | 73.33% |
CMYK | 30.48% | 24.60% | 0.00% |
26.67% |
Color #828DBB in popluar number systems.
HEX | 82 | 8D | BB |
Decimal | 130 | 141 | 187 |
Binary | 10000010 | 10001101 | 10111011 |
Octal | 202 | 215 | 273 |
Shades of #828DBB
Tints of #828DBB
Examples of css and html codes for elements with #828DBB color. Also use rgb(130,141,187) instead hex code.
.myTextColor { color: #828DBB; }
<p style="color:#828DBB">This sample text font color is #828DBB.</p>
This text font color is #828DBB.
.myBgColor { background-color: #828DBB; }
<div style="background-color:#828DBB">Inner text</div>
This div background color is #828DBB.
.myBorderColor { border: 1px solid #828DBB; }
<div style="border:3px solid #828DBB">Div</div>
This div border color is #828DBB.
.myOpacity80 { color: #828DBB; opacity: 0.8; }
<p style="color:#828DBB;opacity:0.8;">80%</p>
Text with #828DBB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #828DBB;}
<p style="text-shadow: 3px 3px 1px #828DBB">Text here.</p>
This text has shadow with #828DBB color.
.textShadow {text-shadow: 3px 3px 1px #828DBB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #828DBB, 5px 5px 20px red">Text here.</p>
This text has shadow with #828DBB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#828DBB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#828DBB, Direction=45, Strength=4)">Text</p>
This text has shadow with #828DBB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #828DBB;
-webkit-box-shadow: 1px 1px 3px 2px #828DBB;
box-shadow: 1px 1px 3px 2px #828DBB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #828DBB; -webkit-box-shadow: 1px 1px 3px 2px #828DBB; box-shadow:1px 1px 3px 2px #828DBB;">
Div content here
</div>
This text has color #828DBB on black background.
This text has color #828DBB on white background.
This text has black color on #828DBB background.
This text has white color on #828DBB background.
Complementary color for #hex is #7D7244.