Shades of Moody Blue #8889C9
Tints of Moody Blue #8889C9
RGB
CMYK
RGB Variations
Color information
#8889C9 (or 0x8889C9) is known color: Moody Blue. HEX triplet: 88, 89 and C9. RGB value is (136,137,201). Sum of RGB (Red+Green+Blue) = 136+137+201=474 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.69% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 201 - color contains mainly: blue. Hex color #8889C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8889C9 is #777636. Grayscale: #8F8F8F. Windows color (decimal): -7829047 or 13207944. OLE color: 13207944.
HSL color Cylindrical-coordinate representation of color #8889C9: hue angle of 239.08º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8889C9 is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 137 | 201 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.21 |
| HSL | 239.08º | 0.38% | 0.66% | - |
| HSV(B) | 239.08º | 0.32% | 0.79% | - |
| XYZ | 29.64 | 27.34 | 58.97 | - |
| YUV | 144 | 160.17 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 137 | 201 | 0.32 | 0.32 | 0 | 0.21 | 239.08 | 0.38 | 0.66 |
| Hex | 88 | 89 | C9 | 20 | 20 | 0 | 15 | EF | 26 | 42 |
| Octal | 210 | 211 | 311 | 40 | 40 | 0 | 25 | 357 | 46 | 102 |
| Binary | 10001000 | 10001001 | 11001001 | 100000 | 100000 | 0 | 10101 | 11101111 | 100110 | 1000010 |
Color Harmonies of #8889C9
Complementary color
Monochromatic Colors of #8889C9
Black with #8889C9
Text Example
Text Example
White with #8889C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8889C9; }
p { color: rgb(136,137,201); }
H1.HeaderClassName
{
color: #8889C9;
}
.AnyTagClassName
{
color: #8889C9;
}
</style>
background-color css
<style>
a { background-color: #8889C9; }
a { background-color: rgb(136,137,201); }
div.DivClassName
{
background-color: #8889C9;
}
.BgClassName
{
background-color: #8889C9;
}
</style>
border-color css
<style>
span { border-color: #8889C9; }
span { border-color: rgb(136,137,201); }
td.TdClassName
{
border-color: #8889C9;
}
.TagClassName
{
border-color: #8889C9;
}
</style>