Shades of Moody Blue #8880CB
Tints of Moody Blue #8880CB
RGB
CMYK
RGB Variations
Color information
#8880CB (or 0x8880CB) is known color: Moody Blue. HEX triplet: 88, 80 and CB. RGB value is (136,128,203). Sum of RGB (Red+Green+Blue) = 136+128+203=467 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.12% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #8880CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8880CB is #777F34. Grayscale: #8A8A8A. Windows color (decimal): -7831349 or 13336712. OLE color: 13336712.
HSL color Cylindrical-coordinate representation of color #8880CB: hue angle of 246.4º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8880CB is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 128 | 203 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.20 |
| HSL | 246.4º | 0.42% | 0.65% | - |
| HSV(B) | 246.4º | 0.37% | 0.8% | - |
| XYZ | 28.65 | 24.98 | 59.81 | - |
| YUV | 138.94 | 164.15 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 203 | 0.33 | 0.37 | 0 | 0.20 | 246.4 | 0.42 | 0.65 |
| Hex | 88 | 80 | CB | 21 | 25 | 0 | 14 | F6 | 2A | 41 |
| Octal | 210 | 200 | 313 | 41 | 45 | 0 | 24 | 366 | 52 | 101 |
| Binary | 10001000 | 10000000 | 11001011 | 100001 | 100101 | 0 | 10100 | 11110110 | 101010 | 1000001 |
Color Harmonies of #8880CB
Complementary color
Monochromatic Colors of #8880CB
Black with #8880CB
Text Example
Text Example
White with #8880CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8880CB; }
p { color: rgb(136,128,203); }
H1.HeaderClassName
{
color: #8880CB;
}
.AnyTagClassName
{
color: #8880CB;
}
</style>
background-color css
<style>
a { background-color: #8880CB; }
a { background-color: rgb(136,128,203); }
div.DivClassName
{
background-color: #8880CB;
}
.BgClassName
{
background-color: #8880CB;
}
</style>
border-color css
<style>
span { border-color: #8880CB; }
span { border-color: rgb(136,128,203); }
td.TdClassName
{
border-color: #8880CB;
}
.TagClassName
{
border-color: #8880CB;
}
</style>