Shades of Moody Blue #887CB7
Tints of Moody Blue #887CB7
RGB
CMYK
RGB Variations
Color information
#887CB7 (or 0x887CB7) is known color: Moody Blue. HEX triplet: 88, 7C and B7. RGB value is (136,124,183). Sum of RGB (Red+Green+Blue) = 136+124+183=443 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.70% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 183 - color contains mainly: blue. Hex color #887CB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887CB7 is #778348. Grayscale: #868686. Windows color (decimal): -7832393 or 12024968. OLE color: 12024968.
HSL color Cylindrical-coordinate representation of color #887CB7: hue angle of 252.2º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #887CB7 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 136 | 124 | 183 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.28 |
| HSL | 252.2º | 0.29% | 0.6% | - |
| HSV(B) | 252.2º | 0.32% | 0.72% | - |
| XYZ | 25.91 | 23.07 | 47.89 | - |
| YUV | 134.31 | 155.48 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 183 | 0.26 | 0.32 | 0 | 0.28 | 252.2 | 0.29 | 0.6 |
| Hex | 88 | 7C | B7 | 1A | 20 | 0 | 1C | FC | 1D | 3C |
| Octal | 210 | 174 | 267 | 32 | 40 | 0 | 34 | 374 | 35 | 74 |
| Binary | 10001000 | 1111100 | 10110111 | 11010 | 100000 | 0 | 11100 | 11111100 | 11101 | 111100 |
Color Harmonies of #887CB7
Complementary color
Monochromatic Colors of #887CB7
Black with #887CB7
Text Example
Text Example
White with #887CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887CB7; }
p { color: rgb(136,124,183); }
H1.HeaderClassName
{
color: #887CB7;
}
.AnyTagClassName
{
color: #887CB7;
}
</style>
background-color css
<style>
a { background-color: #887CB7; }
a { background-color: rgb(136,124,183); }
div.DivClassName
{
background-color: #887CB7;
}
.BgClassName
{
background-color: #887CB7;
}
</style>
border-color css
<style>
span { border-color: #887CB7; }
span { border-color: rgb(136,124,183); }
td.TdClassName
{
border-color: #887CB7;
}
.TagClassName
{
border-color: #887CB7;
}
</style>