Shades of Moody Blue #887CCE
Tints of Moody Blue #887CCE
RGB
CMYK
RGB Variations
Color information
#887CCE (or 0x887CCE) is known color: Moody Blue. HEX triplet: 88, 7C and CE. RGB value is (136,124,206). Sum of RGB (Red+Green+Blue) = 136+124+206=466 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.18% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #887CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887CCE is #778331. Grayscale: #888888. Windows color (decimal): -7832370 or 13532296. OLE color: 13532296.
HSL color Cylindrical-coordinate representation of color #887CCE: hue angle of 248.78º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #887CCE is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 124 | 206 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.19 |
| HSL | 248.78º | 0.46% | 0.65% | - |
| HSV(B) | 248.78º | 0.4% | 0.81% | - |
| XYZ | 28.5 | 24.11 | 61.54 | - |
| YUV | 136.94 | 166.98 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 206 | 0.34 | 0.40 | 0 | 0.19 | 248.78 | 0.46 | 0.65 |
| Hex | 88 | 7C | CE | 22 | 28 | 0 | 13 | F9 | 2E | 41 |
| Octal | 210 | 174 | 316 | 42 | 50 | 0 | 23 | 371 | 56 | 101 |
| Binary | 10001000 | 1111100 | 11001110 | 100010 | 101000 | 0 | 10011 | 11111001 | 101110 | 1000001 |
Color Harmonies of #887CCE
Complementary color
Monochromatic Colors of #887CCE
Black with #887CCE
Text Example
Text Example
White with #887CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887CCE; }
p { color: rgb(136,124,206); }
H1.HeaderClassName
{
color: #887CCE;
}
.AnyTagClassName
{
color: #887CCE;
}
</style>
background-color css
<style>
a { background-color: #887CCE; }
a { background-color: rgb(136,124,206); }
div.DivClassName
{
background-color: #887CCE;
}
.BgClassName
{
background-color: #887CCE;
}
</style>
border-color css
<style>
span { border-color: #887CCE; }
span { border-color: rgb(136,124,206); }
td.TdClassName
{
border-color: #887CCE;
}
.TagClassName
{
border-color: #887CCE;
}
</style>