Shades of Moody Blue #8980B6
Tints of Moody Blue #8980B6
RGB
CMYK
RGB Variations
Color information
#8980B6 (or 0x8980B6) is known color: Moody Blue. HEX triplet: 89, 80 and B6. RGB value is (137,128,182). Sum of RGB (Red+Green+Blue) = 137+128+182=447 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.65% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 182 (71.48% from 255 or 40.72% from 447); Max value from RGB is 182 - color contains mainly: blue. Hex color #8980B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8980B6 is #767F49. Grayscale: #888888. Windows color (decimal): -7765834 or 11960457. OLE color: 11960457.
HSL color Cylindrical-coordinate representation of color #8980B6: hue angle of 250º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8980B6 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 128 | 182 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.29 |
| HSL | 250º | 0.27% | 0.61% | - |
| HSV(B) | 250º | 0.3% | 0.71% | - |
| XYZ | 26.48 | 24.13 | 47.52 | - |
| YUV | 136.85 | 153.48 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 128 | 182 | 0.25 | 0.30 | 0 | 0.29 | 250 | 0.27 | 0.61 |
| Hex | 89 | 80 | B6 | 19 | 1E | 0 | 1D | FA | 1B | 3D |
| Octal | 211 | 200 | 266 | 31 | 36 | 0 | 35 | 372 | 33 | 75 |
| Binary | 10001001 | 10000000 | 10110110 | 11001 | 11110 | 0 | 11101 | 11111010 | 11011 | 111101 |
Color Harmonies of #8980B6
Complementary color
Monochromatic Colors of #8980B6
Black with #8980B6
Text Example
Text Example
White with #8980B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8980B6; }
p { color: rgb(137,128,182); }
H1.HeaderClassName
{
color: #8980B6;
}
.AnyTagClassName
{
color: #8980B6;
}
</style>
background-color css
<style>
a { background-color: #8980B6; }
a { background-color: rgb(137,128,182); }
div.DivClassName
{
background-color: #8980B6;
}
.BgClassName
{
background-color: #8980B6;
}
</style>
border-color css
<style>
span { border-color: #8980B6; }
span { border-color: rgb(137,128,182); }
td.TdClassName
{
border-color: #8980B6;
}
.TagClassName
{
border-color: #8980B6;
}
</style>