Shades of Moody Blue #887EBD
Tints of Moody Blue #887EBD
RGB
CMYK
RGB Variations
Color information
#887EBD (or 0x887EBD) is known color: Moody Blue. HEX triplet: 88, 7E and BD. RGB value is (136,126,189). Sum of RGB (Red+Green+Blue) = 136+126+189=451 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.16% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #887EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887EBD is #778142. Grayscale: #878787. Windows color (decimal): -7831875 or 12418696. OLE color: 12418696.
HSL color Cylindrical-coordinate representation of color #887EBD: hue angle of 249.52º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #887EBD is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 126 | 189 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.26 |
| HSL | 249.52º | 0.32% | 0.62% | - |
| HSV(B) | 249.52º | 0.33% | 0.74% | - |
| XYZ | 26.8 | 23.83 | 51.33 | - |
| YUV | 136.17 | 157.81 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 126 | 189 | 0.28 | 0.33 | 0 | 0.26 | 249.52 | 0.32 | 0.62 |
| Hex | 88 | 7E | BD | 1C | 21 | 0 | 1A | FA | 20 | 3E |
| Octal | 210 | 176 | 275 | 34 | 41 | 0 | 32 | 372 | 40 | 76 |
| Binary | 10001000 | 1111110 | 10111101 | 11100 | 100001 | 0 | 11010 | 11111010 | 100000 | 111110 |
Color Harmonies of #887EBD
Complementary color
Monochromatic Colors of #887EBD
Black with #887EBD
Text Example
Text Example
White with #887EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887EBD; }
p { color: rgb(136,126,189); }
H1.HeaderClassName
{
color: #887EBD;
}
.AnyTagClassName
{
color: #887EBD;
}
</style>
background-color css
<style>
a { background-color: #887EBD; }
a { background-color: rgb(136,126,189); }
div.DivClassName
{
background-color: #887EBD;
}
.BgClassName
{
background-color: #887EBD;
}
</style>
border-color css
<style>
span { border-color: #887EBD; }
span { border-color: rgb(136,126,189); }
td.TdClassName
{
border-color: #887EBD;
}
.TagClassName
{
border-color: #887EBD;
}
</style>