Shades of Moody Blue #8880DF
Tints of Moody Blue #8880DF
RGB
CMYK
RGB Variations
Color information
#8880DF (or 0x8880DF) is known color: Moody Blue. HEX triplet: 88, 80 and DF. RGB value is (136,128,223). Sum of RGB (Red+Green+Blue) = 136+128+223=487 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.93% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #8880DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8880DF is #777F20. Grayscale: #8C8C8C. Windows color (decimal): -7831329 or 14647432. OLE color: 14647432.
HSL color Cylindrical-coordinate representation of color #8880DF: hue angle of 245.05º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8880DF is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 128 | 223 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.13 |
| HSL | 245.05º | 0.6% | 0.69% | - |
| HSV(B) | 245.05º | 0.43% | 0.87% | - |
| XYZ | 31.19 | 26 | 73.19 | - |
| YUV | 141.22 | 174.15 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 223 | 0.39 | 0.43 | 0 | 0.13 | 245.05 | 0.6 | 0.69 |
| Hex | 88 | 80 | DF | 27 | 2B | 0 | D | F5 | 3C | 45 |
| Octal | 210 | 200 | 337 | 47 | 53 | 0 | 15 | 365 | 74 | 105 |
| Binary | 10001000 | 10000000 | 11011111 | 100111 | 101011 | 0 | 1101 | 11110101 | 111100 | 1000101 |
Color Harmonies of #8880DF
Complementary color
Monochromatic Colors of #8880DF
Black with #8880DF
Text Example
Text Example
White with #8880DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8880DF; }
p { color: rgb(136,128,223); }
H1.HeaderClassName
{
color: #8880DF;
}
.AnyTagClassName
{
color: #8880DF;
}
</style>
background-color css
<style>
a { background-color: #8880DF; }
a { background-color: rgb(136,128,223); }
div.DivClassName
{
background-color: #8880DF;
}
.BgClassName
{
background-color: #8880DF;
}
</style>
border-color css
<style>
span { border-color: #8880DF; }
span { border-color: rgb(136,128,223); }
td.TdClassName
{
border-color: #8880DF;
}
.TagClassName
{
border-color: #8880DF;
}
</style>