Shades of Moody Blue #887FBF
Tints of Moody Blue #887FBF
RGB
CMYK
RGB Variations
Color information
#887FBF (or 0x887FBF) is known color: Moody Blue. HEX triplet: 88, 7F and BF. RGB value is (136,127,191). Sum of RGB (Red+Green+Blue) = 136+127+191=454 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.96% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #887FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887FBF is #778040. Grayscale: #888888. Windows color (decimal): -7831617 or 12550024. OLE color: 12550024.
HSL color Cylindrical-coordinate representation of color #887FBF: hue angle of 248.44º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #887FBF is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 127 | 191 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.25 |
| HSL | 248.44º | 0.33% | 0.62% | - |
| HSV(B) | 248.44º | 0.34% | 0.75% | - |
| XYZ | 27.15 | 24.17 | 52.53 | - |
| YUV | 136.99 | 158.48 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 127 | 191 | 0.29 | 0.34 | 0 | 0.25 | 248.44 | 0.33 | 0.62 |
| Hex | 88 | 7F | BF | 1D | 22 | 0 | 19 | F8 | 21 | 3E |
| Octal | 210 | 177 | 277 | 35 | 42 | 0 | 31 | 370 | 41 | 76 |
| Binary | 10001000 | 1111111 | 10111111 | 11101 | 100010 | 0 | 11001 | 11111000 | 100001 | 111110 |
Color Harmonies of #887FBF
Complementary color
Monochromatic Colors of #887FBF
Black with #887FBF
Text Example
Text Example
White with #887FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887FBF; }
p { color: rgb(136,127,191); }
H1.HeaderClassName
{
color: #887FBF;
}
.AnyTagClassName
{
color: #887FBF;
}
</style>
background-color css
<style>
a { background-color: #887FBF; }
a { background-color: rgb(136,127,191); }
div.DivClassName
{
background-color: #887FBF;
}
.BgClassName
{
background-color: #887FBF;
}
</style>
border-color css
<style>
span { border-color: #887FBF; }
span { border-color: rgb(136,127,191); }
td.TdClassName
{
border-color: #887FBF;
}
.TagClassName
{
border-color: #887FBF;
}
</style>