Shades of Moody Blue #8980BB
Tints of Moody Blue #8980BB
RGB
CMYK
RGB Variations
Color information
#8980BB (or 0x8980BB) is known color: Moody Blue. HEX triplet: 89, 80 and BB. RGB value is (137,128,187). Sum of RGB (Red+Green+Blue) = 137+128+187=452 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.31% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: blue. Hex color #8980BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8980BB is #767F44. Grayscale: #898989. Windows color (decimal): -7765829 or 12288137. OLE color: 12288137.
HSL color Cylindrical-coordinate representation of color #8980BB: hue angle of 249.15º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8980BB is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 128 | 187 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.27 |
| HSL | 249.15º | 0.3% | 0.62% | - |
| HSV(B) | 249.15º | 0.32% | 0.73% | - |
| XYZ | 27.01 | 24.34 | 50.29 | - |
| YUV | 137.42 | 155.98 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 128 | 187 | 0.27 | 0.32 | 0 | 0.27 | 249.15 | 0.3 | 0.62 |
| Hex | 89 | 80 | BB | 1B | 20 | 0 | 1B | F9 | 1E | 3E |
| Octal | 211 | 200 | 273 | 33 | 40 | 0 | 33 | 371 | 36 | 76 |
| Binary | 10001001 | 10000000 | 10111011 | 11011 | 100000 | 0 | 11011 | 11111001 | 11110 | 111110 |
Color Harmonies of #8980BB
Complementary color
Monochromatic Colors of #8980BB
Black with #8980BB
Text Example
Text Example
White with #8980BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8980BB; }
p { color: rgb(137,128,187); }
H1.HeaderClassName
{
color: #8980BB;
}
.AnyTagClassName
{
color: #8980BB;
}
</style>
background-color css
<style>
a { background-color: #8980BB; }
a { background-color: rgb(137,128,187); }
div.DivClassName
{
background-color: #8980BB;
}
.BgClassName
{
background-color: #8980BB;
}
</style>
border-color css
<style>
span { border-color: #8980BB; }
span { border-color: rgb(137,128,187); }
td.TdClassName
{
border-color: #8980BB;
}
.TagClassName
{
border-color: #8980BB;
}
</style>