Shades of Moody Blue #737FDC
Tints of Moody Blue #737FDC
RGB
CMYK
RGB Variations
Color information
#737FDC (or 0x737FDC) is known color: Moody Blue. HEX triplet: 73, 7F and DC. RGB value is (115,127,220). Sum of RGB (Red+Green+Blue) = 115+127+220=462 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.89% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #737FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737FDC is #8C8023. Grayscale: #858585. Windows color (decimal): -9207844 or 14450547. OLE color: 14450547.
HSL color Cylindrical-coordinate representation of color #737FDC: hue angle of 233.14º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #737FDC is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 127 | 220 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.14 |
| HSL | 233.14º | 0.6% | 0.66% | - |
| HSV(B) | 233.14º | 0.48% | 0.86% | - |
| XYZ | 27.58 | 23.99 | 70.89 | - |
| YUV | 134.01 | 176.52 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 127 | 220 | 0.48 | 0.42 | 0 | 0.14 | 233.14 | 0.6 | 0.66 |
| Hex | 73 | 7F | DC | 30 | 2A | 0 | E | E9 | 3C | 42 |
| Octal | 163 | 177 | 334 | 60 | 52 | 0 | 16 | 351 | 74 | 102 |
| Binary | 1110011 | 1111111 | 11011100 | 110000 | 101010 | 0 | 1110 | 11101001 | 111100 | 1000010 |
Color Harmonies of #737FDC
Complementary color
Monochromatic Colors of #737FDC
Black with #737FDC
Text Example
Text Example
White with #737FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737FDC; }
p { color: rgb(115,127,220); }
H1.HeaderClassName
{
color: #737FDC;
}
.AnyTagClassName
{
color: #737FDC;
}
</style>
background-color css
<style>
a { background-color: #737FDC; }
a { background-color: rgb(115,127,220); }
div.DivClassName
{
background-color: #737FDC;
}
.BgClassName
{
background-color: #737FDC;
}
</style>
border-color css
<style>
span { border-color: #737FDC; }
span { border-color: rgb(115,127,220); }
td.TdClassName
{
border-color: #737FDC;
}
.TagClassName
{
border-color: #737FDC;
}
</style>