Shades of Moody Blue #737CDD
Tints of Moody Blue #737CDD
RGB
CMYK
RGB Variations
Color information
#737CDD (or 0x737CDD) is known color: Moody Blue. HEX triplet: 73, 7C and DD. RGB value is (115,124,221). Sum of RGB (Red+Green+Blue) = 115+124+221=460 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #737CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737CDD is #8C8322. Grayscale: #838383. Windows color (decimal): -9208611 or 14515315. OLE color: 14515315.
HSL color Cylindrical-coordinate representation of color #737CDD: hue angle of 234.91º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #737CDD is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 124 | 221 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.13 |
| HSL | 234.91º | 0.61% | 0.66% | - |
| HSV(B) | 234.91º | 0.48% | 0.87% | - |
| XYZ | 27.33 | 23.28 | 71.46 | - |
| YUV | 132.37 | 178.02 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 124 | 221 | 0.48 | 0.44 | 0 | 0.13 | 234.91 | 0.61 | 0.66 |
| Hex | 73 | 7C | DD | 30 | 2C | 0 | D | EB | 3D | 42 |
| Octal | 163 | 174 | 335 | 60 | 54 | 0 | 15 | 353 | 75 | 102 |
| Binary | 1110011 | 1111100 | 11011101 | 110000 | 101100 | 0 | 1101 | 11101011 | 111101 | 1000010 |
Color Harmonies of #737CDD
Complementary color
Monochromatic Colors of #737CDD
Black with #737CDD
Text Example
Text Example
White with #737CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737CDD; }
p { color: rgb(115,124,221); }
H1.HeaderClassName
{
color: #737CDD;
}
.AnyTagClassName
{
color: #737CDD;
}
</style>
background-color css
<style>
a { background-color: #737CDD; }
a { background-color: rgb(115,124,221); }
div.DivClassName
{
background-color: #737CDD;
}
.BgClassName
{
background-color: #737CDD;
}
</style>
border-color css
<style>
span { border-color: #737CDD; }
span { border-color: rgb(115,124,221); }
td.TdClassName
{
border-color: #737CDD;
}
.TagClassName
{
border-color: #737CDD;
}
</style>