Shades of Moody Blue #887ECB
Tints of Moody Blue #887ECB
RGB
CMYK
RGB Variations
Color information
#887ECB (or 0x887ECB) is known color: Moody Blue. HEX triplet: 88, 7E and CB. RGB value is (136,126,203). Sum of RGB (Red+Green+Blue) = 136+126+203=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #887ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887ECB is #778134. Grayscale: #898989. Windows color (decimal): -7831861 or 13336200. OLE color: 13336200.
HSL color Cylindrical-coordinate representation of color #887ECB: hue angle of 247.79º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #887ECB is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 126 | 203 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.20 |
| HSL | 247.79º | 0.43% | 0.65% | - |
| HSV(B) | 247.79º | 0.38% | 0.8% | - |
| XYZ | 28.39 | 24.47 | 59.73 | - |
| YUV | 137.77 | 164.81 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 126 | 203 | 0.33 | 0.38 | 0 | 0.20 | 247.79 | 0.43 | 0.65 |
| Hex | 88 | 7E | CB | 21 | 26 | 0 | 14 | F8 | 2B | 41 |
| Octal | 210 | 176 | 313 | 41 | 46 | 0 | 24 | 370 | 53 | 101 |
| Binary | 10001000 | 1111110 | 11001011 | 100001 | 100110 | 0 | 10100 | 11111000 | 101011 | 1000001 |
Color Harmonies of #887ECB
Complementary color
Monochromatic Colors of #887ECB
Black with #887ECB
Text Example
Text Example
White with #887ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887ECB; }
p { color: rgb(136,126,203); }
H1.HeaderClassName
{
color: #887ECB;
}
.AnyTagClassName
{
color: #887ECB;
}
</style>
background-color css
<style>
a { background-color: #887ECB; }
a { background-color: rgb(136,126,203); }
div.DivClassName
{
background-color: #887ECB;
}
.BgClassName
{
background-color: #887ECB;
}
</style>
border-color css
<style>
span { border-color: #887ECB; }
span { border-color: rgb(136,126,203); }
td.TdClassName
{
border-color: #887ECB;
}
.TagClassName
{
border-color: #887ECB;
}
</style>