Shades of Moody Blue #737BCD
Tints of Moody Blue #737BCD
RGB
CMYK
RGB Variations
Color information
#737BCD (or 0x737BCD) is known color: Moody Blue. HEX triplet: 73, 7B and CD. RGB value is (115,123,205). Sum of RGB (Red+Green+Blue) = 115+123+205=443 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.96% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #737BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737BCD is #8C8432. Grayscale: #818181. Windows color (decimal): -9208883 or 13466483. OLE color: 13466483.
HSL color Cylindrical-coordinate representation of color #737BCD: hue angle of 234.67º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #737BCD is Cyan = 0.44, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 123 | 205 | - |
| CMYK | 0.44 | 0.4 | 0 | 0.20 |
| HSL | 234.67º | 0.47% | 0.63% | - |
| HSV(B) | 234.67º | 0.44% | 0.8% | - |
| XYZ | 25.17 | 22.22 | 60.72 | - |
| YUV | 129.96 | 170.35 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 123 | 205 | 0.44 | 0.4 | 0 | 0.20 | 234.67 | 0.47 | 0.63 |
| Hex | 73 | 7B | CD | 2C | 28 | 0 | 14 | EB | 2F | 3F |
| Octal | 163 | 173 | 315 | 54 | 50 | 0 | 24 | 353 | 57 | 77 |
| Binary | 1110011 | 1111011 | 11001101 | 101100 | 101000 | 0 | 10100 | 11101011 | 101111 | 111111 |
Color Harmonies of #737BCD
Complementary color
Monochromatic Colors of #737BCD
Black with #737BCD
Text Example
Text Example
White with #737BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737BCD; }
p { color: rgb(115,123,205); }
H1.HeaderClassName
{
color: #737BCD;
}
.AnyTagClassName
{
color: #737BCD;
}
</style>
background-color css
<style>
a { background-color: #737BCD; }
a { background-color: rgb(115,123,205); }
div.DivClassName
{
background-color: #737BCD;
}
.BgClassName
{
background-color: #737BCD;
}
</style>
border-color css
<style>
span { border-color: #737BCD; }
span { border-color: rgb(115,123,205); }
td.TdClassName
{
border-color: #737BCD;
}
.TagClassName
{
border-color: #737BCD;
}
</style>