Shades of Moody Blue #8878BD
Tints of Moody Blue #8878BD
RGB
CMYK
RGB Variations
Color information
#8878BD (or 0x8878BD) is known color: Moody Blue. HEX triplet: 88, 78 and BD. RGB value is (136,120,189). Sum of RGB (Red+Green+Blue) = 136+120+189=445 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.56% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #8878BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8878BD is #778742. Grayscale: #848484. Windows color (decimal): -7833411 or 12417160. OLE color: 12417160.
HSL color Cylindrical-coordinate representation of color #8878BD: hue angle of 253.91º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8878BD is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 120 | 189 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.26 |
| HSL | 253.91º | 0.34% | 0.61% | - |
| HSV(B) | 253.91º | 0.37% | 0.74% | - |
| XYZ | 26.06 | 22.34 | 51.08 | - |
| YUV | 132.65 | 159.8 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 120 | 189 | 0.28 | 0.37 | 0 | 0.26 | 253.91 | 0.34 | 0.61 |
| Hex | 88 | 78 | BD | 1C | 25 | 0 | 1A | FE | 22 | 3D |
| Octal | 210 | 170 | 275 | 34 | 45 | 0 | 32 | 376 | 42 | 75 |
| Binary | 10001000 | 1111000 | 10111101 | 11100 | 100101 | 0 | 11010 | 11111110 | 100010 | 111101 |
Color Harmonies of #8878BD
Complementary color
Monochromatic Colors of #8878BD
Black with #8878BD
Text Example
Text Example
White with #8878BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8878BD; }
p { color: rgb(136,120,189); }
H1.HeaderClassName
{
color: #8878BD;
}
.AnyTagClassName
{
color: #8878BD;
}
</style>
background-color css
<style>
a { background-color: #8878BD; }
a { background-color: rgb(136,120,189); }
div.DivClassName
{
background-color: #8878BD;
}
.BgClassName
{
background-color: #8878BD;
}
</style>
border-color css
<style>
span { border-color: #8878BD; }
span { border-color: rgb(136,120,189); }
td.TdClassName
{
border-color: #8878BD;
}
.TagClassName
{
border-color: #8878BD;
}
</style>