Shades of Moody Blue #887FDC
Tints of Moody Blue #887FDC
RGB
CMYK
RGB Variations
Color information
#887FDC (or 0x887FDC) is known color: Moody Blue. HEX triplet: 88, 7F and DC. RGB value is (136,127,220). Sum of RGB (Red+Green+Blue) = 136+127+220=483 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.16% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #887FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887FDC is #778023. Grayscale: #8B8B8B. Windows color (decimal): -7831588 or 14450568. OLE color: 14450568.
HSL color Cylindrical-coordinate representation of color #887FDC: hue angle of 245.81º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #887FDC is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 127 | 220 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.14 |
| HSL | 245.81º | 0.57% | 0.68% | - |
| HSV(B) | 245.81º | 0.42% | 0.86% | - |
| XYZ | 30.66 | 25.58 | 71.03 | - |
| YUV | 140.29 | 172.98 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 127 | 220 | 0.38 | 0.42 | 0 | 0.14 | 245.81 | 0.57 | 0.68 |
| Hex | 88 | 7F | DC | 26 | 2A | 0 | E | F6 | 39 | 44 |
| Octal | 210 | 177 | 334 | 46 | 52 | 0 | 16 | 366 | 71 | 104 |
| Binary | 10001000 | 1111111 | 11011100 | 100110 | 101010 | 0 | 1110 | 11110110 | 111001 | 1000100 |
Color Harmonies of #887FDC
Complementary color
Monochromatic Colors of #887FDC
Black with #887FDC
Text Example
Text Example
White with #887FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887FDC; }
p { color: rgb(136,127,220); }
H1.HeaderClassName
{
color: #887FDC;
}
.AnyTagClassName
{
color: #887FDC;
}
</style>
background-color css
<style>
a { background-color: #887FDC; }
a { background-color: rgb(136,127,220); }
div.DivClassName
{
background-color: #887FDC;
}
.BgClassName
{
background-color: #887FDC;
}
</style>
border-color css
<style>
span { border-color: #887FDC; }
span { border-color: rgb(136,127,220); }
td.TdClassName
{
border-color: #887FDC;
}
.TagClassName
{
border-color: #887FDC;
}
</style>