Shades of Moody Blue #8884D7
Tints of Moody Blue #8884D7
RGB
CMYK
RGB Variations
Color information
#8884D7 (or 0x8884D7) is known color: Moody Blue. HEX triplet: 88, 84 and D7. RGB value is (136,132,215). Sum of RGB (Red+Green+Blue) = 136+132+215=483 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.16% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 215 (84.38% from 255 or 44.51% from 483); Max value from RGB is 215 - color contains mainly: blue. Hex color #8884D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8884D7 is #777B28. Grayscale: #8E8E8E. Windows color (decimal): -7830313 or 14124168. OLE color: 14124168.
HSL color Cylindrical-coordinate representation of color #8884D7: hue angle of 242.89º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8884D7 is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 132 | 215 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.16 |
| HSL | 242.89º | 0.51% | 0.68% | - |
| HSV(B) | 242.89º | 0.39% | 0.84% | - |
| XYZ | 30.67 | 26.64 | 67.82 | - |
| YUV | 142.66 | 168.83 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 132 | 215 | 0.37 | 0.39 | 0 | 0.16 | 242.89 | 0.51 | 0.68 |
| Hex | 88 | 84 | D7 | 25 | 27 | 0 | 10 | F3 | 33 | 44 |
| Octal | 210 | 204 | 327 | 45 | 47 | 0 | 20 | 363 | 63 | 104 |
| Binary | 10001000 | 10000100 | 11010111 | 100101 | 100111 | 0 | 10000 | 11110011 | 110011 | 1000100 |
Color Harmonies of #8884D7
Complementary color
Monochromatic Colors of #8884D7
Black with #8884D7
Text Example
Text Example
White with #8884D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8884D7; }
p { color: rgb(136,132,215); }
H1.HeaderClassName
{
color: #8884D7;
}
.AnyTagClassName
{
color: #8884D7;
}
</style>
background-color css
<style>
a { background-color: #8884D7; }
a { background-color: rgb(136,132,215); }
div.DivClassName
{
background-color: #8884D7;
}
.BgClassName
{
background-color: #8884D7;
}
</style>
border-color css
<style>
span { border-color: #8884D7; }
span { border-color: rgb(136,132,215); }
td.TdClassName
{
border-color: #8884D7;
}
.TagClassName
{
border-color: #8884D7;
}
</style>