Shades of Moody Blue #8878BC
Tints of Moody Blue #8878BC
RGB
CMYK
RGB Variations
Color information
#8878BC (or 0x8878BC) is known color: Moody Blue. HEX triplet: 88, 78 and BC. RGB value is (136,120,188). Sum of RGB (Red+Green+Blue) = 136+120+188=444 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.63% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #8878BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8878BC is #778743. Grayscale: #848484. Windows color (decimal): -7833412 or 12351624. OLE color: 12351624.
HSL color Cylindrical-coordinate representation of color #8878BC: hue angle of 254.12º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8878BC is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 120 | 188 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.26 |
| HSL | 254.12º | 0.34% | 0.6% | - |
| HSV(B) | 254.12º | 0.36% | 0.74% | - |
| XYZ | 25.95 | 22.3 | 50.51 | - |
| YUV | 132.54 | 159.3 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 120 | 188 | 0.28 | 0.36 | 0 | 0.26 | 254.12 | 0.34 | 0.6 |
| Hex | 88 | 78 | BC | 1C | 24 | 0 | 1A | FE | 22 | 3C |
| Octal | 210 | 170 | 274 | 34 | 44 | 0 | 32 | 376 | 42 | 74 |
| Binary | 10001000 | 1111000 | 10111100 | 11100 | 100100 | 0 | 11010 | 11111110 | 100010 | 111100 |
Color Harmonies of #8878BC
Complementary color
Monochromatic Colors of #8878BC
Black with #8878BC
Text Example
Text Example
White with #8878BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8878BC; }
p { color: rgb(136,120,188); }
H1.HeaderClassName
{
color: #8878BC;
}
.AnyTagClassName
{
color: #8878BC;
}
</style>
background-color css
<style>
a { background-color: #8878BC; }
a { background-color: rgb(136,120,188); }
div.DivClassName
{
background-color: #8878BC;
}
.BgClassName
{
background-color: #8878BC;
}
</style>
border-color css
<style>
span { border-color: #8878BC; }
span { border-color: rgb(136,120,188); }
td.TdClassName
{
border-color: #8878BC;
}
.TagClassName
{
border-color: #8878BC;
}
</style>