Shades of Moody Blue #737CD0
Tints of Moody Blue #737CD0
RGB
CMYK
RGB Variations
Color information
#737CD0 (or 0x737CD0) is known color: Moody Blue. HEX triplet: 73, 7C and D0. RGB value is (115,124,208). Sum of RGB (Red+Green+Blue) = 115+124+208=447 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.73% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 208 (81.64% from 255 or 46.53% from 447); Max value from RGB is 208 - color contains mainly: blue. Hex color #737CD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737CD0 is #8C832F. Grayscale: #828282. Windows color (decimal): -9208624 or 13663347. OLE color: 13663347.
HSL color Cylindrical-coordinate representation of color #737CD0: hue angle of 234.19º 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 #737CD0 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 124 | 208 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.18 |
| HSL | 234.19º | 0.5% | 0.63% | - |
| HSV(B) | 234.19º | 0.45% | 0.82% | - |
| XYZ | 25.66 | 22.61 | 62.69 | - |
| YUV | 130.89 | 171.52 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 124 | 208 | 0.45 | 0.40 | 0 | 0.18 | 234.19 | 0.5 | 0.63 |
| Hex | 73 | 7C | D0 | 2D | 28 | 0 | 12 | EA | 32 | 3F |
| Octal | 163 | 174 | 320 | 55 | 50 | 0 | 22 | 352 | 62 | 77 |
| Binary | 1110011 | 1111100 | 11010000 | 101101 | 101000 | 0 | 10010 | 11101010 | 110010 | 111111 |
Color Harmonies of #737CD0
Complementary color
Monochromatic Colors of #737CD0
Black with #737CD0
Text Example
Text Example
White with #737CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737CD0; }
p { color: rgb(115,124,208); }
H1.HeaderClassName
{
color: #737CD0;
}
.AnyTagClassName
{
color: #737CD0;
}
</style>
background-color css
<style>
a { background-color: #737CD0; }
a { background-color: rgb(115,124,208); }
div.DivClassName
{
background-color: #737CD0;
}
.BgClassName
{
background-color: #737CD0;
}
</style>
border-color css
<style>
span { border-color: #737CD0; }
span { border-color: rgb(115,124,208); }
td.TdClassName
{
border-color: #737CD0;
}
.TagClassName
{
border-color: #737CD0;
}
</style>