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