Shades of Moody Blue #8882DC
Tints of Moody Blue #8882DC
RGB
CMYK
RGB Variations
Color information
#8882DC (or 0x8882DC) is known color: Moody Blue. HEX triplet: 88, 82 and DC. RGB value is (136,130,220). Sum of RGB (Red+Green+Blue) = 136+130+220=486 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.98% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #8882DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8882DC is #777D23. Grayscale: #8D8D8D. Windows color (decimal): -7830820 or 14451336. OLE color: 14451336.
HSL color Cylindrical-coordinate representation of color #8882DC: hue angle of 244º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8882DC is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 130 | 220 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.14 |
| HSL | 244º | 0.56% | 0.69% | - |
| HSV(B) | 244º | 0.41% | 0.86% | - |
| XYZ | 31.05 | 26.37 | 71.16 | - |
| YUV | 142.05 | 171.99 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 130 | 220 | 0.38 | 0.41 | 0 | 0.14 | 244 | 0.56 | 0.69 |
| Hex | 88 | 82 | DC | 26 | 29 | 0 | E | F4 | 38 | 45 |
| Octal | 210 | 202 | 334 | 46 | 51 | 0 | 16 | 364 | 70 | 105 |
| Binary | 10001000 | 10000010 | 11011100 | 100110 | 101001 | 0 | 1110 | 11110100 | 111000 | 1000101 |
Color Harmonies of #8882DC
Complementary color
Monochromatic Colors of #8882DC
Black with #8882DC
Text Example
Text Example
White with #8882DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8882DC; }
p { color: rgb(136,130,220); }
H1.HeaderClassName
{
color: #8882DC;
}
.AnyTagClassName
{
color: #8882DC;
}
</style>
background-color css
<style>
a { background-color: #8882DC; }
a { background-color: rgb(136,130,220); }
div.DivClassName
{
background-color: #8882DC;
}
.BgClassName
{
background-color: #8882DC;
}
</style>
border-color css
<style>
span { border-color: #8882DC; }
span { border-color: rgb(136,130,220); }
td.TdClassName
{
border-color: #8882DC;
}
.TagClassName
{
border-color: #8882DC;
}
</style>