Shades of Moody Blue #7378D8
Tints of Moody Blue #7378D8
RGB
CMYK
RGB Variations
Color information
#7378D8 (or 0x7378D8) is known color: Moody Blue. HEX triplet: 73, 78 and D8. RGB value is (115,120,216). Sum of RGB (Red+Green+Blue) = 115+120+216=451 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.50% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 216 (84.77% from 255 or 47.89% from 451); Max value from RGB is 216 - color contains mainly: blue. Hex color #7378D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7378D8 is #8C8727. Grayscale: #818181. Windows color (decimal): -9209640 or 14186611. OLE color: 14186611.
HSL color Cylindrical-coordinate representation of color #7378D8: hue angle of 237.03º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7378D8 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 120 | 216 | - |
| CMYK | 0.47 | 0.44 | 0 | 0.15 |
| HSL | 237.03º | 0.56% | 0.65% | - |
| HSV(B) | 237.03º | 0.47% | 0.85% | - |
| XYZ | 26.18 | 22.04 | 67.84 | - |
| YUV | 129.45 | 176.84 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 120 | 216 | 0.47 | 0.44 | 0 | 0.15 | 237.03 | 0.56 | 0.65 |
| Hex | 73 | 78 | D8 | 2F | 2C | 0 | F | ED | 38 | 41 |
| Octal | 163 | 170 | 330 | 57 | 54 | 0 | 17 | 355 | 70 | 101 |
| Binary | 1110011 | 1111000 | 11011000 | 101111 | 101100 | 0 | 1111 | 11101101 | 111000 | 1000001 |
Color Harmonies of #7378D8
Complementary color
Monochromatic Colors of #7378D8
Black with #7378D8
Text Example
Text Example
White with #7378D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7378D8; }
p { color: rgb(115,120,216); }
H1.HeaderClassName
{
color: #7378D8;
}
.AnyTagClassName
{
color: #7378D8;
}
</style>
background-color css
<style>
a { background-color: #7378D8; }
a { background-color: rgb(115,120,216); }
div.DivClassName
{
background-color: #7378D8;
}
.BgClassName
{
background-color: #7378D8;
}
</style>
border-color css
<style>
span { border-color: #7378D8; }
span { border-color: rgb(115,120,216); }
td.TdClassName
{
border-color: #7378D8;
}
.TagClassName
{
border-color: #7378D8;
}
</style>