HEX: #827DBE
RGB: (130,125,190)
#827DBE contains mainly blue color. Web safe color of #827DBE is #9966CC (or #96C).
#827DBE color RGB value is (130,125,190).
RGB: (130,125,190)
(51%, 49%, 75%)
R 130 of 255 = 51%
G 125 of 255 = 49%
B 190 of 255 = 75%
R + G + B ~ 58%. #827DBE is middle color (not dark and not light).
R + G + B = 130 + 125 + 190 = 445 (100%)
R 130 of 445 ~ 29.21%
G 125 of 445 ~ 28.09%
B 190 of 445 ~ 42.7'%
#827DBE color CMYK value is (32,34,0,25).
CMYK: (32,34,0,25)
C32M34Y0K25 (32%, 34%, 0%, 25%)
(0.32 / 0.34 / 0.00 / 0.25)
Color #827DBE in popluar color models
82 | 7D | BE | |
---|---|---|---|
RGB | 130 | 125 | 190 |
HSL | 245° | 33.33% | 61.76% |
HSB/HSV | 245° | 34.21% | 74.51% |
CMYK | 31.58% | 34.21% | 0.00% |
25.49% |
Color #827DBE in popluar number systems.
HEX | 82 | 7D | BE |
Decimal | 130 | 125 | 190 |
Binary | 10000010 | 1111101 | 10111110 |
Octal | 202 | 175 | 276 |
Shades of #827DBE
Tints of #827DBE
Examples of css and html codes for elements with #827DBE color. Also use rgb(130,125,190) instead hex code.
.myTextColor { color: #827DBE; }
<p style="color:#827DBE">This sample text font color is #827DBE.</p>
This text font color is #827DBE.
.myBgColor { background-color: #827DBE; }
<div style="background-color:#827DBE">Inner text</div>
This div background color is #827DBE.
.myBorderColor { border: 1px solid #827DBE; }
<div style="border:3px solid #827DBE">Div</div>
This div border color is #827DBE.
.myOpacity80 { color: #827DBE; opacity: 0.8; }
<p style="color:#827DBE;opacity:0.8;">80%</p>
Text with #827DBE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #827DBE;}
<p style="text-shadow: 3px 3px 1px #827DBE">Text here.</p>
This text has shadow with #827DBE color.
.textShadow {text-shadow: 3px 3px 1px #827DBE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #827DBE, 5px 5px 20px red">Text here.</p>
This text has shadow with #827DBE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#827DBE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#827DBE, Direction=45, Strength=4)">Text</p>
This text has shadow with #827DBE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #827DBE;
-webkit-box-shadow: 1px 1px 3px 2px #827DBE;
box-shadow: 1px 1px 3px 2px #827DBE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #827DBE; -webkit-box-shadow: 1px 1px 3px 2px #827DBE; box-shadow:1px 1px 3px 2px #827DBE;">
Div content here
</div>
This text has color #827DBE on black background.
This text has color #827DBE on white background.
This text has black color on #827DBE background.
This text has white color on #827DBE background.
Complementary color for #hex is #7D8241.