Shades of Moody Blue #737BDC
Tints of Moody Blue #737BDC
RGB
CMYK
RGB Variations
Color information
#737BDC (or 0x737BDC) is known color: Moody Blue. HEX triplet: 73, 7B and DC. RGB value is (115,123,220). Sum of RGB (Red+Green+Blue) = 115+123+220=458 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.11% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #737BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737BDC is #8C8423. Grayscale: #838383. Windows color (decimal): -9208868 or 14449523. OLE color: 14449523.
HSL color Cylindrical-coordinate representation of color #737BDC: hue angle of 235.43º 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 #737BDC is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 123 | 220 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.14 |
| HSL | 235.43º | 0.6% | 0.66% | - |
| HSV(B) | 235.43º | 0.48% | 0.86% | - |
| XYZ | 27.07 | 22.98 | 70.72 | - |
| YUV | 131.67 | 177.85 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 123 | 220 | 0.48 | 0.44 | 0 | 0.14 | 235.43 | 0.6 | 0.66 |
| Hex | 73 | 7B | DC | 30 | 2C | 0 | E | EB | 3C | 42 |
| Octal | 163 | 173 | 334 | 60 | 54 | 0 | 16 | 353 | 74 | 102 |
| Binary | 1110011 | 1111011 | 11011100 | 110000 | 101100 | 0 | 1110 | 11101011 | 111100 | 1000010 |
Color Harmonies of #737BDC
Complementary color
Monochromatic Colors of #737BDC
Black with #737BDC
Text Example
Text Example
White with #737BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737BDC; }
p { color: rgb(115,123,220); }
H1.HeaderClassName
{
color: #737BDC;
}
.AnyTagClassName
{
color: #737BDC;
}
</style>
background-color css
<style>
a { background-color: #737BDC; }
a { background-color: rgb(115,123,220); }
div.DivClassName
{
background-color: #737BDC;
}
.BgClassName
{
background-color: #737BDC;
}
</style>
border-color css
<style>
span { border-color: #737BDC; }
span { border-color: rgb(115,123,220); }
td.TdClassName
{
border-color: #737BDC;
}
.TagClassName
{
border-color: #737BDC;
}
</style>