HEX: #829DE8
RGB: (130,157,232)
#829DE8 contains mainly blue color. Web safe color of #829DE8 is #9999FF (or #99F).
#829DE8 color RGB value is (130,157,232).
RGB: (130,157,232)
(51%, 62%, 91%)
R 130 of 255 = 51%
G 157 of 255 = 62%
B 232 of 255 = 91%
R + G + B ~ 68%. #829DE8 is quite light color.
R + G + B = 130 + 157 + 232 = 519 (100%)
R 130 of 519 ~ 25.05%
G 157 of 519 ~ 30.25%
B 232 of 519 ~ 44.7'%
#829DE8 color CMYK value is (44,32,0,9).
CMYK: (44,32,0,9)
C44M32Y0K9 (44%, 32%, 0%, 9%)
(0.44 / 0.32 / 0.00 / 0.09)
Color #829DE8 in popluar color models
82 | 9D | E8 | |
---|---|---|---|
RGB | 130 | 157 | 232 |
HSL | 224° | 68.92% | 70.98% |
HSB/HSV | 224° | 43.97% | 90.98% |
CMYK | 43.97% | 32.33% | 0.00% |
9.02% |
Color #829DE8 in popluar number systems.
HEX | 82 | 9D | E8 |
Decimal | 130 | 157 | 232 |
Binary | 10000010 | 10011101 | 11101000 |
Octal | 202 | 235 | 350 |
Shades of #829DE8
Tints of #829DE8
Examples of css and html codes for elements with #829DE8 color. Also use rgb(130,157,232) instead hex code.
.myTextColor { color: #829DE8; }
<p style="color:#829DE8">This sample text font color is #829DE8.</p>
This text font color is #829DE8.
.myBgColor { background-color: #829DE8; }
<div style="background-color:#829DE8">Inner text</div>
This div background color is #829DE8.
.myBorderColor { border: 1px solid #829DE8; }
<div style="border:3px solid #829DE8">Div</div>
This div border color is #829DE8.
.myOpacity80 { color: #829DE8; opacity: 0.8; }
<p style="color:#829DE8;opacity:0.8;">80%</p>
Text with #829DE8 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #829DE8;}
<p style="text-shadow: 3px 3px 1px #829DE8">Text here.</p>
This text has shadow with #829DE8 color.
.textShadow {text-shadow: 3px 3px 1px #829DE8', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #829DE8, 5px 5px 20px red">Text here.</p>
This text has shadow with #829DE8 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#829DE8, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#829DE8, Direction=45, Strength=4)">Text</p>
This text has shadow with #829DE8 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #829DE8;
-webkit-box-shadow: 1px 1px 3px 2px #829DE8;
box-shadow: 1px 1px 3px 2px #829DE8;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #829DE8; -webkit-box-shadow: 1px 1px 3px 2px #829DE8; box-shadow:1px 1px 3px 2px #829DE8;">
Div content here
</div>
This text has color #829DE8 on black background.
This text has color #829DE8 on white background.
This text has black color on #829DE8 background.
This text has white color on #829DE8 background.
Complementary color for #hex is #7D6217.