Shades of Moody Blue #8884DC
Tints of Moody Blue #8884DC
RGB
CMYK
RGB Variations
Color information
#8884DC (or 0x8884DC) is known color: Moody Blue. HEX triplet: 88, 84 and DC. RGB value is (136,132,220). Sum of RGB (Red+Green+Blue) = 136+132+220=488 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.87% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #8884DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8884DC is #777B23. Grayscale: #8E8E8E. Windows color (decimal): -7830308 or 14451848. OLE color: 14451848.
HSL color Cylindrical-coordinate representation of color #8884DC: hue angle of 242.73º degrees, saturation: 0.56, 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 #8884DC is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 132 | 220 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.14 |
| HSL | 242.73º | 0.56% | 0.69% | - |
| HSV(B) | 242.73º | 0.4% | 0.86% | - |
| XYZ | 31.32 | 26.9 | 71.25 | - |
| YUV | 143.23 | 171.33 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 132 | 220 | 0.38 | 0.40 | 0 | 0.14 | 242.73 | 0.56 | 0.69 |
| Hex | 88 | 84 | DC | 26 | 28 | 0 | E | F3 | 38 | 45 |
| Octal | 210 | 204 | 334 | 46 | 50 | 0 | 16 | 363 | 70 | 105 |
| Binary | 10001000 | 10000100 | 11011100 | 100110 | 101000 | 0 | 1110 | 11110011 | 111000 | 1000101 |
Color Harmonies of #8884DC
Complementary color
Monochromatic Colors of #8884DC
Black with #8884DC
Text Example
Text Example
White with #8884DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8884DC; }
p { color: rgb(136,132,220); }
H1.HeaderClassName
{
color: #8884DC;
}
.AnyTagClassName
{
color: #8884DC;
}
</style>
background-color css
<style>
a { background-color: #8884DC; }
a { background-color: rgb(136,132,220); }
div.DivClassName
{
background-color: #8884DC;
}
.BgClassName
{
background-color: #8884DC;
}
</style>
border-color css
<style>
span { border-color: #8884DC; }
span { border-color: rgb(136,132,220); }
td.TdClassName
{
border-color: #8884DC;
}
.TagClassName
{
border-color: #8884DC;
}
</style>