HEX: #827FBD
RGB: (130,127,189)
#827FBD contains mainly red and blue colors. Web safe color of #827FBD is #9966CC (or #96C).
#827FBD color RGB value is (130,127,189).
RGB: (130,127,189)
(51%, 50%, 74%)
R 130 of 255 = 51%
G 127 of 255 = 50%
B 189 of 255 = 74%
R + G + B ~ 58%. #827FBD is middle color (not dark and not light).
R + G + B = 130 + 127 + 189 = 446 (100%)
R 130 of 446 ~ 29.15%
G 127 of 446 ~ 28.48%
B 189 of 446 ~ 42.38'%
#827FBD color CMYK value is (31,33,0,26).
CMYK: (31,33,0,26)
C31M33Y0K26 (31%, 33%, 0%, 26%)
(0.31 / 0.33 / 0.00 / 0.26)
Color #827FBD in popluar color models
82 | 7F | BD | |
---|---|---|---|
RGB | 130 | 127 | 189 |
HSL | 243° | 31.96% | 61.96% |
HSB/HSV | 243° | 32.80% | 74.12% |
CMYK | 31.22% | 32.80% | 0.00% |
25.88% |
Color #827FBD in popluar number systems.
HEX | 82 | 7F | BD |
Decimal | 130 | 127 | 189 |
Binary | 10000010 | 1111111 | 10111101 |
Octal | 202 | 177 | 275 |
Shades of #827FBD
Tints of #827FBD
Examples of css and html codes for elements with #827FBD color. Also use rgb(130,127,189) instead hex code.
.myTextColor { color: #827FBD; }
<p style="color:#827FBD">This sample text font color is #827FBD.</p>
This text font color is #827FBD.
.myBgColor { background-color: #827FBD; }
<div style="background-color:#827FBD">Inner text</div>
This div background color is #827FBD.
.myBorderColor { border: 1px solid #827FBD; }
<div style="border:3px solid #827FBD">Div</div>
This div border color is #827FBD.
.myOpacity80 { color: #827FBD; opacity: 0.8; }
<p style="color:#827FBD;opacity:0.8;">80%</p>
Text with #827FBD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #827FBD;}
<p style="text-shadow: 3px 3px 1px #827FBD">Text here.</p>
This text has shadow with #827FBD color.
.textShadow {text-shadow: 3px 3px 1px #827FBD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #827FBD, 5px 5px 20px red">Text here.</p>
This text has shadow with #827FBD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#827FBD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#827FBD, Direction=45, Strength=4)">Text</p>
This text has shadow with #827FBD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #827FBD;
-webkit-box-shadow: 1px 1px 3px 2px #827FBD;
box-shadow: 1px 1px 3px 2px #827FBD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #827FBD; -webkit-box-shadow: 1px 1px 3px 2px #827FBD; box-shadow:1px 1px 3px 2px #827FBD;">
Div content here
</div>
This text has color #827FBD on black background.
This text has color #827FBD on white background.
This text has black color on #827FBD background.
This text has white color on #827FBD background.
Complementary color for #hex is #7D8042.