Shades of Moody Blue #737ED0
Tints of Moody Blue #737ED0
RGB
CMYK
RGB Variations
Color information
#737ED0 (or 0x737ED0) is known color: Moody Blue. HEX triplet: 73, 7E and D0. RGB value is (115,126,208). Sum of RGB (Red+Green+Blue) = 115+126+208=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 208 (81.64% from 255 or 46.33% from 449); Max value from RGB is 208 - color contains mainly: blue. Hex color #737ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737ED0 is #8C812F. Grayscale: #838383. Windows color (decimal): -9208112 or 13663859. OLE color: 13663859.
HSL color Cylindrical-coordinate representation of color #737ED0: hue angle of 232.9º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #737ED0 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 126 | 208 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.18 |
| HSL | 232.9º | 0.5% | 0.63% | - |
| HSV(B) | 232.9º | 0.45% | 0.82% | - |
| XYZ | 25.92 | 23.12 | 62.77 | - |
| YUV | 132.06 | 170.86 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 126 | 208 | 0.45 | 0.39 | 0 | 0.18 | 232.9 | 0.5 | 0.63 |
| Hex | 73 | 7E | D0 | 2D | 27 | 0 | 12 | E9 | 32 | 3F |
| Octal | 163 | 176 | 320 | 55 | 47 | 0 | 22 | 351 | 62 | 77 |
| Binary | 1110011 | 1111110 | 11010000 | 101101 | 100111 | 0 | 10010 | 11101001 | 110010 | 111111 |
Color Harmonies of #737ED0
Complementary color
Monochromatic Colors of #737ED0
Black with #737ED0
Text Example
Text Example
White with #737ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737ED0; }
p { color: rgb(115,126,208); }
H1.HeaderClassName
{
color: #737ED0;
}
.AnyTagClassName
{
color: #737ED0;
}
</style>
background-color css
<style>
a { background-color: #737ED0; }
a { background-color: rgb(115,126,208); }
div.DivClassName
{
background-color: #737ED0;
}
.BgClassName
{
background-color: #737ED0;
}
</style>
border-color css
<style>
span { border-color: #737ED0; }
span { border-color: rgb(115,126,208); }
td.TdClassName
{
border-color: #737ED0;
}
.TagClassName
{
border-color: #737ED0;
}
</style>