Shades of Moody Blue #887EDD
Tints of Moody Blue #887EDD
RGB
CMYK
RGB Variations
Color information
#887EDD (or 0x887EDD) is known color: Moody Blue. HEX triplet: 88, 7E and DD. RGB value is (136,126,221). Sum of RGB (Red+Green+Blue) = 136+126+221=483 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.16% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #887EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887EDD is #778122. Grayscale: #8B8B8B. Windows color (decimal): -7831843 or 14515848. OLE color: 14515848.
HSL color Cylindrical-coordinate representation of color #887EDD: hue angle of 246.32º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #887EDD is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 126 | 221 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.13 |
| HSL | 246.32º | 0.58% | 0.68% | - |
| HSV(B) | 246.32º | 0.43% | 0.87% | - |
| XYZ | 30.67 | 25.38 | 71.69 | - |
| YUV | 139.82 | 173.81 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 126 | 221 | 0.38 | 0.43 | 0 | 0.13 | 246.32 | 0.58 | 0.68 |
| Hex | 88 | 7E | DD | 26 | 2B | 0 | D | F6 | 3A | 44 |
| Octal | 210 | 176 | 335 | 46 | 53 | 0 | 15 | 366 | 72 | 104 |
| Binary | 10001000 | 1111110 | 11011101 | 100110 | 101011 | 0 | 1101 | 11110110 | 111010 | 1000100 |
Color Harmonies of #887EDD
Complementary color
Monochromatic Colors of #887EDD
Black with #887EDD
Text Example
Text Example
White with #887EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887EDD; }
p { color: rgb(136,126,221); }
H1.HeaderClassName
{
color: #887EDD;
}
.AnyTagClassName
{
color: #887EDD;
}
</style>
background-color css
<style>
a { background-color: #887EDD; }
a { background-color: rgb(136,126,221); }
div.DivClassName
{
background-color: #887EDD;
}
.BgClassName
{
background-color: #887EDD;
}
</style>
border-color css
<style>
span { border-color: #887EDD; }
span { border-color: rgb(136,126,221); }
td.TdClassName
{
border-color: #887EDD;
}
.TagClassName
{
border-color: #887EDD;
}
</style>