Shades of Moody Blue #737ED3
Tints of Moody Blue #737ED3
RGB
CMYK
RGB Variations
Color information
#737ED3 (or 0x737ED3) is known color: Moody Blue. HEX triplet: 73, 7E and D3. RGB value is (115,126,211). Sum of RGB (Red+Green+Blue) = 115+126+211=452 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.44% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 211 (82.81% from 255 or 46.68% from 452); Max value from RGB is 211 - color contains mainly: blue. Hex color #737ED3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737ED3 is #8C812C. Grayscale: #848484. Windows color (decimal): -9208109 or 13860467. OLE color: 13860467.
HSL color Cylindrical-coordinate representation of color #737ED3: hue angle of 233.12º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #737ED3 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 126 | 211 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.17 |
| HSL | 233.13º | 0.52% | 0.64% | - |
| HSV(B) | 233.13º | 0.45% | 0.83% | - |
| XYZ | 26.29 | 23.27 | 64.73 | - |
| YUV | 132.4 | 172.36 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 126 | 211 | 0.45 | 0.40 | 0 | 0.17 | 233.13 | 0.52 | 0.64 |
| Hex | 73 | 7E | D3 | 2D | 28 | 0 | 11 | E9 | 34 | 40 |
| Octal | 163 | 176 | 323 | 55 | 50 | 0 | 21 | 351 | 64 | 100 |
| Binary | 1110011 | 1111110 | 11010011 | 101101 | 101000 | 0 | 10001 | 11101001 | 110100 | 1000000 |
Color Harmonies of #737ED3
Complementary color
Monochromatic Colors of #737ED3
Black with #737ED3
Text Example
Text Example
White with #737ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737ED3; }
p { color: rgb(115,126,211); }
H1.HeaderClassName
{
color: #737ED3;
}
.AnyTagClassName
{
color: #737ED3;
}
</style>
background-color css
<style>
a { background-color: #737ED3; }
a { background-color: rgb(115,126,211); }
div.DivClassName
{
background-color: #737ED3;
}
.BgClassName
{
background-color: #737ED3;
}
</style>
border-color css
<style>
span { border-color: #737ED3; }
span { border-color: rgb(115,126,211); }
td.TdClassName
{
border-color: #737ED3;
}
.TagClassName
{
border-color: #737ED3;
}
</style>