Shades of Moody Blue #7D7DDD
Tints of Moody Blue #7D7DDD
RGB
CMYK
RGB Variations
Color information
#7D7DDD (or 0x7D7DDD) is known color: Moody Blue. HEX triplet: 7D, 7D and DD. RGB value is (125,125,221). Sum of RGB (Red+Green+Blue) = 125+125+221=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D7DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7DDD is #828222. Grayscale: #878787. Windows color (decimal): -8552995 or 14515581. OLE color: 14515581.
HSL color Cylindrical-coordinate representation of color #7D7DDD: hue angle of 240º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D7DDD is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 125 | 221 | - |
| CMYK | 0.43 | 0.43 | 0 | 0.13 |
| HSL | 240º | 0.59% | 0.68% | - |
| HSV(B) | 240º | 0.43% | 0.87% | - |
| XYZ | 28.84 | 24.25 | 71.57 | - |
| YUV | 135.94 | 176 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 125 | 221 | 0.43 | 0.43 | 0 | 0.13 | 240 | 0.59 | 0.68 |
| Hex | 7D | 7D | DD | 2B | 2B | 0 | D | F0 | 3B | 44 |
| Octal | 175 | 175 | 335 | 53 | 53 | 0 | 15 | 360 | 73 | 104 |
| Binary | 1111101 | 1111101 | 11011101 | 101011 | 101011 | 0 | 1101 | 11110000 | 111011 | 1000100 |
Color Harmonies of #7D7DDD
Complementary color
Monochromatic Colors of #7D7DDD
Black with #7D7DDD
Text Example
Text Example
White with #7D7DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7DDD; }
p { color: rgb(125,125,221); }
H1.HeaderClassName
{
color: #7D7DDD;
}
.AnyTagClassName
{
color: #7D7DDD;
}
</style>
background-color css
<style>
a { background-color: #7D7DDD; }
a { background-color: rgb(125,125,221); }
div.DivClassName
{
background-color: #7D7DDD;
}
.BgClassName
{
background-color: #7D7DDD;
}
</style>
border-color css
<style>
span { border-color: #7D7DDD; }
span { border-color: rgb(125,125,221); }
td.TdClassName
{
border-color: #7D7DDD;
}
.TagClassName
{
border-color: #7D7DDD;
}
</style>