HEX: #7D61DE
RGB: (125,97,222)
#7D61DE contains mainly blue color. Web safe color of #7D61DE is #6666CC (or #66C).
#7D61DE color RGB value is (125,97,222).
RGB: (125,97,222)
(49%, 38%, 87%)
R 125 of 255 = 49%
G 97 of 255 = 38%
B 222 of 255 = 87%
R + G + B ~ 58%. #7D61DE is middle color (not dark and not light).
R + G + B = 125 + 97 + 222 = 444 (100%)
R 125 of 444 ~ 28.15%
G 97 of 444 ~ 21.85%
B 222 of 444 ~ 50'%
#7D61DE color CMYK value is (44,56,0,13).
CMYK: (44,56,0,13)
C44M56Y0K13 (44%, 56%, 0%, 13%)
(0.44 / 0.56 / 0.00 / 0.13)
Color #7D61DE in popluar color models
7D | 61 | DE | |
---|---|---|---|
RGB | 125 | 97 | 222 |
HSL | 253° | 65.45% | 62.55% |
HSB/HSV | 253° | 56.31% | 87.06% |
CMYK | 43.69% | 56.31% | 0.00% |
12.94% |
Color #7D61DE in popluar number systems.
HEX | 7D | 61 | DE |
Decimal | 125 | 97 | 222 |
Binary | 1111101 | 1100001 | 11011110 |
Octal | 175 | 141 | 336 |
Shades of #7D61DE
Tints of #7D61DE
Examples of css and html codes for elements with #7D61DE color. Also use rgb(125,97,222) instead hex code.
.myTextColor { color: #7D61DE; }
<p style="color:#7D61DE">This sample text font color is #7D61DE.</p>
This text font color is #7D61DE.
.myBgColor { background-color: #7D61DE; }
<div style="background-color:#7D61DE">Inner text</div>
This div background color is #7D61DE.
.myBorderColor { border: 1px solid #7D61DE; }
<div style="border:3px solid #7D61DE">Div</div>
This div border color is #7D61DE.
.myOpacity80 { color: #7D61DE; opacity: 0.8; }
<p style="color:#7D61DE;opacity:0.8;">80%</p>
Text with #7D61DE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D61DE;}
<p style="text-shadow: 3px 3px 1px #7D61DE">Text here.</p>
This text has shadow with #7D61DE color.
.textShadow {text-shadow: 3px 3px 1px #7D61DE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D61DE, 5px 5px 20px red">Text here.</p>
This text has shadow with #7D61DE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D61DE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D61DE, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D61DE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7D61DE;
-webkit-box-shadow: 1px 1px 3px 2px #7D61DE;
box-shadow: 1px 1px 3px 2px #7D61DE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7D61DE; -webkit-box-shadow: 1px 1px 3px 2px #7D61DE; box-shadow:1px 1px 3px 2px #7D61DE;">
Div content here
</div>
This text has color #7D61DE on black background.
This text has color #7D61DE on white background.
This text has black color on #7D61DE background.
This text has white color on #7D61DE background.
Complementary color for #7D61DE is #829E21.