Shades of Moody Blue #8780DC
Tints of Moody Blue #8780DC
RGB
CMYK
RGB Variations
Color information
#8780DC (or 0x8780DC) is known color: Moody Blue. HEX triplet: 87, 80 and DC. RGB value is (135,128,220). Sum of RGB (Red+Green+Blue) = 135+128+220=483 (63% of max value = 765). Red value is 135 (53.12% from 255 or 27.95% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #8780DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8780DC is #787F23. Grayscale: #8C8C8C. Windows color (decimal): -7896868 or 14450823. OLE color: 14450823.
HSL color Cylindrical-coordinate representation of color #8780DC: hue angle of 244.57º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8780DC is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 128 | 220 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.14 |
| HSL | 244.57º | 0.57% | 0.68% | - |
| HSV(B) | 244.57º | 0.42% | 0.86% | - |
| XYZ | 30.63 | 25.76 | 71.07 | - |
| YUV | 140.58 | 172.82 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 128 | 220 | 0.39 | 0.42 | 0 | 0.14 | 244.57 | 0.57 | 0.68 |
| Hex | 87 | 80 | DC | 27 | 2A | 0 | E | F5 | 39 | 44 |
| Octal | 207 | 200 | 334 | 47 | 52 | 0 | 16 | 365 | 71 | 104 |
| Binary | 10000111 | 10000000 | 11011100 | 100111 | 101010 | 0 | 1110 | 11110101 | 111001 | 1000100 |
Color Harmonies of #8780DC
Complementary color
Monochromatic Colors of #8780DC
Black with #8780DC
Text Example
Text Example
White with #8780DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8780DC; }
p { color: rgb(135,128,220); }
H1.HeaderClassName
{
color: #8780DC;
}
.AnyTagClassName
{
color: #8780DC;
}
</style>
background-color css
<style>
a { background-color: #8780DC; }
a { background-color: rgb(135,128,220); }
div.DivClassName
{
background-color: #8780DC;
}
.BgClassName
{
background-color: #8780DC;
}
</style>
border-color css
<style>
span { border-color: #8780DC; }
span { border-color: rgb(135,128,220); }
td.TdClassName
{
border-color: #8780DC;
}
.TagClassName
{
border-color: #8780DC;
}
</style>