Shades of Moody Blue #7C73CC
Tints of Moody Blue #7C73CC
RGB
CMYK
RGB Variations
Color information
#7C73CC (or 0x7C73CC) is known color: Moody Blue. HEX triplet: 7C, 73 and CC. RGB value is (124,115,204). Sum of RGB (Red+Green+Blue) = 124+115+204=443 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.99% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C73CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C73CC is #838C33. Grayscale: #7F7F7F. Windows color (decimal): -8621108 or 13398908. OLE color: 13398908.
HSL color Cylindrical-coordinate representation of color #7C73CC: hue angle of 246.07º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C73CC is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 115 | 204 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.2 |
| HSL | 246.07º | 0.47% | 0.63% | - |
| HSV(B) | 246.07º | 0.44% | 0.8% | - |
| XYZ | 25.34 | 20.91 | 59.83 | - |
| YUV | 127.84 | 170.98 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 115 | 204 | 0.39 | 0.44 | 0 | 0.2 | 246.07 | 0.47 | 0.63 |
| Hex | 7C | 73 | CC | 27 | 2C | 0 | 14 | F6 | 2F | 3F |
| Octal | 174 | 163 | 314 | 47 | 54 | 0 | 24 | 366 | 57 | 77 |
| Binary | 1111100 | 1110011 | 11001100 | 100111 | 101100 | 0 | 10100 | 11110110 | 101111 | 111111 |
Color Harmonies of #7C73CC
Complementary color
Monochromatic Colors of #7C73CC
Black with #7C73CC
Text Example
Text Example
White with #7C73CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C73CC; }
p { color: rgb(124,115,204); }
H1.HeaderClassName
{
color: #7C73CC;
}
.AnyTagClassName
{
color: #7C73CC;
}
</style>
background-color css
<style>
a { background-color: #7C73CC; }
a { background-color: rgb(124,115,204); }
div.DivClassName
{
background-color: #7C73CC;
}
.BgClassName
{
background-color: #7C73CC;
}
</style>
border-color css
<style>
span { border-color: #7C73CC; }
span { border-color: rgb(124,115,204); }
td.TdClassName
{
border-color: #7C73CC;
}
.TagClassName
{
border-color: #7C73CC;
}
</style>