Shades of Moody Blue #8D89BB
Tints of Moody Blue #8D89BB
RGB
CMYK
RGB Variations
Color information
#8D89BB (or 0x8D89BB) is known color: Moody Blue. HEX triplet: 8D, 89 and BB. RGB value is (141,137,187). Sum of RGB (Red+Green+Blue) = 141+137+187=465 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.32% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D89BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D89BB is #727644. Grayscale: #8F8F8F. Windows color (decimal): -7501381 or 12290445. OLE color: 12290445.
HSL color Cylindrical-coordinate representation of color #8D89BB: hue angle of 244.8º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8D89BB is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 137 | 187 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.27 |
| HSL | 244.8º | 0.27% | 0.64% | - |
| HSV(B) | 244.8º | 0.27% | 0.73% | - |
| XYZ | 28.9 | 27.14 | 50.73 | - |
| YUV | 143.9 | 152.33 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 137 | 187 | 0.25 | 0.27 | 0 | 0.27 | 244.8 | 0.27 | 0.64 |
| Hex | 8D | 89 | BB | 19 | 1B | 0 | 1B | F5 | 1B | 40 |
| Octal | 215 | 211 | 273 | 31 | 33 | 0 | 33 | 365 | 33 | 100 |
| Binary | 10001101 | 10001001 | 10111011 | 11001 | 11011 | 0 | 11011 | 11110101 | 11011 | 1000000 |
Color Harmonies of #8D89BB
Complementary color
Monochromatic Colors of #8D89BB
Black with #8D89BB
Text Example
Text Example
White with #8D89BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D89BB; }
p { color: rgb(141,137,187); }
H1.HeaderClassName
{
color: #8D89BB;
}
.AnyTagClassName
{
color: #8D89BB;
}
</style>
background-color css
<style>
a { background-color: #8D89BB; }
a { background-color: rgb(141,137,187); }
div.DivClassName
{
background-color: #8D89BB;
}
.BgClassName
{
background-color: #8D89BB;
}
</style>
border-color css
<style>
span { border-color: #8D89BB; }
span { border-color: rgb(141,137,187); }
td.TdClassName
{
border-color: #8D89BB;
}
.TagClassName
{
border-color: #8D89BB;
}
</style>