Shades of Moody Blue #737CCF
Tints of Moody Blue #737CCF
RGB
CMYK
RGB Variations
Color information
#737CCF (or 0x737CCF) is known color: Moody Blue. HEX triplet: 73, 7C and CF. RGB value is (115,124,207). Sum of RGB (Red+Green+Blue) = 115+124+207=446 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.78% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #737CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737CCF is #8C8330. Grayscale: #828282. Windows color (decimal): -9208625 or 13597811. OLE color: 13597811.
HSL color Cylindrical-coordinate representation of color #737CCF: hue angle of 234.13º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #737CCF is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 124 | 207 | - |
| CMYK | 0.44 | 0.40 | 0 | 0.19 |
| HSL | 234.13º | 0.49% | 0.63% | - |
| HSV(B) | 234.13º | 0.44% | 0.81% | - |
| XYZ | 25.54 | 22.57 | 62.04 | - |
| YUV | 130.77 | 171.02 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 124 | 207 | 0.44 | 0.40 | 0 | 0.19 | 234.13 | 0.49 | 0.63 |
| Hex | 73 | 7C | CF | 2C | 28 | 0 | 13 | EA | 31 | 3F |
| Octal | 163 | 174 | 317 | 54 | 50 | 0 | 23 | 352 | 61 | 77 |
| Binary | 1110011 | 1111100 | 11001111 | 101100 | 101000 | 0 | 10011 | 11101010 | 110001 | 111111 |
Color Harmonies of #737CCF
Complementary color
Monochromatic Colors of #737CCF
Black with #737CCF
Text Example
Text Example
White with #737CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737CCF; }
p { color: rgb(115,124,207); }
H1.HeaderClassName
{
color: #737CCF;
}
.AnyTagClassName
{
color: #737CCF;
}
</style>
background-color css
<style>
a { background-color: #737CCF; }
a { background-color: rgb(115,124,207); }
div.DivClassName
{
background-color: #737CCF;
}
.BgClassName
{
background-color: #737CCF;
}
</style>
border-color css
<style>
span { border-color: #737CCF; }
span { border-color: rgb(115,124,207); }
td.TdClassName
{
border-color: #737CCF;
}
.TagClassName
{
border-color: #737CCF;
}
</style>