Shades of Moody Blue #8980DF
Tints of Moody Blue #8980DF
RGB
CMYK
RGB Variations
Color information
#8980DF (or 0x8980DF) is known color: Moody Blue. HEX triplet: 89, 80 and DF. RGB value is (137,128,223). Sum of RGB (Red+Green+Blue) = 137+128+223=488 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.07% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #8980DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8980DF is #767F20. Grayscale: #8D8D8D. Windows color (decimal): -7765793 or 14647433. OLE color: 14647433.
HSL color Cylindrical-coordinate representation of color #8980DF: hue angle of 245.68º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8980DF is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 128 | 223 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.13 |
| HSL | 245.68º | 0.6% | 0.69% | - |
| HSV(B) | 245.68º | 0.43% | 0.87% | - |
| XYZ | 31.35 | 26.08 | 73.19 | - |
| YUV | 141.52 | 173.98 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 128 | 223 | 0.39 | 0.43 | 0 | 0.13 | 245.68 | 0.6 | 0.69 |
| Hex | 89 | 80 | DF | 27 | 2B | 0 | D | F6 | 3C | 45 |
| Octal | 211 | 200 | 337 | 47 | 53 | 0 | 15 | 366 | 74 | 105 |
| Binary | 10001001 | 10000000 | 11011111 | 100111 | 101011 | 0 | 1101 | 11110110 | 111100 | 1000101 |
Color Harmonies of #8980DF
Complementary color
Monochromatic Colors of #8980DF
Black with #8980DF
Text Example
Text Example
White with #8980DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8980DF; }
p { color: rgb(137,128,223); }
H1.HeaderClassName
{
color: #8980DF;
}
.AnyTagClassName
{
color: #8980DF;
}
</style>
background-color css
<style>
a { background-color: #8980DF; }
a { background-color: rgb(137,128,223); }
div.DivClassName
{
background-color: #8980DF;
}
.BgClassName
{
background-color: #8980DF;
}
</style>
border-color css
<style>
span { border-color: #8980DF; }
span { border-color: rgb(137,128,223); }
td.TdClassName
{
border-color: #8980DF;
}
.TagClassName
{
border-color: #8980DF;
}
</style>