Shades of Moody Blue #7376DA
Tints of Moody Blue #7376DA
RGB
CMYK
RGB Variations
Color information
#7376DA (or 0x7376DA) is known color: Moody Blue. HEX triplet: 73, 76 and DA. RGB value is (115,118,218). Sum of RGB (Red+Green+Blue) = 115+118+218=451 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.50% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #7376DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7376DA is #8C8925. Grayscale: #808080. Windows color (decimal): -9210150 or 14317171. OLE color: 14317171.
HSL color Cylindrical-coordinate representation of color #7376DA: hue angle of 238.25º 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 #7376DA is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 118 | 218 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.15 |
| HSL | 238.25º | 0.58% | 0.65% | - |
| HSV(B) | 238.25º | 0.47% | 0.85% | - |
| XYZ | 26.2 | 21.66 | 69.13 | - |
| YUV | 128.5 | 178.51 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 118 | 218 | 0.47 | 0.46 | 0 | 0.15 | 238.25 | 0.58 | 0.65 |
| Hex | 73 | 76 | DA | 2F | 2E | 0 | F | EE | 3A | 41 |
| Octal | 163 | 166 | 332 | 57 | 56 | 0 | 17 | 356 | 72 | 101 |
| Binary | 1110011 | 1110110 | 11011010 | 101111 | 101110 | 0 | 1111 | 11101110 | 111010 | 1000001 |
Color Harmonies of #7376DA
Complementary color
Monochromatic Colors of #7376DA
Black with #7376DA
Text Example
Text Example
White with #7376DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7376DA; }
p { color: rgb(115,118,218); }
H1.HeaderClassName
{
color: #7376DA;
}
.AnyTagClassName
{
color: #7376DA;
}
</style>
background-color css
<style>
a { background-color: #7376DA; }
a { background-color: rgb(115,118,218); }
div.DivClassName
{
background-color: #7376DA;
}
.BgClassName
{
background-color: #7376DA;
}
</style>
border-color css
<style>
span { border-color: #7376DA; }
span { border-color: rgb(115,118,218); }
td.TdClassName
{
border-color: #7376DA;
}
.TagClassName
{
border-color: #7376DA;
}
</style>