Shades of Moody Blue #8880DC
Tints of Moody Blue #8880DC
RGB
CMYK
RGB Variations
Color information
#8880DC (or 0x8880DC) is known color: Moody Blue. HEX triplet: 88, 80 and DC. RGB value is (136,128,220). Sum of RGB (Red+Green+Blue) = 136+128+220=484 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.10% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #8880DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8880DC is #777F23. Grayscale: #8C8C8C. Windows color (decimal): -7831332 or 14450824. OLE color: 14450824.
HSL color Cylindrical-coordinate representation of color #8880DC: hue angle of 245.22º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8880DC is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 128 | 220 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.14 |
| HSL | 245.22º | 0.57% | 0.68% | - |
| HSV(B) | 245.22º | 0.42% | 0.86% | - |
| XYZ | 30.79 | 25.84 | 71.07 | - |
| YUV | 140.88 | 172.65 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 220 | 0.38 | 0.42 | 0 | 0.14 | 245.22 | 0.57 | 0.68 |
| Hex | 88 | 80 | DC | 26 | 2A | 0 | E | F5 | 39 | 44 |
| Octal | 210 | 200 | 334 | 46 | 52 | 0 | 16 | 365 | 71 | 104 |
| Binary | 10001000 | 10000000 | 11011100 | 100110 | 101010 | 0 | 1110 | 11110101 | 111001 | 1000100 |
Color Harmonies of #8880DC
Complementary color
Monochromatic Colors of #8880DC
Black with #8880DC
Text Example
Text Example
White with #8880DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8880DC; }
p { color: rgb(136,128,220); }
H1.HeaderClassName
{
color: #8880DC;
}
.AnyTagClassName
{
color: #8880DC;
}
</style>
background-color css
<style>
a { background-color: #8880DC; }
a { background-color: rgb(136,128,220); }
div.DivClassName
{
background-color: #8880DC;
}
.BgClassName
{
background-color: #8880DC;
}
</style>
border-color css
<style>
span { border-color: #8880DC; }
span { border-color: rgb(136,128,220); }
td.TdClassName
{
border-color: #8880DC;
}
.TagClassName
{
border-color: #8880DC;
}
</style>