Shades of Moody Blue #8980D8
Tints of Moody Blue #8980D8
RGB
CMYK
RGB Variations
Color information
#8980D8 (or 0x8980D8) is known color: Moody Blue. HEX triplet: 89, 80 and D8. RGB value is (137,128,216). Sum of RGB (Red+Green+Blue) = 137+128+216=481 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.48% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 216 (84.77% from 255 or 44.91% from 481); Max value from RGB is 216 - color contains mainly: blue. Hex color #8980D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8980D8 is #767F27. Grayscale: #8C8C8C. Windows color (decimal): -7765800 or 14188681. OLE color: 14188681.
HSL color Cylindrical-coordinate representation of color #8980D8: hue angle of 246.14º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8980D8 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 128 | 216 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.15 |
| HSL | 246.14º | 0.53% | 0.67% | - |
| HSV(B) | 246.14º | 0.41% | 0.85% | - |
| XYZ | 30.43 | 25.71 | 68.33 | - |
| YUV | 140.72 | 170.48 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 128 | 216 | 0.37 | 0.41 | 0 | 0.15 | 246.14 | 0.53 | 0.67 |
| Hex | 89 | 80 | D8 | 25 | 29 | 0 | F | F6 | 35 | 43 |
| Octal | 211 | 200 | 330 | 45 | 51 | 0 | 17 | 366 | 65 | 103 |
| Binary | 10001001 | 10000000 | 11011000 | 100101 | 101001 | 0 | 1111 | 11110110 | 110101 | 1000011 |
Color Harmonies of #8980D8
Complementary color
Monochromatic Colors of #8980D8
Black with #8980D8
Text Example
Text Example
White with #8980D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8980D8; }
p { color: rgb(137,128,216); }
H1.HeaderClassName
{
color: #8980D8;
}
.AnyTagClassName
{
color: #8980D8;
}
</style>
background-color css
<style>
a { background-color: #8980D8; }
a { background-color: rgb(137,128,216); }
div.DivClassName
{
background-color: #8980D8;
}
.BgClassName
{
background-color: #8980D8;
}
</style>
border-color css
<style>
span { border-color: #8980D8; }
span { border-color: rgb(137,128,216); }
td.TdClassName
{
border-color: #8980D8;
}
.TagClassName
{
border-color: #8980D8;
}
</style>