Shades of Moody Blue #887FB9
Tints of Moody Blue #887FB9
RGB
CMYK
RGB Variations
Color information
#887FB9 (or 0x887FB9) is known color: Moody Blue. HEX triplet: 88, 7F and B9. RGB value is (136,127,185). Sum of RGB (Red+Green+Blue) = 136+127+185=448 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.36% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 185 - color contains mainly: blue. Hex color #887FB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887FB9 is #778046. Grayscale: #888888. Windows color (decimal): -7831623 or 12156808. OLE color: 12156808.
HSL color Cylindrical-coordinate representation of color #887FB9: hue angle of 249.31º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #887FB9 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 127 | 185 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.27 |
| HSL | 249.31º | 0.29% | 0.61% | - |
| HSV(B) | 249.31º | 0.31% | 0.73% | - |
| XYZ | 26.5 | 23.92 | 49.12 | - |
| YUV | 136.3 | 155.48 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 127 | 185 | 0.26 | 0.31 | 0 | 0.27 | 249.31 | 0.29 | 0.61 |
| Hex | 88 | 7F | B9 | 1A | 1F | 0 | 1B | F9 | 1D | 3D |
| Octal | 210 | 177 | 271 | 32 | 37 | 0 | 33 | 371 | 35 | 75 |
| Binary | 10001000 | 1111111 | 10111001 | 11010 | 11111 | 0 | 11011 | 11111001 | 11101 | 111101 |
Color Harmonies of #887FB9
Complementary color
Monochromatic Colors of #887FB9
Black with #887FB9
Text Example
Text Example
White with #887FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887FB9; }
p { color: rgb(136,127,185); }
H1.HeaderClassName
{
color: #887FB9;
}
.AnyTagClassName
{
color: #887FB9;
}
</style>
background-color css
<style>
a { background-color: #887FB9; }
a { background-color: rgb(136,127,185); }
div.DivClassName
{
background-color: #887FB9;
}
.BgClassName
{
background-color: #887FB9;
}
</style>
border-color css
<style>
span { border-color: #887FB9; }
span { border-color: rgb(136,127,185); }
td.TdClassName
{
border-color: #887FB9;
}
.TagClassName
{
border-color: #887FB9;
}
</style>