HEX: #829FDA
RGB: (130,159,218)
#829FDA contains mainly green and blue colors. Web safe color of #829FDA is #9999CC (or #99C).
#829FDA color RGB value is (130,159,218).
RGB: (130,159,218) (51%,62%,85%)
R 130 of 255 = 51%
G 159 of 255 = 62%
B 218 of 255 = 85%
R + G + B ~ 66%. #829FDA is quite light color.
R + G + B =
130 + 159 + 218 = 507 (100%)
R 130 of 507 ~ 25.64%
G 159 of 507 ~ 31.36%
B 218 of 507 ~ 43%
#829FDA color CMYK value is (40,27,0,15).
CMYK: (40,27,0,15) C40M27Y0K15 (40%,27%,0%,15%) (0.40/0.27/0.00/0.15)
82 | 9F | DA | |
---|---|---|---|
RGB | 130 | 159 | 218 |
HSL | 220° | 54.32% | 68.24% |
HSB/HSV | 220° | 40.37% | 85.49% |
CMYK | 40.37% | 27.06% | 0.00% |
14.51% |
HEX | 82 | 9F | DA |
Decimal | 130 | 159 | 218 |
Binary | 10000010 | 10011111 | 11011010 |
Octal | 202 | 237 | 332 |
Examples of css and html codes for elements with #829FDA color. Also use rgb(130,159,218) instead hex code.
.myTextColor { color: #829FDA; }
<p style="color:#829FDA">This sample text font color is #829FDA.</p>
This text font color is #829FDA.
.myBgColor { background-color: #829FDA; }
<div style="background-color:#829FDA">Inner text</div>
This div background color is #829FDA.
.myBorderColor { border: 1px solid #829FDA; }
<div style="border:3px solid #829FDA">Div</div>
This div border color is #829FDA.
.myOpacity80 { color: #829FDA; opacity: 0.8; }
<p style="color:#829FDA;opacity:0.8;">80%</p>
Text with #829FDA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #829FDA;}
<p style="text-shadow: 3px 3px 1px #829FDA">Text here.</p>
This text has shadow with #829FDA color.
.textShadow {text-shadow: 3px 3px 1px #829FDA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #829FDA, 5px 5px 20px red">Text here.</p>
This text has shadow with #829FDA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#829FDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#829FDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #829FDA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #829FDA; -webkit-box-shadow: 1px 1px 3px 2px #829FDA; box-shadow: 1px 1px 3px 2px #829FDA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #829FDA; -webkit-box-shadow: 1px 1px 3px 2px #829FDA; box-shadow:1px 1px 3px 2px #829FDA;">
Div content here</div>
This text has color #829FDA on black background.
This text has color #829FDA on white background.
This text has black color on #829FDA background.
This text has white color on #829FDA background.