Shades of Moody Blue #887DB9
Tints of Moody Blue #887DB9
RGB
CMYK
RGB Variations
Color information
#887DB9 (or 0x887DB9) is known color: Moody Blue. HEX triplet: 88, 7D and B9. RGB value is (136,125,185). Sum of RGB (Red+Green+Blue) = 136+125+185=446 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.49% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 185 - color contains mainly: blue. Hex color #887DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887DB9 is #778246. Grayscale: #868686. Windows color (decimal): -7832135 or 12156296. OLE color: 12156296.
HSL color Cylindrical-coordinate representation of color #887DB9: hue angle of 251º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #887DB9 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 125 | 185 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.27 |
| HSL | 251º | 0.3% | 0.61% | - |
| HSV(B) | 251º | 0.32% | 0.73% | - |
| XYZ | 26.24 | 23.4 | 49.03 | - |
| YUV | 135.13 | 156.14 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 125 | 185 | 0.26 | 0.32 | 0 | 0.27 | 251 | 0.3 | 0.61 |
| Hex | 88 | 7D | B9 | 1A | 20 | 0 | 1B | FB | 1E | 3D |
| Octal | 210 | 175 | 271 | 32 | 40 | 0 | 33 | 373 | 36 | 75 |
| Binary | 10001000 | 1111101 | 10111001 | 11010 | 100000 | 0 | 11011 | 11111011 | 11110 | 111101 |
Color Harmonies of #887DB9
Complementary color
Monochromatic Colors of #887DB9
Black with #887DB9
Text Example
Text Example
White with #887DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887DB9; }
p { color: rgb(136,125,185); }
H1.HeaderClassName
{
color: #887DB9;
}
.AnyTagClassName
{
color: #887DB9;
}
</style>
background-color css
<style>
a { background-color: #887DB9; }
a { background-color: rgb(136,125,185); }
div.DivClassName
{
background-color: #887DB9;
}
.BgClassName
{
background-color: #887DB9;
}
</style>
border-color css
<style>
span { border-color: #887DB9; }
span { border-color: rgb(136,125,185); }
td.TdClassName
{
border-color: #887DB9;
}
.TagClassName
{
border-color: #887DB9;
}
</style>