Shades of Moody Blue #7C7DB9
Tints of Moody Blue #7C7DB9
RGB
CMYK
RGB Variations
Color information
#7C7DB9 (or 0x7C7DB9) is known color: Moody Blue. HEX triplet: 7C, 7D and B9. RGB value is (124,125,185). Sum of RGB (Red+Green+Blue) = 124+125+185=434 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.57% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 185 (72.66% from 255 or 42.63% from 434); Max value from RGB is 185 - color contains mainly: blue. Hex color #7C7DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7DB9 is #838246. Grayscale: #838383. Windows color (decimal): -8618567 or 12156284. OLE color: 12156284.
HSL color Cylindrical-coordinate representation of color #7C7DB9: hue angle of 239.02º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7C7DB9 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 125 | 185 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.27 |
| HSL | 239.02º | 0.3% | 0.61% | - |
| HSV(B) | 239.02º | 0.33% | 0.73% | - |
| XYZ | 24.4 | 22.46 | 48.95 | - |
| YUV | 131.54 | 158.17 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 125 | 185 | 0.33 | 0.32 | 0 | 0.27 | 239.02 | 0.3 | 0.61 |
| Hex | 7C | 7D | B9 | 21 | 20 | 0 | 1B | EF | 1E | 3D |
| Octal | 174 | 175 | 271 | 41 | 40 | 0 | 33 | 357 | 36 | 75 |
| Binary | 1111100 | 1111101 | 10111001 | 100001 | 100000 | 0 | 11011 | 11101111 | 11110 | 111101 |
Color Harmonies of #7C7DB9
Complementary color
Monochromatic Colors of #7C7DB9
Black with #7C7DB9
Text Example
Text Example
White with #7C7DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7DB9; }
p { color: rgb(124,125,185); }
H1.HeaderClassName
{
color: #7C7DB9;
}
.AnyTagClassName
{
color: #7C7DB9;
}
</style>
background-color css
<style>
a { background-color: #7C7DB9; }
a { background-color: rgb(124,125,185); }
div.DivClassName
{
background-color: #7C7DB9;
}
.BgClassName
{
background-color: #7C7DB9;
}
</style>
border-color css
<style>
span { border-color: #7C7DB9; }
span { border-color: rgb(124,125,185); }
td.TdClassName
{
border-color: #7C7DB9;
}
.TagClassName
{
border-color: #7C7DB9;
}
</style>