Shades of Moody Blue #7D7CDD
Tints of Moody Blue #7D7CDD
RGB
CMYK
RGB Variations
Color information
#7D7CDD (or 0x7D7CDD) is known color: Moody Blue. HEX triplet: 7D, 7C and DD. RGB value is (125,124,221). Sum of RGB (Red+Green+Blue) = 125+124+221=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D7CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7CDD is #828322. Grayscale: #868686. Windows color (decimal): -8553251 or 14515325. OLE color: 14515325.
HSL color Cylindrical-coordinate representation of color #7D7CDD: hue angle of 240.62º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D7CDD is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 124 | 221 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.13 |
| HSL | 240.62º | 0.59% | 0.68% | - |
| HSV(B) | 240.62º | 0.44% | 0.87% | - |
| XYZ | 28.72 | 24 | 71.52 | - |
| YUV | 135.36 | 176.33 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 124 | 221 | 0.43 | 0.44 | 0 | 0.13 | 240.62 | 0.59 | 0.68 |
| Hex | 7D | 7C | DD | 2B | 2C | 0 | D | F1 | 3B | 44 |
| Octal | 175 | 174 | 335 | 53 | 54 | 0 | 15 | 361 | 73 | 104 |
| Binary | 1111101 | 1111100 | 11011101 | 101011 | 101100 | 0 | 1101 | 11110001 | 111011 | 1000100 |
Color Harmonies of #7D7CDD
Complementary color
Monochromatic Colors of #7D7CDD
Black with #7D7CDD
Text Example
Text Example
White with #7D7CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7CDD; }
p { color: rgb(125,124,221); }
H1.HeaderClassName
{
color: #7D7CDD;
}
.AnyTagClassName
{
color: #7D7CDD;
}
</style>
background-color css
<style>
a { background-color: #7D7CDD; }
a { background-color: rgb(125,124,221); }
div.DivClassName
{
background-color: #7D7CDD;
}
.BgClassName
{
background-color: #7D7CDD;
}
</style>
border-color css
<style>
span { border-color: #7D7CDD; }
span { border-color: rgb(125,124,221); }
td.TdClassName
{
border-color: #7D7CDD;
}
.TagClassName
{
border-color: #7D7CDD;
}
</style>