Shades of Moody Blue #8880BE
Tints of Moody Blue #8880BE
RGB
CMYK
RGB Variations
Color information
#8880BE (or 0x8880BE) is known color: Moody Blue. HEX triplet: 88, 80 and BE. RGB value is (136,128,190). Sum of RGB (Red+Green+Blue) = 136+128+190=454 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.96% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #8880BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8880BE is #777F41. Grayscale: #898989. Windows color (decimal): -7831362 or 12484744. OLE color: 12484744.
HSL color Cylindrical-coordinate representation of color #8880BE: hue angle of 247.74º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8880BE is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 128 | 190 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.25 |
| HSL | 247.74º | 0.32% | 0.62% | - |
| HSV(B) | 247.74º | 0.33% | 0.75% | - |
| XYZ | 27.17 | 24.39 | 51.99 | - |
| YUV | 137.46 | 157.65 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 190 | 0.28 | 0.33 | 0 | 0.25 | 247.74 | 0.32 | 0.62 |
| Hex | 88 | 80 | BE | 1C | 21 | 0 | 19 | F8 | 20 | 3E |
| Octal | 210 | 200 | 276 | 34 | 41 | 0 | 31 | 370 | 40 | 76 |
| Binary | 10001000 | 10000000 | 10111110 | 11100 | 100001 | 0 | 11001 | 11111000 | 100000 | 111110 |
Color Harmonies of #8880BE
Complementary color
Monochromatic Colors of #8880BE
Black with #8880BE
Text Example
Text Example
White with #8880BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8880BE; }
p { color: rgb(136,128,190); }
H1.HeaderClassName
{
color: #8880BE;
}
.AnyTagClassName
{
color: #8880BE;
}
</style>
background-color css
<style>
a { background-color: #8880BE; }
a { background-color: rgb(136,128,190); }
div.DivClassName
{
background-color: #8880BE;
}
.BgClassName
{
background-color: #8880BE;
}
</style>
border-color css
<style>
span { border-color: #8880BE; }
span { border-color: rgb(136,128,190); }
td.TdClassName
{
border-color: #8880BE;
}
.TagClassName
{
border-color: #8880BE;
}
</style>