Shades of Moody Blue #7473CC
Tints of Moody Blue #7473CC
RGB
CMYK
RGB Variations
Color information
#7473CC (or 0x7473CC) is known color: Moody Blue. HEX triplet: 74, 73 and CC. RGB value is (116,115,204). Sum of RGB (Red+Green+Blue) = 116+115+204=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #7473CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7473CC is #8B8C33. Grayscale: #7D7D7D. Windows color (decimal): -9145396 or 13398900. OLE color: 13398900.
HSL color Cylindrical-coordinate representation of color #7473CC: hue angle of 240.67º 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 #7473CC is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 116 | 115 | 204 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.2 |
| HSL | 240.67º | 0.47% | 0.63% | - |
| HSV(B) | 240.67º | 0.44% | 0.8% | - |
| XYZ | 24.23 | 20.33 | 59.77 | - |
| YUV | 125.45 | 172.33 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 115 | 204 | 0.43 | 0.44 | 0 | 0.2 | 240.67 | 0.47 | 0.63 |
| Hex | 74 | 73 | CC | 2B | 2C | 0 | 14 | F1 | 2F | 3F |
| Octal | 164 | 163 | 314 | 53 | 54 | 0 | 24 | 361 | 57 | 77 |
| Binary | 1110100 | 1110011 | 11001100 | 101011 | 101100 | 0 | 10100 | 11110001 | 101111 | 111111 |
Color Harmonies of #7473CC
Complementary color
Monochromatic Colors of #7473CC
Black with #7473CC
Text Example
Text Example
White with #7473CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7473CC; }
p { color: rgb(116,115,204); }
H1.HeaderClassName
{
color: #7473CC;
}
.AnyTagClassName
{
color: #7473CC;
}
</style>
background-color css
<style>
a { background-color: #7473CC; }
a { background-color: rgb(116,115,204); }
div.DivClassName
{
background-color: #7473CC;
}
.BgClassName
{
background-color: #7473CC;
}
</style>
border-color css
<style>
span { border-color: #7473CC; }
span { border-color: rgb(116,115,204); }
td.TdClassName
{
border-color: #7473CC;
}
.TagClassName
{
border-color: #7473CC;
}
</style>