Shades of Moody Blue #7D80DD
Tints of Moody Blue #7D80DD
RGB
CMYK
RGB Variations
Color information
#7D80DD (or 0x7D80DD) is known color: Moody Blue. HEX triplet: 7D, 80 and DD. RGB value is (125,128,221). Sum of RGB (Red+Green+Blue) = 125+128+221=474 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.37% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D80DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D80DD is #827F22. Grayscale: #898989. Windows color (decimal): -8552227 or 14516349. OLE color: 14516349.
HSL color Cylindrical-coordinate representation of color #7D80DD: hue angle of 238.12º 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 #7D80DD is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 128 | 221 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.13 |
| HSL | 238.13º | 0.59% | 0.68% | - |
| HSV(B) | 238.13º | 0.43% | 0.87% | - |
| XYZ | 29.23 | 25.02 | 71.7 | - |
| YUV | 137.71 | 175.01 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 128 | 221 | 0.43 | 0.42 | 0 | 0.13 | 238.13 | 0.59 | 0.68 |
| Hex | 7D | 80 | DD | 2B | 2A | 0 | D | EE | 3B | 44 |
| Octal | 175 | 200 | 335 | 53 | 52 | 0 | 15 | 356 | 73 | 104 |
| Binary | 1111101 | 10000000 | 11011101 | 101011 | 101010 | 0 | 1101 | 11101110 | 111011 | 1000100 |
Color Harmonies of #7D80DD
Complementary color
Monochromatic Colors of #7D80DD
Black with #7D80DD
Text Example
Text Example
White with #7D80DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D80DD; }
p { color: rgb(125,128,221); }
H1.HeaderClassName
{
color: #7D80DD;
}
.AnyTagClassName
{
color: #7D80DD;
}
</style>
background-color css
<style>
a { background-color: #7D80DD; }
a { background-color: rgb(125,128,221); }
div.DivClassName
{
background-color: #7D80DD;
}
.BgClassName
{
background-color: #7D80DD;
}
</style>
border-color css
<style>
span { border-color: #7D80DD; }
span { border-color: rgb(125,128,221); }
td.TdClassName
{
border-color: #7D80DD;
}
.TagClassName
{
border-color: #7D80DD;
}
</style>