Shades of Moody Blue #887ECE
Tints of Moody Blue #887ECE
RGB
CMYK
RGB Variations
Color information
#887ECE (or 0x887ECE) is known color: Moody Blue. HEX triplet: 88, 7E and CE. RGB value is (136,126,206). Sum of RGB (Red+Green+Blue) = 136+126+206=468 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.06% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #887ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887ECE is #778131. Grayscale: #898989. Windows color (decimal): -7831858 or 13532808. OLE color: 13532808.
HSL color Cylindrical-coordinate representation of color #887ECE: hue angle of 247.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #887ECE is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 126 | 206 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.19 |
| HSL | 247.5º | 0.45% | 0.65% | - |
| HSV(B) | 247.5º | 0.39% | 0.81% | - |
| XYZ | 28.75 | 24.61 | 61.63 | - |
| YUV | 138.11 | 166.31 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 126 | 206 | 0.34 | 0.39 | 0 | 0.19 | 247.5 | 0.45 | 0.65 |
| Hex | 88 | 7E | CE | 22 | 27 | 0 | 13 | F8 | 2D | 41 |
| Octal | 210 | 176 | 316 | 42 | 47 | 0 | 23 | 370 | 55 | 101 |
| Binary | 10001000 | 1111110 | 11001110 | 100010 | 100111 | 0 | 10011 | 11111000 | 101101 | 1000001 |
Color Harmonies of #887ECE
Complementary color
Monochromatic Colors of #887ECE
Black with #887ECE
Text Example
Text Example
White with #887ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887ECE; }
p { color: rgb(136,126,206); }
H1.HeaderClassName
{
color: #887ECE;
}
.AnyTagClassName
{
color: #887ECE;
}
</style>
background-color css
<style>
a { background-color: #887ECE; }
a { background-color: rgb(136,126,206); }
div.DivClassName
{
background-color: #887ECE;
}
.BgClassName
{
background-color: #887ECE;
}
</style>
border-color css
<style>
span { border-color: #887ECE; }
span { border-color: rgb(136,126,206); }
td.TdClassName
{
border-color: #887ECE;
}
.TagClassName
{
border-color: #887ECE;
}
</style>