Shades of Moody Blue #737FDD
Tints of Moody Blue #737FDD
RGB
CMYK
RGB Variations
Color information
#737FDD (or 0x737FDD) is known color: Moody Blue. HEX triplet: 73, 7F and DD. RGB value is (115,127,221). Sum of RGB (Red+Green+Blue) = 115+127+221=463 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.84% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #737FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737FDD is #8C8022. Grayscale: #858585. Windows color (decimal): -9207843 or 14516083. OLE color: 14516083.
HSL color Cylindrical-coordinate representation of color #737FDD: hue angle of 233.21º 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 #737FDD is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 127 | 221 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.13 |
| HSL | 233.21º | 0.61% | 0.66% | - |
| HSV(B) | 233.21º | 0.48% | 0.87% | - |
| XYZ | 27.71 | 24.04 | 71.59 | - |
| YUV | 134.13 | 177.02 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 127 | 221 | 0.48 | 0.43 | 0 | 0.13 | 233.21 | 0.61 | 0.66 |
| Hex | 73 | 7F | DD | 30 | 2B | 0 | D | E9 | 3D | 42 |
| Octal | 163 | 177 | 335 | 60 | 53 | 0 | 15 | 351 | 75 | 102 |
| Binary | 1110011 | 1111111 | 11011101 | 110000 | 101011 | 0 | 1101 | 11101001 | 111101 | 1000010 |
Color Harmonies of #737FDD
Complementary color
Monochromatic Colors of #737FDD
Black with #737FDD
Text Example
Text Example
White with #737FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737FDD; }
p { color: rgb(115,127,221); }
H1.HeaderClassName
{
color: #737FDD;
}
.AnyTagClassName
{
color: #737FDD;
}
</style>
background-color css
<style>
a { background-color: #737FDD; }
a { background-color: rgb(115,127,221); }
div.DivClassName
{
background-color: #737FDD;
}
.BgClassName
{
background-color: #737FDD;
}
</style>
border-color css
<style>
span { border-color: #737FDD; }
span { border-color: rgb(115,127,221); }
td.TdClassName
{
border-color: #737FDD;
}
.TagClassName
{
border-color: #737FDD;
}
</style>