Shades of Moody Blue #737ED4
Tints of Moody Blue #737ED4
RGB
CMYK
RGB Variations
Color information
#737ED4 (or 0x737ED4) is known color: Moody Blue. HEX triplet: 73, 7E and D4. RGB value is (115,126,212). Sum of RGB (Red+Green+Blue) = 115+126+212=453 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.39% from 453); Green value is 126 (49.61% from 255 or 27.81% from 453); Blue value is 212 (83.20% from 255 or 46.80% from 453); Max value from RGB is 212 - color contains mainly: blue. Hex color #737ED4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737ED4 is #8C812B. Grayscale: #848484. Windows color (decimal): -9208108 or 13926003. OLE color: 13926003.
HSL color Cylindrical-coordinate representation of color #737ED4: hue angle of 233.2º 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 #737ED4 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 126 | 212 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.17 |
| HSL | 233.2º | 0.53% | 0.64% | - |
| HSV(B) | 233.2º | 0.46% | 0.83% | - |
| XYZ | 26.41 | 23.32 | 65.4 | - |
| YUV | 132.52 | 172.86 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 126 | 212 | 0.46 | 0.41 | 0 | 0.17 | 233.2 | 0.53 | 0.64 |
| Hex | 73 | 7E | D4 | 2E | 29 | 0 | 11 | E9 | 35 | 40 |
| Octal | 163 | 176 | 324 | 56 | 51 | 0 | 21 | 351 | 65 | 100 |
| Binary | 1110011 | 1111110 | 11010100 | 101110 | 101001 | 0 | 10001 | 11101001 | 110101 | 1000000 |
Color Harmonies of #737ED4
Complementary color
Monochromatic Colors of #737ED4
Black with #737ED4
Text Example
Text Example
White with #737ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737ED4; }
p { color: rgb(115,126,212); }
H1.HeaderClassName
{
color: #737ED4;
}
.AnyTagClassName
{
color: #737ED4;
}
</style>
background-color css
<style>
a { background-color: #737ED4; }
a { background-color: rgb(115,126,212); }
div.DivClassName
{
background-color: #737ED4;
}
.BgClassName
{
background-color: #737ED4;
}
</style>
border-color css
<style>
span { border-color: #737ED4; }
span { border-color: rgb(115,126,212); }
td.TdClassName
{
border-color: #737ED4;
}
.TagClassName
{
border-color: #737ED4;
}
</style>