Shades of Moody Blue #8889BE
Tints of Moody Blue #8889BE
RGB
CMYK
RGB Variations
Color information
#8889BE (or 0x8889BE) is known color: Moody Blue. HEX triplet: 88, 89 and BE. RGB value is (136,137,190). Sum of RGB (Red+Green+Blue) = 136+137+190=463 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.37% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #8889BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8889BE is #777641. Grayscale: #8E8E8E. Windows color (decimal): -7829058 or 12487048. OLE color: 12487048.
HSL color Cylindrical-coordinate representation of color #8889BE: hue angle of 238.89º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8889BE is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 137 | 190 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.25 |
| HSL | 238.89º | 0.29% | 0.64% | - |
| HSV(B) | 238.89º | 0.28% | 0.75% | - |
| XYZ | 28.39 | 26.84 | 52.4 | - |
| YUV | 142.74 | 154.67 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 137 | 190 | 0.28 | 0.28 | 0 | 0.25 | 238.89 | 0.29 | 0.64 |
| Hex | 88 | 89 | BE | 1C | 1C | 0 | 19 | EF | 1D | 40 |
| Octal | 210 | 211 | 276 | 34 | 34 | 0 | 31 | 357 | 35 | 100 |
| Binary | 10001000 | 10001001 | 10111110 | 11100 | 11100 | 0 | 11001 | 11101111 | 11101 | 1000000 |
Color Harmonies of #8889BE
Complementary color
Monochromatic Colors of #8889BE
Black with #8889BE
Text Example
Text Example
White with #8889BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8889BE; }
p { color: rgb(136,137,190); }
H1.HeaderClassName
{
color: #8889BE;
}
.AnyTagClassName
{
color: #8889BE;
}
</style>
background-color css
<style>
a { background-color: #8889BE; }
a { background-color: rgb(136,137,190); }
div.DivClassName
{
background-color: #8889BE;
}
.BgClassName
{
background-color: #8889BE;
}
</style>
border-color css
<style>
span { border-color: #8889BE; }
span { border-color: rgb(136,137,190); }
td.TdClassName
{
border-color: #8889BE;
}
.TagClassName
{
border-color: #8889BE;
}
</style>