Shades of Moody Blue #7378DA
Tints of Moody Blue #7378DA
RGB
CMYK
RGB Variations
Color information
#7378DA (or 0x7378DA) is known color: Moody Blue. HEX triplet: 73, 78 and DA. RGB value is (115,120,218). Sum of RGB (Red+Green+Blue) = 115+120+218=453 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.39% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #7378DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7378DA is #8C8725. Grayscale: #818181. Windows color (decimal): -9209638 or 14317683. OLE color: 14317683.
HSL color Cylindrical-coordinate representation of color #7378DA: hue angle of 237.09º degrees, saturation: 0.58, 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 #7378DA is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 120 | 218 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.15 |
| HSL | 237.09º | 0.58% | 0.65% | - |
| HSV(B) | 237.09º | 0.47% | 0.85% | - |
| XYZ | 26.44 | 22.14 | 69.21 | - |
| YUV | 129.68 | 177.84 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 120 | 218 | 0.47 | 0.45 | 0 | 0.15 | 237.09 | 0.58 | 0.65 |
| Hex | 73 | 78 | DA | 2F | 2D | 0 | F | ED | 3A | 41 |
| Octal | 163 | 170 | 332 | 57 | 55 | 0 | 17 | 355 | 72 | 101 |
| Binary | 1110011 | 1111000 | 11011010 | 101111 | 101101 | 0 | 1111 | 11101101 | 111010 | 1000001 |
Color Harmonies of #7378DA
Complementary color
Monochromatic Colors of #7378DA
Black with #7378DA
Text Example
Text Example
White with #7378DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7378DA; }
p { color: rgb(115,120,218); }
H1.HeaderClassName
{
color: #7378DA;
}
.AnyTagClassName
{
color: #7378DA;
}
</style>
background-color css
<style>
a { background-color: #7378DA; }
a { background-color: rgb(115,120,218); }
div.DivClassName
{
background-color: #7378DA;
}
.BgClassName
{
background-color: #7378DA;
}
</style>
border-color css
<style>
span { border-color: #7378DA; }
span { border-color: rgb(115,120,218); }
td.TdClassName
{
border-color: #7378DA;
}
.TagClassName
{
border-color: #7378DA;
}
</style>