Shades of Moody Blue #8878D9
Tints of Moody Blue #8878D9
RGB
CMYK
RGB Variations
Color information
#8878D9 (or 0x8878D9) is known color: Moody Blue. HEX triplet: 88, 78 and D9. RGB value is (136,120,217). Sum of RGB (Red+Green+Blue) = 136+120+217=473 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.75% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 217 (85.16% from 255 or 45.88% from 473); Max value from RGB is 217 - color contains mainly: blue. Hex color #8878D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8878D9 is #778726. Grayscale: #878787. Windows color (decimal): -7833383 or 14252168. OLE color: 14252168.
HSL color Cylindrical-coordinate representation of color #8878D9: hue angle of 249.9º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8878D9 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 120 | 217 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.15 |
| HSL | 249.9º | 0.56% | 0.66% | - |
| HSV(B) | 249.9º | 0.45% | 0.85% | - |
| XYZ | 29.39 | 23.68 | 68.67 | - |
| YUV | 135.84 | 173.8 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 120 | 217 | 0.37 | 0.45 | 0 | 0.15 | 249.9 | 0.56 | 0.66 |
| Hex | 88 | 78 | D9 | 25 | 2D | 0 | F | FA | 38 | 42 |
| Octal | 210 | 170 | 331 | 45 | 55 | 0 | 17 | 372 | 70 | 102 |
| Binary | 10001000 | 1111000 | 11011001 | 100101 | 101101 | 0 | 1111 | 11111010 | 111000 | 1000010 |
Color Harmonies of #8878D9
Complementary color
Monochromatic Colors of #8878D9
Black with #8878D9
Text Example
Text Example
White with #8878D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8878D9; }
p { color: rgb(136,120,217); }
H1.HeaderClassName
{
color: #8878D9;
}
.AnyTagClassName
{
color: #8878D9;
}
</style>
background-color css
<style>
a { background-color: #8878D9; }
a { background-color: rgb(136,120,217); }
div.DivClassName
{
background-color: #8878D9;
}
.BgClassName
{
background-color: #8878D9;
}
</style>
border-color css
<style>
span { border-color: #8878D9; }
span { border-color: rgb(136,120,217); }
td.TdClassName
{
border-color: #8878D9;
}
.TagClassName
{
border-color: #8878D9;
}
</style>