Shades of Moody Blue #887CDD
Tints of Moody Blue #887CDD
RGB
CMYK
RGB Variations
Color information
#887CDD (or 0x887CDD) is known color: Moody Blue. HEX triplet: 88, 7C and DD. RGB value is (136,124,221). Sum of RGB (Red+Green+Blue) = 136+124+221=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #887CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887CDD is #778322. Grayscale: #8A8A8A. Windows color (decimal): -7832355 or 14515336. OLE color: 14515336.
HSL color Cylindrical-coordinate representation of color #887CDD: hue angle of 247.42º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #887CDD is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 124 | 221 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.13 |
| HSL | 247.42º | 0.59% | 0.68% | - |
| HSV(B) | 247.42º | 0.44% | 0.87% | - |
| XYZ | 30.41 | 24.87 | 71.6 | - |
| YUV | 138.65 | 174.48 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 221 | 0.38 | 0.44 | 0 | 0.13 | 247.42 | 0.59 | 0.68 |
| Hex | 88 | 7C | DD | 26 | 2C | 0 | D | F7 | 3B | 44 |
| Octal | 210 | 174 | 335 | 46 | 54 | 0 | 15 | 367 | 73 | 104 |
| Binary | 10001000 | 1111100 | 11011101 | 100110 | 101100 | 0 | 1101 | 11110111 | 111011 | 1000100 |
Color Harmonies of #887CDD
Complementary color
Monochromatic Colors of #887CDD
Black with #887CDD
Text Example
Text Example
White with #887CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887CDD; }
p { color: rgb(136,124,221); }
H1.HeaderClassName
{
color: #887CDD;
}
.AnyTagClassName
{
color: #887CDD;
}
</style>
background-color css
<style>
a { background-color: #887CDD; }
a { background-color: rgb(136,124,221); }
div.DivClassName
{
background-color: #887CDD;
}
.BgClassName
{
background-color: #887CDD;
}
</style>
border-color css
<style>
span { border-color: #887CDD; }
span { border-color: rgb(136,124,221); }
td.TdClassName
{
border-color: #887CDD;
}
.TagClassName
{
border-color: #887CDD;
}
</style>