HEX: #7A78BC
RGB: (122,120,188)
#7A78BC contains mainly blue color. Web safe color of #7A78BC is #6666CC (or #66C).
#7A78BC color RGB value is (122,120,188).
RGB: (122,120,188)
(48%, 47%, 74%)
R 122 of 255 = 48%
G 120 of 255 = 47%
B 188 of 255 = 74%
R + G + B ~ 56%. #7A78BC is middle color (not dark and not light).
R + G + B = 122 + 120 + 188 = 430 (100%)
R 122 of 430 ~ 28.37%
G 120 of 430 ~ 27.91%
B 188 of 430 ~ 43.72'%
#7A78BC color CMYK value is (35,36,0,26).
CMYK: (35,36,0,26)
C35M36Y0K26 (35%, 36%, 0%, 26%)
(0.35 / 0.36 / 0.00 / 0.26)
Color #7A78BC in popluar color models
7A | 78 | BC | |
---|---|---|---|
RGB | 122 | 120 | 188 |
HSL | 242° | 33.66% | 60.39% |
HSB/HSV | 242° | 36.17% | 73.73% |
CMYK | 35.11% | 36.17% | 0.00% |
26.27% |
Color #7A78BC in popluar number systems.
HEX | 7A | 78 | BC |
Decimal | 122 | 120 | 188 |
Binary | 1111010 | 1111000 | 10111100 |
Octal | 172 | 170 | 274 |
Shades of #7A78BC
Tints of #7A78BC
Examples of css and html codes for elements with #7A78BC color. Also use rgb(122,120,188) instead hex code.
.myTextColor { color: #7A78BC; }
<p style="color:#7A78BC">This sample text font color is #7A78BC.</p>
This text font color is #7A78BC.
.myBgColor { background-color: #7A78BC; }
<div style="background-color:#7A78BC">Inner text</div>
This div background color is #7A78BC.
.myBorderColor { border: 1px solid #7A78BC; }
<div style="border:3px solid #7A78BC">Div</div>
This div border color is #7A78BC.
.myOpacity80 { color: #7A78BC; opacity: 0.8; }
<p style="color:#7A78BC;opacity:0.8;">80%</p>
Text with #7A78BC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7A78BC;}
<p style="text-shadow: 3px 3px 1px #7A78BC">Text here.</p>
This text has shadow with #7A78BC color.
.textShadow {text-shadow: 3px 3px 1px #7A78BC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7A78BC, 5px 5px 20px red">Text here.</p>
This text has shadow with #7A78BC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7A78BC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7A78BC, Direction=45, Strength=4)">Text</p>
This text has shadow with #7A78BC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7A78BC;
-webkit-box-shadow: 1px 1px 3px 2px #7A78BC;
box-shadow: 1px 1px 3px 2px #7A78BC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7A78BC; -webkit-box-shadow: 1px 1px 3px 2px #7A78BC; box-shadow:1px 1px 3px 2px #7A78BC;">
Div content here
</div>
This text has color #7A78BC on black background.
This text has color #7A78BC on white background.
This text has black color on #7A78BC background.
This text has white color on #7A78BC background.
Complementary color for #hex is #858743.