Shades of Moody Blue #7473C2
Tints of Moody Blue #7473C2
RGB
CMYK
RGB Variations
Color information
#7473C2 (or 0x7473C2) is known color: Moody Blue. HEX triplet: 74, 73 and C2. RGB value is (116,115,194). Sum of RGB (Red+Green+Blue) = 116+115+194=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 194 (76.17% from 255 or 45.65% from 425); Max value from RGB is 194 - color contains mainly: blue. Hex color #7473C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7473C2 is #8B8C3D. Grayscale: #7B7B7B. Windows color (decimal): -9145406 or 12743540. OLE color: 12743540.
HSL color Cylindrical-coordinate representation of color #7473C2: hue angle of 240.76º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7473C2 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 115 | 194 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.24 |
| HSL | 240.76º | 0.39% | 0.61% | - |
| HSV(B) | 240.76º | 0.41% | 0.76% | - |
| XYZ | 23.07 | 19.87 | 53.66 | - |
| YUV | 124.31 | 167.33 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 115 | 194 | 0.40 | 0.41 | 0 | 0.24 | 240.76 | 0.39 | 0.61 |
| Hex | 74 | 73 | C2 | 28 | 29 | 0 | 18 | F1 | 27 | 3D |
| Octal | 164 | 163 | 302 | 50 | 51 | 0 | 30 | 361 | 47 | 75 |
| Binary | 1110100 | 1110011 | 11000010 | 101000 | 101001 | 0 | 11000 | 11110001 | 100111 | 111101 |
Color Harmonies of #7473C2
Complementary color
Monochromatic Colors of #7473C2
Black with #7473C2
Text Example
Text Example
White with #7473C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7473C2; }
p { color: rgb(116,115,194); }
H1.HeaderClassName
{
color: #7473C2;
}
.AnyTagClassName
{
color: #7473C2;
}
</style>
background-color css
<style>
a { background-color: #7473C2; }
a { background-color: rgb(116,115,194); }
div.DivClassName
{
background-color: #7473C2;
}
.BgClassName
{
background-color: #7473C2;
}
</style>
border-color css
<style>
span { border-color: #7473C2; }
span { border-color: rgb(116,115,194); }
td.TdClassName
{
border-color: #7473C2;
}
.TagClassName
{
border-color: #7473C2;
}
</style>