Shades of Moody Blue #8880DA
Tints of Moody Blue #8880DA
RGB
CMYK
RGB Variations
Color information
#8880DA (or 0x8880DA) is known color: Moody Blue. HEX triplet: 88, 80 and DA. RGB value is (136,128,218). Sum of RGB (Red+Green+Blue) = 136+128+218=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #8880DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8880DA is #777F25. Grayscale: #8C8C8C. Windows color (decimal): -7831334 or 14319752. OLE color: 14319752.
HSL color Cylindrical-coordinate representation of color #8880DA: hue angle of 245.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8880DA is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 128 | 218 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.15 |
| HSL | 245.33º | 0.55% | 0.68% | - |
| HSV(B) | 245.33º | 0.41% | 0.85% | - |
| XYZ | 30.53 | 25.73 | 69.69 | - |
| YUV | 140.65 | 171.65 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 218 | 0.38 | 0.41 | 0 | 0.15 | 245.33 | 0.55 | 0.68 |
| Hex | 88 | 80 | DA | 26 | 29 | 0 | F | F5 | 37 | 44 |
| Octal | 210 | 200 | 332 | 46 | 51 | 0 | 17 | 365 | 67 | 104 |
| Binary | 10001000 | 10000000 | 11011010 | 100110 | 101001 | 0 | 1111 | 11110101 | 110111 | 1000100 |
Color Harmonies of #8880DA
Complementary color
Monochromatic Colors of #8880DA
Black with #8880DA
Text Example
Text Example
White with #8880DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8880DA; }
p { color: rgb(136,128,218); }
H1.HeaderClassName
{
color: #8880DA;
}
.AnyTagClassName
{
color: #8880DA;
}
</style>
background-color css
<style>
a { background-color: #8880DA; }
a { background-color: rgb(136,128,218); }
div.DivClassName
{
background-color: #8880DA;
}
.BgClassName
{
background-color: #8880DA;
}
</style>
border-color css
<style>
span { border-color: #8880DA; }
span { border-color: rgb(136,128,218); }
td.TdClassName
{
border-color: #8880DA;
}
.TagClassName
{
border-color: #8880DA;
}
</style>