Shades of Moody Blue #8880BD
Tints of Moody Blue #8880BD
RGB
CMYK
RGB Variations
Color information
#8880BD (or 0x8880BD) is known color: Moody Blue. HEX triplet: 88, 80 and BD. RGB value is (136,128,189). Sum of RGB (Red+Green+Blue) = 136+128+189=453 (60% of max value = 765). Red value is 136 (53.52% from 255 or 30.02% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #8880BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8880BD is #777F42. Grayscale: #898989. Windows color (decimal): -7831363 or 12419208. OLE color: 12419208.
HSL color Cylindrical-coordinate representation of color #8880BD: hue angle of 247.87º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8880BD is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 128 | 189 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.26 |
| HSL | 247.87º | 0.32% | 0.62% | - |
| HSV(B) | 247.87º | 0.32% | 0.74% | - |
| XYZ | 27.06 | 24.35 | 51.42 | - |
| YUV | 137.35 | 157.15 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 189 | 0.28 | 0.32 | 0 | 0.26 | 247.87 | 0.32 | 0.62 |
| Hex | 88 | 80 | BD | 1C | 20 | 0 | 1A | F8 | 20 | 3E |
| Octal | 210 | 200 | 275 | 34 | 40 | 0 | 32 | 370 | 40 | 76 |
| Binary | 10001000 | 10000000 | 10111101 | 11100 | 100000 | 0 | 11010 | 11111000 | 100000 | 111110 |
Color Harmonies of #8880BD
Complementary color
Monochromatic Colors of #8880BD
Black with #8880BD
Text Example
Text Example
White with #8880BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8880BD; }
p { color: rgb(136,128,189); }
H1.HeaderClassName
{
color: #8880BD;
}
.AnyTagClassName
{
color: #8880BD;
}
</style>
background-color css
<style>
a { background-color: #8880BD; }
a { background-color: rgb(136,128,189); }
div.DivClassName
{
background-color: #8880BD;
}
.BgClassName
{
background-color: #8880BD;
}
</style>
border-color css
<style>
span { border-color: #8880BD; }
span { border-color: rgb(136,128,189); }
td.TdClassName
{
border-color: #8880BD;
}
.TagClassName
{
border-color: #8880BD;
}
</style>