HEX: #827AE6
RGB: (130,122,230)
#827AE6 contains mainly blue color. Web safe color of #827AE6 is #9966CC (or #96C).
#827AE6 color RGB value is (130,122,230).
RGB: (130,122,230) (51%,48%,90%)
R 130 of 255 = 51%
G 122 of 255 = 48%
B 230 of 255 = 90%
R + G + B ~ 63%. #827AE6 is quite light color.
R + G + B =
130 + 122 + 230 = 482 (100%)
R 130 of 482 ~ 26.97%
G 122 of 482 ~ 25.31%
B 230 of 482 ~ 47.72%
#827AE6 color CMYK value is (43,47,0,10).
CMYK: (43,47,0,10) C43M47Y0K10 (43%,47%,0%,10%) (0.43/0.47/0.00/0.10)
82 | 7A | E6 | |
---|---|---|---|
RGB | 130 | 122 | 230 |
HSL | 244° | 68.35% | 69.02% |
HSB/HSV | 244° | 46.96% | 90.20% |
CMYK | 43.48% | 46.96% | 0.00% |
9.80% |
HEX | 82 | 7A | E6 |
Decimal | 130 | 122 | 230 |
Binary | 10000010 | 1111010 | 11100110 |
Octal | 202 | 172 | 346 |
Examples of css and html codes for elements with #827AE6 color. Also use rgb(130,122,230) instead hex code.
.myTextColor { color: #827AE6; }
<p style="color:#827AE6">This sample text font color is #827AE6.</p>
This text font color is #827AE6.
.myBgColor { background-color: #827AE6; }
<div style="background-color:#827AE6">Inner text</div>
This div background color is #827AE6.
.myBorderColor { border: 1px solid #827AE6; }
<div style="border:3px solid #827AE6">Div</div>
This div border color is #827AE6.
.myOpacity80 { color: #827AE6; opacity: 0.8; }
<p style="color:#827AE6;opacity:0.8;">80%</p>
Text with #827AE6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #827AE6;}
<p style="text-shadow: 3px 3px 1px #827AE6">Text here.</p>
This text has shadow with #827AE6 color.
.textShadow {text-shadow: 3px 3px 1px #827AE6, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #827AE6, 5px 5px 20px red">Text here.</p>
This text has shadow with #827AE6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#827AE6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#827AE6, Direction=45, Strength=4)">Text</p>
This text has shadow with #827AE6 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #827AE6; -webkit-box-shadow: 1px 1px 3px 2px #827AE6; box-shadow: 1px 1px 3px 2px #827AE6; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #827AE6; -webkit-box-shadow: 1px 1px 3px 2px #827AE6; box-shadow:1px 1px 3px 2px #827AE6;">
Div content here</div>
This text has color #827AE6 on black background.
This text has color #827AE6 on white background.
This text has black color on #827AE6 background.
This text has white color on #827AE6 background.