Shades of Moody Blue #737CD4
Tints of Moody Blue #737CD4
RGB
CMYK
RGB Variations
Color information
#737CD4 (or 0x737CD4) is known color: Moody Blue. HEX triplet: 73, 7C and D4. RGB value is (115,124,212). Sum of RGB (Red+Green+Blue) = 115+124+212=451 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.50% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 212 (83.20% from 255 or 47.01% from 451); Max value from RGB is 212 - color contains mainly: blue. Hex color #737CD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737CD4 is #8C832B. Grayscale: #828282. Windows color (decimal): -9208620 or 13925491. OLE color: 13925491.
HSL color Cylindrical-coordinate representation of color #737CD4: hue angle of 234.43º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #737CD4 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 124 | 212 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.17 |
| HSL | 234.43º | 0.53% | 0.64% | - |
| HSV(B) | 234.43º | 0.46% | 0.83% | - |
| XYZ | 26.16 | 22.81 | 65.31 | - |
| YUV | 131.34 | 173.52 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 124 | 212 | 0.46 | 0.42 | 0 | 0.17 | 234.43 | 0.53 | 0.64 |
| Hex | 73 | 7C | D4 | 2E | 2A | 0 | 11 | EA | 35 | 40 |
| Octal | 163 | 174 | 324 | 56 | 52 | 0 | 21 | 352 | 65 | 100 |
| Binary | 1110011 | 1111100 | 11010100 | 101110 | 101010 | 0 | 10001 | 11101010 | 110101 | 1000000 |
Color Harmonies of #737CD4
Complementary color
Monochromatic Colors of #737CD4
Black with #737CD4
Text Example
Text Example
White with #737CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737CD4; }
p { color: rgb(115,124,212); }
H1.HeaderClassName
{
color: #737CD4;
}
.AnyTagClassName
{
color: #737CD4;
}
</style>
background-color css
<style>
a { background-color: #737CD4; }
a { background-color: rgb(115,124,212); }
div.DivClassName
{
background-color: #737CD4;
}
.BgClassName
{
background-color: #737CD4;
}
</style>
border-color css
<style>
span { border-color: #737CD4; }
span { border-color: rgb(115,124,212); }
td.TdClassName
{
border-color: #737CD4;
}
.TagClassName
{
border-color: #737CD4;
}
</style>