Shades of Moody Blue #8080D9
Tints of Moody Blue #8080D9
RGB
CMYK
RGB Variations
Color information
#8080D9 (or 0x8080D9) is known color: Moody Blue. HEX triplet: 80, 80 and D9. RGB value is (128,128,217). Sum of RGB (Red+Green+Blue) = 128+128+217=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 217 (85.16% from 255 or 45.88% from 473); Max value from RGB is 217 - color contains mainly: blue. Hex color #8080D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8080D9 is #7F7F26. Grayscale: #898989. Windows color (decimal): -8355623 or 14254208. OLE color: 14254208.
HSL color Cylindrical-coordinate representation of color #8080D9: hue angle of 240º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8080D9 is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 128 | 217 | - |
| CMYK | 0.41 | 0.41 | 0 | 0.15 |
| HSL | 240º | 0.54% | 0.68% | - |
| HSV(B) | 240º | 0.41% | 0.85% | - |
| XYZ | 29.15 | 25.04 | 68.94 | - |
| YUV | 138.15 | 172.5 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 128 | 217 | 0.41 | 0.41 | 0 | 0.15 | 240 | 0.54 | 0.68 |
| Hex | 80 | 80 | D9 | 29 | 29 | 0 | F | F0 | 36 | 44 |
| Octal | 200 | 200 | 331 | 51 | 51 | 0 | 17 | 360 | 66 | 104 |
| Binary | 10000000 | 10000000 | 11011001 | 101001 | 101001 | 0 | 1111 | 11110000 | 110110 | 1000100 |
Color Harmonies of #8080D9
Complementary color
Monochromatic Colors of #8080D9
Black with #8080D9
Text Example
Text Example
White with #8080D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8080D9; }
p { color: rgb(128,128,217); }
H1.HeaderClassName
{
color: #8080D9;
}
.AnyTagClassName
{
color: #8080D9;
}
</style>
background-color css
<style>
a { background-color: #8080D9; }
a { background-color: rgb(128,128,217); }
div.DivClassName
{
background-color: #8080D9;
}
.BgClassName
{
background-color: #8080D9;
}
</style>
border-color css
<style>
span { border-color: #8080D9; }
span { border-color: rgb(128,128,217); }
td.TdClassName
{
border-color: #8080D9;
}
.TagClassName
{
border-color: #8080D9;
}
</style>