Shades of Moody Blue #887CDC
Tints of Moody Blue #887CDC
RGB
CMYK
RGB Variations
Color information
#887CDC (or 0x887CDC) is known color: Moody Blue. HEX triplet: 88, 7C and DC. RGB value is (136,124,220). Sum of RGB (Red+Green+Blue) = 136+124+220=480 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.33% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #887CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887CDC is #778323. Grayscale: #8A8A8A. Windows color (decimal): -7832356 or 14449800. OLE color: 14449800.
HSL color Cylindrical-coordinate representation of color #887CDC: hue angle of 247.5º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #887CDC is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 124 | 220 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.14 |
| HSL | 247.5º | 0.58% | 0.67% | - |
| HSV(B) | 247.5º | 0.44% | 0.86% | - |
| XYZ | 30.28 | 24.82 | 70.9 | - |
| YUV | 138.53 | 173.98 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 220 | 0.38 | 0.44 | 0 | 0.14 | 247.5 | 0.58 | 0.67 |
| Hex | 88 | 7C | DC | 26 | 2C | 0 | E | F8 | 3A | 43 |
| Octal | 210 | 174 | 334 | 46 | 54 | 0 | 16 | 370 | 72 | 103 |
| Binary | 10001000 | 1111100 | 11011100 | 100110 | 101100 | 0 | 1110 | 11111000 | 111010 | 1000011 |
Color Harmonies of #887CDC
Complementary color
Monochromatic Colors of #887CDC
Black with #887CDC
Text Example
Text Example
White with #887CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887CDC; }
p { color: rgb(136,124,220); }
H1.HeaderClassName
{
color: #887CDC;
}
.AnyTagClassName
{
color: #887CDC;
}
</style>
background-color css
<style>
a { background-color: #887CDC; }
a { background-color: rgb(136,124,220); }
div.DivClassName
{
background-color: #887CDC;
}
.BgClassName
{
background-color: #887CDC;
}
</style>
border-color css
<style>
span { border-color: #887CDC; }
span { border-color: rgb(136,124,220); }
td.TdClassName
{
border-color: #887CDC;
}
.TagClassName
{
border-color: #887CDC;
}
</style>