HEX: #829BEE
RGB: (130,155,238)
#829BEE contains mainly blue color. Web safe color of #829BEE is #9999FF (or #99F).
#829BEE color RGB value is (130,155,238).
RGB: (130,155,238)
(51%, 61%, 93%)
R 130 of 255 = 51%
G 155 of 255 = 61%
B 238 of 255 = 93%
R + G + B ~ 68%. #829BEE is quite light color.
R + G + B = 130 + 155 + 238 = 523 (100%)
R 130 of 523 ~ 24.86%
G 155 of 523 ~ 29.64%
B 238 of 523 ~ 45.51'%
#829BEE color CMYK value is (45,35,0,7).
CMYK: (45,35,0,7) C45M35Y0K7 (45%,35%,0%,7%) (0.45/0.35/0.00/0.07)
Color #829BEE in popluar color models
82 | 9B | EE | |
---|---|---|---|
RGB | 130 | 155 | 238 |
HSL | 226° | 76.06% | 72.16% |
HSB/HSV | 226° | 45.38% | 93.33% |
CMYK | 45.38% | 34.87% | 0.00% |
6.67% |
Color #829BEE in popluar number systems.
HEX | 82 | 9B | EE |
Decimal | 130 | 155 | 238 |
Binary | 10000010 | 10011011 | 11101110 |
Octal | 202 | 233 | 356 |
Shades of #829BEE
Tints of #829BEE
Examples of css and html codes for elements with #829BEE color. Also use rgb(130,155,238) instead hex code.
.myTextColor { color: #829BEE; }
<p style="color:#829BEE">This sample text font color is #829BEE.</p>
This text font color is #829BEE.
.myBgColor { background-color: #829BEE; }
<div style="background-color:#829BEE">Inner text</div>
This div background color is #829BEE.
.myBorderColor { border: 1px solid #829BEE; }
<div style="border:3px solid #829BEE">Div</div>
This div border color is #829BEE.
.myOpacity80 { color: #829BEE; opacity: 0.8; }
<p style="color:#829BEE;opacity:0.8;">80%</p>
Text with #829BEE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #829BEE;}
<p style="text-shadow: 3px 3px 1px #829BEE">Text here.</p>
This text has shadow with #829BEE color.
.textShadow {text-shadow: 3px 3px 1px #829BEE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #829BEE, 5px 5px 20px red">Text here.</p>
This text has shadow with #829BEE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#829BEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#829BEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #829BEE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #829BEE;
-webkit-box-shadow: 1px 1px 3px 2px #829BEE;
box-shadow: 1px 1px 3px 2px #829BEE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #829BEE; -webkit-box-shadow: 1px 1px 3px 2px #829BEE; box-shadow:1px 1px 3px 2px #829BEE;">
Div content here
</div>
This text has color #829BEE on black background.
This text has color #829BEE on white background.
This text has black color on #829BEE background.
This text has white color on #829BEE background.
Complementary color for #hex is #7D6411.