Shades of Moody Blue #8780C6
Tints of Moody Blue #8780C6
RGB
CMYK
RGB Variations
Color information
#8780C6 (or 0x8780C6) is known color: Moody Blue. HEX triplet: 87, 80 and C6. RGB value is (135,128,198). Sum of RGB (Red+Green+Blue) = 135+128+198=461 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.28% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 198 - color contains mainly: blue. Hex color #8780C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8780C6 is #787F39. Grayscale: #898989. Windows color (decimal): -7896890 or 13009031. OLE color: 13009031.
HSL color Cylindrical-coordinate representation of color #8780C6: hue angle of 246º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8780C6 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 135 | 128 | 198 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.22 |
| HSL | 246º | 0.38% | 0.64% | - |
| HSV(B) | 246º | 0.35% | 0.78% | - |
| XYZ | 27.9 | 24.67 | 56.72 | - |
| YUV | 138.07 | 161.82 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 128 | 198 | 0.32 | 0.35 | 0 | 0.22 | 246 | 0.38 | 0.64 |
| Hex | 87 | 80 | C6 | 20 | 23 | 0 | 16 | F6 | 26 | 40 |
| Octal | 207 | 200 | 306 | 40 | 43 | 0 | 26 | 366 | 46 | 100 |
| Binary | 10000111 | 10000000 | 11000110 | 100000 | 100011 | 0 | 10110 | 11110110 | 100110 | 1000000 |
Color Harmonies of #8780C6
Complementary color
Monochromatic Colors of #8780C6
Black with #8780C6
Text Example
Text Example
White with #8780C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8780C6; }
p { color: rgb(135,128,198); }
H1.HeaderClassName
{
color: #8780C6;
}
.AnyTagClassName
{
color: #8780C6;
}
</style>
background-color css
<style>
a { background-color: #8780C6; }
a { background-color: rgb(135,128,198); }
div.DivClassName
{
background-color: #8780C6;
}
.BgClassName
{
background-color: #8780C6;
}
</style>
border-color css
<style>
span { border-color: #8780C6; }
span { border-color: rgb(135,128,198); }
td.TdClassName
{
border-color: #8780C6;
}
.TagClassName
{
border-color: #8780C6;
}
</style>