Shades of Moody Blue #887DDD
Tints of Moody Blue #887DDD
RGB
CMYK
RGB Variations
Color information
#887DDD (or 0x887DDD) is known color: Moody Blue. HEX triplet: 88, 7D and DD. RGB value is (136,125,221). Sum of RGB (Red+Green+Blue) = 136+125+221=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #887DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887DDD is #778222. Grayscale: #8A8A8A. Windows color (decimal): -7832099 or 14515592. OLE color: 14515592.
HSL color Cylindrical-coordinate representation of color #887DDD: hue angle of 246.88º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #887DDD is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 125 | 221 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.13 |
| HSL | 246.88º | 0.59% | 0.68% | - |
| HSV(B) | 246.88º | 0.43% | 0.87% | - |
| XYZ | 30.54 | 25.12 | 71.65 | - |
| YUV | 139.23 | 174.14 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 125 | 221 | 0.38 | 0.43 | 0 | 0.13 | 246.88 | 0.59 | 0.68 |
| Hex | 88 | 7D | DD | 26 | 2B | 0 | D | F7 | 3B | 44 |
| Octal | 210 | 175 | 335 | 46 | 53 | 0 | 15 | 367 | 73 | 104 |
| Binary | 10001000 | 1111101 | 11011101 | 100110 | 101011 | 0 | 1101 | 11110111 | 111011 | 1000100 |
Color Harmonies of #887DDD
Complementary color
Monochromatic Colors of #887DDD
Black with #887DDD
Text Example
Text Example
White with #887DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887DDD; }
p { color: rgb(136,125,221); }
H1.HeaderClassName
{
color: #887DDD;
}
.AnyTagClassName
{
color: #887DDD;
}
</style>
background-color css
<style>
a { background-color: #887DDD; }
a { background-color: rgb(136,125,221); }
div.DivClassName
{
background-color: #887DDD;
}
.BgClassName
{
background-color: #887DDD;
}
</style>
border-color css
<style>
span { border-color: #887DDD; }
span { border-color: rgb(136,125,221); }
td.TdClassName
{
border-color: #887DDD;
}
.TagClassName
{
border-color: #887DDD;
}
</style>