Shades of Moody Blue #8980DC
Tints of Moody Blue #8980DC
RGB
CMYK
RGB Variations
Color information
#8980DC (or 0x8980DC) is known color: Moody Blue. HEX triplet: 89, 80 and DC. RGB value is (137,128,220). Sum of RGB (Red+Green+Blue) = 137+128+220=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #8980DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8980DC is #767F23. Grayscale: #8C8C8C. Windows color (decimal): -7765796 or 14450825. OLE color: 14450825.
HSL color Cylindrical-coordinate representation of color #8980DC: hue angle of 245.87º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8980DC is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 128 | 220 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.14 |
| HSL | 245.87º | 0.57% | 0.68% | - |
| HSV(B) | 245.87º | 0.42% | 0.86% | - |
| XYZ | 30.95 | 25.92 | 71.08 | - |
| YUV | 141.18 | 172.48 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 128 | 220 | 0.38 | 0.42 | 0 | 0.14 | 245.87 | 0.57 | 0.68 |
| Hex | 89 | 80 | DC | 26 | 2A | 0 | E | F6 | 39 | 44 |
| Octal | 211 | 200 | 334 | 46 | 52 | 0 | 16 | 366 | 71 | 104 |
| Binary | 10001001 | 10000000 | 11011100 | 100110 | 101010 | 0 | 1110 | 11110110 | 111001 | 1000100 |
Color Harmonies of #8980DC
Complementary color
Monochromatic Colors of #8980DC
Black with #8980DC
Text Example
Text Example
White with #8980DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8980DC; }
p { color: rgb(137,128,220); }
H1.HeaderClassName
{
color: #8980DC;
}
.AnyTagClassName
{
color: #8980DC;
}
</style>
background-color css
<style>
a { background-color: #8980DC; }
a { background-color: rgb(137,128,220); }
div.DivClassName
{
background-color: #8980DC;
}
.BgClassName
{
background-color: #8980DC;
}
</style>
border-color css
<style>
span { border-color: #8980DC; }
span { border-color: rgb(137,128,220); }
td.TdClassName
{
border-color: #8980DC;
}
.TagClassName
{
border-color: #8980DC;
}
</style>