Shades of Moody Blue #8780E0
Tints of Moody Blue #8780E0
RGB
CMYK
RGB Variations
Color information
#8780E0 (or 0x8780E0) is known color: Moody Blue. HEX triplet: 87, 80 and E0. RGB value is (135,128,224). Sum of RGB (Red+Green+Blue) = 135+128+224=487 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.72% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 224 (87.89% from 255 or 46.00% from 487); Max value from RGB is 224 - color contains mainly: blue. Hex color #8780E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8780E0 is #787F1F. Grayscale: #8C8C8C. Windows color (decimal): -7896864 or 14712967. OLE color: 14712967.
HSL color Cylindrical-coordinate representation of color #8780E0: hue angle of 244.37º 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 #8780E0 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 128 | 224 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.12 |
| HSL | 244.38º | 0.61% | 0.69% | - |
| HSV(B) | 244.38º | 0.43% | 0.88% | - |
| XYZ | 31.17 | 25.97 | 73.89 | - |
| YUV | 141.04 | 174.82 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 128 | 224 | 0.40 | 0.43 | 0 | 0.12 | 244.38 | 0.61 | 0.69 |
| Hex | 87 | 80 | E0 | 28 | 2B | 0 | C | F4 | 3D | 45 |
| Octal | 207 | 200 | 340 | 50 | 53 | 0 | 14 | 364 | 75 | 105 |
| Binary | 10000111 | 10000000 | 11100000 | 101000 | 101011 | 0 | 1100 | 11110100 | 111101 | 1000101 |
Color Harmonies of #8780E0
Complementary color
Monochromatic Colors of #8780E0
Black with #8780E0
Text Example
Text Example
White with #8780E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8780E0; }
p { color: rgb(135,128,224); }
H1.HeaderClassName
{
color: #8780E0;
}
.AnyTagClassName
{
color: #8780E0;
}
</style>
background-color css
<style>
a { background-color: #8780E0; }
a { background-color: rgb(135,128,224); }
div.DivClassName
{
background-color: #8780E0;
}
.BgClassName
{
background-color: #8780E0;
}
</style>
border-color css
<style>
span { border-color: #8780E0; }
span { border-color: rgb(135,128,224); }
td.TdClassName
{
border-color: #8780E0;
}
.TagClassName
{
border-color: #8780E0;
}
</style>