Shades of Moody Blue #887EBF
Tints of Moody Blue #887EBF
RGB
CMYK
RGB Variations
Color information
#887EBF (or 0x887EBF) is known color: Moody Blue. HEX triplet: 88, 7E and BF. RGB value is (136,126,191). Sum of RGB (Red+Green+Blue) = 136+126+191=453 (60% of max value = 765). Red value is 136 (53.52% from 255 or 30.02% from 453); Green value is 126 (49.61% from 255 or 27.81% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #887EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887EBF is #778140. Grayscale: #888888. Windows color (decimal): -7831873 or 12549768. OLE color: 12549768.
HSL color Cylindrical-coordinate representation of color #887EBF: hue angle of 249.23º degrees, saturation: 0.34, 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 #887EBF is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 126 | 191 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.25 |
| HSL | 249.23º | 0.34% | 0.62% | - |
| HSV(B) | 249.23º | 0.34% | 0.75% | - |
| XYZ | 27.02 | 23.92 | 52.48 | - |
| YUV | 136.4 | 158.81 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 126 | 191 | 0.29 | 0.34 | 0 | 0.25 | 249.23 | 0.34 | 0.62 |
| Hex | 88 | 7E | BF | 1D | 22 | 0 | 19 | F9 | 22 | 3E |
| Octal | 210 | 176 | 277 | 35 | 42 | 0 | 31 | 371 | 42 | 76 |
| Binary | 10001000 | 1111110 | 10111111 | 11101 | 100010 | 0 | 11001 | 11111001 | 100010 | 111110 |
Color Harmonies of #887EBF
Complementary color
Monochromatic Colors of #887EBF
Black with #887EBF
Text Example
Text Example
White with #887EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887EBF; }
p { color: rgb(136,126,191); }
H1.HeaderClassName
{
color: #887EBF;
}
.AnyTagClassName
{
color: #887EBF;
}
</style>
background-color css
<style>
a { background-color: #887EBF; }
a { background-color: rgb(136,126,191); }
div.DivClassName
{
background-color: #887EBF;
}
.BgClassName
{
background-color: #887EBF;
}
</style>
border-color css
<style>
span { border-color: #887EBF; }
span { border-color: rgb(136,126,191); }
td.TdClassName
{
border-color: #887EBF;
}
.TagClassName
{
border-color: #887EBF;
}
</style>