Shades of Moody Blue #8880E0
Tints of Moody Blue #8880E0
RGB
CMYK
RGB Variations
Color information
#8880E0 (or 0x8880E0) is known color: Moody Blue. HEX triplet: 88, 80 and E0. RGB value is (136,128,224). Sum of RGB (Red+Green+Blue) = 136+128+224=488 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.87% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 224 (87.89% from 255 or 45.90% from 488); Max value from RGB is 224 - color contains mainly: blue. Hex color #8880E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8880E0 is #777F1F. Grayscale: #8C8C8C. Windows color (decimal): -7831328 or 14712968. OLE color: 14712968.
HSL color Cylindrical-coordinate representation of color #8880E0: hue angle of 245º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8880E0 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 128 | 224 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.12 |
| HSL | 245º | 0.61% | 0.69% | - |
| HSV(B) | 245º | 0.43% | 0.88% | - |
| XYZ | 31.33 | 26.05 | 73.9 | - |
| YUV | 141.34 | 174.65 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 224 | 0.39 | 0.43 | 0 | 0.12 | 245 | 0.61 | 0.69 |
| Hex | 88 | 80 | E0 | 27 | 2B | 0 | C | F5 | 3D | 45 |
| Octal | 210 | 200 | 340 | 47 | 53 | 0 | 14 | 365 | 75 | 105 |
| Binary | 10001000 | 10000000 | 11100000 | 100111 | 101011 | 0 | 1100 | 11110101 | 111101 | 1000101 |
Color Harmonies of #8880E0
Complementary color
Monochromatic Colors of #8880E0
Black with #8880E0
Text Example
Text Example
White with #8880E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8880E0; }
p { color: rgb(136,128,224); }
H1.HeaderClassName
{
color: #8880E0;
}
.AnyTagClassName
{
color: #8880E0;
}
</style>
background-color css
<style>
a { background-color: #8880E0; }
a { background-color: rgb(136,128,224); }
div.DivClassName
{
background-color: #8880E0;
}
.BgClassName
{
background-color: #8880E0;
}
</style>
border-color css
<style>
span { border-color: #8880E0; }
span { border-color: rgb(136,128,224); }
td.TdClassName
{
border-color: #8880E0;
}
.TagClassName
{
border-color: #8880E0;
}
</style>