Shades of Moody Blue #8881DB
Tints of Moody Blue #8881DB
RGB
CMYK
RGB Variations
Color information
#8881DB (or 0x8881DB) is known color: Moody Blue. HEX triplet: 88, 81 and DB. RGB value is (136,129,219). Sum of RGB (Red+Green+Blue) = 136+129+219=484 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.10% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #8881DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8881DB is #777E24. Grayscale: #8D8D8D. Windows color (decimal): -7831077 or 14385544. OLE color: 14385544.
HSL color Cylindrical-coordinate representation of color #8881DB: hue angle of 244.67º degrees, saturation: 0.56, 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 #8881DB is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 129 | 219 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.14 |
| HSL | 244.67º | 0.56% | 0.68% | - |
| HSV(B) | 244.67º | 0.41% | 0.86% | - |
| XYZ | 30.79 | 26.05 | 70.42 | - |
| YUV | 141.35 | 171.82 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 129 | 219 | 0.38 | 0.41 | 0 | 0.14 | 244.67 | 0.56 | 0.68 |
| Hex | 88 | 81 | DB | 26 | 29 | 0 | E | F5 | 38 | 44 |
| Octal | 210 | 201 | 333 | 46 | 51 | 0 | 16 | 365 | 70 | 104 |
| Binary | 10001000 | 10000001 | 11011011 | 100110 | 101001 | 0 | 1110 | 11110101 | 111000 | 1000100 |
Color Harmonies of #8881DB
Complementary color
Monochromatic Colors of #8881DB
Black with #8881DB
Text Example
Text Example
White with #8881DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8881DB; }
p { color: rgb(136,129,219); }
H1.HeaderClassName
{
color: #8881DB;
}
.AnyTagClassName
{
color: #8881DB;
}
</style>
background-color css
<style>
a { background-color: #8881DB; }
a { background-color: rgb(136,129,219); }
div.DivClassName
{
background-color: #8881DB;
}
.BgClassName
{
background-color: #8881DB;
}
</style>
border-color css
<style>
span { border-color: #8881DB; }
span { border-color: rgb(136,129,219); }
td.TdClassName
{
border-color: #8881DB;
}
.TagClassName
{
border-color: #8881DB;
}
</style>