Shades of Moody Blue #887EBA
Tints of Moody Blue #887EBA
RGB
CMYK
RGB Variations
Color information
#887EBA (or 0x887EBA) is known color: Moody Blue. HEX triplet: 88, 7E and BA. RGB value is (136,126,186). Sum of RGB (Red+Green+Blue) = 136+126+186=448 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.36% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #887EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887EBA is #778145. Grayscale: #878787. Windows color (decimal): -7831878 or 12222088. OLE color: 12222088.
HSL color Cylindrical-coordinate representation of color #887EBA: hue angle of 250º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #887EBA is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 126 | 186 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.27 |
| HSL | 250º | 0.3% | 0.61% | - |
| HSV(B) | 250º | 0.32% | 0.73% | - |
| XYZ | 26.48 | 23.7 | 49.63 | - |
| YUV | 135.83 | 156.31 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 126 | 186 | 0.27 | 0.32 | 0 | 0.27 | 250 | 0.3 | 0.61 |
| Hex | 88 | 7E | BA | 1B | 20 | 0 | 1B | FA | 1E | 3D |
| Octal | 210 | 176 | 272 | 33 | 40 | 0 | 33 | 372 | 36 | 75 |
| Binary | 10001000 | 1111110 | 10111010 | 11011 | 100000 | 0 | 11011 | 11111010 | 11110 | 111101 |
Color Harmonies of #887EBA
Complementary color
Monochromatic Colors of #887EBA
Black with #887EBA
Text Example
Text Example
White with #887EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887EBA; }
p { color: rgb(136,126,186); }
H1.HeaderClassName
{
color: #887EBA;
}
.AnyTagClassName
{
color: #887EBA;
}
</style>
background-color css
<style>
a { background-color: #887EBA; }
a { background-color: rgb(136,126,186); }
div.DivClassName
{
background-color: #887EBA;
}
.BgClassName
{
background-color: #887EBA;
}
</style>
border-color css
<style>
span { border-color: #887EBA; }
span { border-color: rgb(136,126,186); }
td.TdClassName
{
border-color: #887EBA;
}
.TagClassName
{
border-color: #887EBA;
}
</style>