Shades of Moody Blue #737EDD
Tints of Moody Blue #737EDD
RGB
CMYK
RGB Variations
Color information
#737EDD (or 0x737EDD) is known color: Moody Blue. HEX triplet: 73, 7E and DD. RGB value is (115,126,221). Sum of RGB (Red+Green+Blue) = 115+126+221=462 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.89% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #737EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737EDD is #8C8122. Grayscale: #858585. Windows color (decimal): -9208099 or 14515827. OLE color: 14515827.
HSL color Cylindrical-coordinate representation of color #737EDD: hue angle of 233.77º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #737EDD is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 126 | 221 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.13 |
| HSL | 233.77º | 0.61% | 0.66% | - |
| HSV(B) | 233.77º | 0.48% | 0.87% | - |
| XYZ | 27.58 | 23.79 | 71.54 | - |
| YUV | 133.54 | 177.36 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 126 | 221 | 0.48 | 0.43 | 0 | 0.13 | 233.77 | 0.61 | 0.66 |
| Hex | 73 | 7E | DD | 30 | 2B | 0 | D | EA | 3D | 42 |
| Octal | 163 | 176 | 335 | 60 | 53 | 0 | 15 | 352 | 75 | 102 |
| Binary | 1110011 | 1111110 | 11011101 | 110000 | 101011 | 0 | 1101 | 11101010 | 111101 | 1000010 |
Color Harmonies of #737EDD
Complementary color
Monochromatic Colors of #737EDD
Black with #737EDD
Text Example
Text Example
White with #737EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737EDD; }
p { color: rgb(115,126,221); }
H1.HeaderClassName
{
color: #737EDD;
}
.AnyTagClassName
{
color: #737EDD;
}
</style>
background-color css
<style>
a { background-color: #737EDD; }
a { background-color: rgb(115,126,221); }
div.DivClassName
{
background-color: #737EDD;
}
.BgClassName
{
background-color: #737EDD;
}
</style>
border-color css
<style>
span { border-color: #737EDD; }
span { border-color: rgb(115,126,221); }
td.TdClassName
{
border-color: #737EDD;
}
.TagClassName
{
border-color: #737EDD;
}
</style>