Shades of Moody Blue #887FB4
Tints of Moody Blue #887FB4
RGB
CMYK
RGB Variations
Color information
#887FB4 (or 0x887FB4) is known color: Moody Blue. HEX triplet: 88, 7F and B4. RGB value is (136,127,180). Sum of RGB (Red+Green+Blue) = 136+127+180=443 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.70% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 180 - color contains mainly: blue. Hex color #887FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887FB4 is #77804B. Grayscale: #878787. Windows color (decimal): -7831628 or 11829128. OLE color: 11829128.
HSL color Cylindrical-coordinate representation of color #887FB4: hue angle of 250.19º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #887FB4 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 127 | 180 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.29 |
| HSL | 250.19º | 0.26% | 0.6% | - |
| HSV(B) | 250.19º | 0.29% | 0.71% | - |
| XYZ | 25.98 | 23.71 | 46.39 | - |
| YUV | 135.73 | 152.98 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 127 | 180 | 0.24 | 0.29 | 0 | 0.29 | 250.19 | 0.26 | 0.6 |
| Hex | 88 | 7F | B4 | 18 | 1D | 0 | 1D | FA | 1A | 3C |
| Octal | 210 | 177 | 264 | 30 | 35 | 0 | 35 | 372 | 32 | 74 |
| Binary | 10001000 | 1111111 | 10110100 | 11000 | 11101 | 0 | 11101 | 11111010 | 11010 | 111100 |
Color Harmonies of #887FB4
Complementary color
Monochromatic Colors of #887FB4
Black with #887FB4
Text Example
Text Example
White with #887FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887FB4; }
p { color: rgb(136,127,180); }
H1.HeaderClassName
{
color: #887FB4;
}
.AnyTagClassName
{
color: #887FB4;
}
</style>
background-color css
<style>
a { background-color: #887FB4; }
a { background-color: rgb(136,127,180); }
div.DivClassName
{
background-color: #887FB4;
}
.BgClassName
{
background-color: #887FB4;
}
</style>
border-color css
<style>
span { border-color: #887FB4; }
span { border-color: rgb(136,127,180); }
td.TdClassName
{
border-color: #887FB4;
}
.TagClassName
{
border-color: #887FB4;
}
</style>