Shades of Moody Blue #8881DC
Tints of Moody Blue #8881DC
RGB
CMYK
RGB Variations
Color information
#8881DC (or 0x8881DC) is known color: Moody Blue. HEX triplet: 88, 81 and DC. RGB value is (136,129,220). Sum of RGB (Red+Green+Blue) = 136+129+220=485 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.04% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #8881DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8881DC is #777E23. Grayscale: #8D8D8D. Windows color (decimal): -7831076 or 14451080. OLE color: 14451080.
HSL color Cylindrical-coordinate representation of color #8881DC: hue angle of 244.62º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8881DC is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 129 | 220 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.14 |
| HSL | 244.62º | 0.57% | 0.68% | - |
| HSV(B) | 244.62º | 0.41% | 0.86% | - |
| XYZ | 30.92 | 26.1 | 71.12 | - |
| YUV | 141.47 | 172.32 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 129 | 220 | 0.38 | 0.41 | 0 | 0.14 | 244.62 | 0.57 | 0.68 |
| Hex | 88 | 81 | DC | 26 | 29 | 0 | E | F5 | 39 | 44 |
| Octal | 210 | 201 | 334 | 46 | 51 | 0 | 16 | 365 | 71 | 104 |
| Binary | 10001000 | 10000001 | 11011100 | 100110 | 101001 | 0 | 1110 | 11110101 | 111001 | 1000100 |
Color Harmonies of #8881DC
Complementary color
Monochromatic Colors of #8881DC
Black with #8881DC
Text Example
Text Example
White with #8881DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8881DC; }
p { color: rgb(136,129,220); }
H1.HeaderClassName
{
color: #8881DC;
}
.AnyTagClassName
{
color: #8881DC;
}
</style>
background-color css
<style>
a { background-color: #8881DC; }
a { background-color: rgb(136,129,220); }
div.DivClassName
{
background-color: #8881DC;
}
.BgClassName
{
background-color: #8881DC;
}
</style>
border-color css
<style>
span { border-color: #8881DC; }
span { border-color: rgb(136,129,220); }
td.TdClassName
{
border-color: #8881DC;
}
.TagClassName
{
border-color: #8881DC;
}
</style>