Shades of Moody Blue #7C73BC
Tints of Moody Blue #7C73BC
RGB
CMYK
RGB Variations
Color information
#7C73BC (or 0x7C73BC) is known color: Moody Blue. HEX triplet: 7C, 73 and BC. RGB value is (124,115,188). Sum of RGB (Red+Green+Blue) = 124+115+188=427 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.04% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C73BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C73BC is #838C43. Grayscale: #7D7D7D. Windows color (decimal): -8621124 or 12350332. OLE color: 12350332.
HSL color Cylindrical-coordinate representation of color #7C73BC: hue angle of 247.4º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7C73BC is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 115 | 188 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.26 |
| HSL | 247.4º | 0.35% | 0.59% | - |
| HSV(B) | 247.4º | 0.39% | 0.74% | - |
| XYZ | 23.52 | 20.18 | 50.23 | - |
| YUV | 126.01 | 162.98 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 115 | 188 | 0.34 | 0.39 | 0 | 0.26 | 247.4 | 0.35 | 0.59 |
| Hex | 7C | 73 | BC | 22 | 27 | 0 | 1A | F7 | 23 | 3B |
| Octal | 174 | 163 | 274 | 42 | 47 | 0 | 32 | 367 | 43 | 73 |
| Binary | 1111100 | 1110011 | 10111100 | 100010 | 100111 | 0 | 11010 | 11110111 | 100011 | 111011 |
Color Harmonies of #7C73BC
Complementary color
Monochromatic Colors of #7C73BC
Black with #7C73BC
Text Example
Text Example
White with #7C73BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C73BC; }
p { color: rgb(124,115,188); }
H1.HeaderClassName
{
color: #7C73BC;
}
.AnyTagClassName
{
color: #7C73BC;
}
</style>
background-color css
<style>
a { background-color: #7C73BC; }
a { background-color: rgb(124,115,188); }
div.DivClassName
{
background-color: #7C73BC;
}
.BgClassName
{
background-color: #7C73BC;
}
</style>
border-color css
<style>
span { border-color: #7C73BC; }
span { border-color: rgb(124,115,188); }
td.TdClassName
{
border-color: #7C73BC;
}
.TagClassName
{
border-color: #7C73BC;
}
</style>