Shades of Moody Blue #887FC9
Tints of Moody Blue #887FC9
RGB
CMYK
RGB Variations
Color information
#887FC9 (or 0x887FC9) is known color: Moody Blue. HEX triplet: 88, 7F and C9. RGB value is (136,127,201). Sum of RGB (Red+Green+Blue) = 136+127+201=464 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.31% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 201 - color contains mainly: blue. Hex color #887FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887FC9 is #778036. Grayscale: #898989. Windows color (decimal): -7831607 or 13205384. OLE color: 13205384.
HSL color Cylindrical-coordinate representation of color #887FC9: hue angle of 247.3º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #887FC9 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 127 | 201 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.21 |
| HSL | 247.3º | 0.41% | 0.64% | - |
| HSV(B) | 247.3º | 0.37% | 0.79% | - |
| XYZ | 28.29 | 24.63 | 58.52 | - |
| YUV | 138.13 | 163.48 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 127 | 201 | 0.32 | 0.37 | 0 | 0.21 | 247.3 | 0.41 | 0.64 |
| Hex | 88 | 7F | C9 | 20 | 25 | 0 | 15 | F7 | 29 | 40 |
| Octal | 210 | 177 | 311 | 40 | 45 | 0 | 25 | 367 | 51 | 100 |
| Binary | 10001000 | 1111111 | 11001001 | 100000 | 100101 | 0 | 10101 | 11110111 | 101001 | 1000000 |
Color Harmonies of #887FC9
Complementary color
Monochromatic Colors of #887FC9
Black with #887FC9
Text Example
Text Example
White with #887FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887FC9; }
p { color: rgb(136,127,201); }
H1.HeaderClassName
{
color: #887FC9;
}
.AnyTagClassName
{
color: #887FC9;
}
</style>
background-color css
<style>
a { background-color: #887FC9; }
a { background-color: rgb(136,127,201); }
div.DivClassName
{
background-color: #887FC9;
}
.BgClassName
{
background-color: #887FC9;
}
</style>
border-color css
<style>
span { border-color: #887FC9; }
span { border-color: rgb(136,127,201); }
td.TdClassName
{
border-color: #887FC9;
}
.TagClassName
{
border-color: #887FC9;
}
</style>