Shades of Moody Blue #8884DB
Tints of Moody Blue #8884DB
RGB
CMYK
RGB Variations
Color information
#8884DB (or 0x8884DB) is known color: Moody Blue. HEX triplet: 88, 84 and DB. RGB value is (136,132,219). Sum of RGB (Red+Green+Blue) = 136+132+219=487 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.93% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #8884DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8884DB is #777B24. Grayscale: #8E8E8E. Windows color (decimal): -7830309 or 14386312. OLE color: 14386312.
HSL color Cylindrical-coordinate representation of color #8884DB: hue angle of 242.76º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8884DB is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 132 | 219 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.14 |
| HSL | 242.76º | 0.55% | 0.69% | - |
| HSV(B) | 242.76º | 0.4% | 0.86% | - |
| XYZ | 31.19 | 26.85 | 70.56 | - |
| YUV | 143.11 | 170.83 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 132 | 219 | 0.38 | 0.40 | 0 | 0.14 | 242.76 | 0.55 | 0.69 |
| Hex | 88 | 84 | DB | 26 | 28 | 0 | E | F3 | 37 | 45 |
| Octal | 210 | 204 | 333 | 46 | 50 | 0 | 16 | 363 | 67 | 105 |
| Binary | 10001000 | 10000100 | 11011011 | 100110 | 101000 | 0 | 1110 | 11110011 | 110111 | 1000101 |
Color Harmonies of #8884DB
Complementary color
Monochromatic Colors of #8884DB
Black with #8884DB
Text Example
Text Example
White with #8884DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8884DB; }
p { color: rgb(136,132,219); }
H1.HeaderClassName
{
color: #8884DB;
}
.AnyTagClassName
{
color: #8884DB;
}
</style>
background-color css
<style>
a { background-color: #8884DB; }
a { background-color: rgb(136,132,219); }
div.DivClassName
{
background-color: #8884DB;
}
.BgClassName
{
background-color: #8884DB;
}
</style>
border-color css
<style>
span { border-color: #8884DB; }
span { border-color: rgb(136,132,219); }
td.TdClassName
{
border-color: #8884DB;
}
.TagClassName
{
border-color: #8884DB;
}
</style>