Shades of Moody Blue #8879B7
Tints of Moody Blue #8879B7
RGB
CMYK
RGB Variations
Color information
#8879B7 (or 0x8879B7) is known color: Moody Blue. HEX triplet: 88, 79 and B7. RGB value is (136,121,183). Sum of RGB (Red+Green+Blue) = 136+121+183=440 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.91% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 183 - color contains mainly: blue. Hex color #8879B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8879B7 is #778648. Grayscale: #848484. Windows color (decimal): -7833161 or 12024200. OLE color: 12024200.
HSL color Cylindrical-coordinate representation of color #8879B7: hue angle of 254.52º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8879B7 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 136 | 121 | 183 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.28 |
| HSL | 254.52º | 0.3% | 0.6% | - |
| HSV(B) | 254.52º | 0.34% | 0.72% | - |
| XYZ | 25.54 | 22.33 | 47.76 | - |
| YUV | 132.55 | 156.47 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 121 | 183 | 0.26 | 0.34 | 0 | 0.28 | 254.52 | 0.3 | 0.6 |
| Hex | 88 | 79 | B7 | 1A | 22 | 0 | 1C | FF | 1E | 3C |
| Octal | 210 | 171 | 267 | 32 | 42 | 0 | 34 | 377 | 36 | 74 |
| Binary | 10001000 | 1111001 | 10110111 | 11010 | 100010 | 0 | 11100 | 11111111 | 11110 | 111100 |
Color Harmonies of #8879B7
Complementary color
Monochromatic Colors of #8879B7
Black with #8879B7
Text Example
Text Example
White with #8879B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8879B7; }
p { color: rgb(136,121,183); }
H1.HeaderClassName
{
color: #8879B7;
}
.AnyTagClassName
{
color: #8879B7;
}
</style>
background-color css
<style>
a { background-color: #8879B7; }
a { background-color: rgb(136,121,183); }
div.DivClassName
{
background-color: #8879B7;
}
.BgClassName
{
background-color: #8879B7;
}
</style>
border-color css
<style>
span { border-color: #8879B7; }
span { border-color: rgb(136,121,183); }
td.TdClassName
{
border-color: #8879B7;
}
.TagClassName
{
border-color: #8879B7;
}
</style>