Shades of Moody Blue #8780C0
Tints of Moody Blue #8780C0
RGB
CMYK
RGB Variations
Color information
#8780C0 (or 0x8780C0) is known color: Moody Blue. HEX triplet: 87, 80 and C0. RGB value is (135,128,192). Sum of RGB (Red+Green+Blue) = 135+128+192=455 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.67% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 192 - color contains mainly: blue. Hex color #8780C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8780C0 is #787F3F. Grayscale: #898989. Windows color (decimal): -7896896 or 12615815. OLE color: 12615815.
HSL color Cylindrical-coordinate representation of color #8780C0: hue angle of 246.56º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8780C0 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 128 | 192 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.25 |
| HSL | 246.56º | 0.34% | 0.63% | - |
| HSV(B) | 246.56º | 0.33% | 0.75% | - |
| XYZ | 27.23 | 24.4 | 53.14 | - |
| YUV | 137.39 | 158.82 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 128 | 192 | 0.30 | 0.33 | 0 | 0.25 | 246.56 | 0.34 | 0.63 |
| Hex | 87 | 80 | C0 | 1E | 21 | 0 | 19 | F7 | 22 | 3F |
| Octal | 207 | 200 | 300 | 36 | 41 | 0 | 31 | 367 | 42 | 77 |
| Binary | 10000111 | 10000000 | 11000000 | 11110 | 100001 | 0 | 11001 | 11110111 | 100010 | 111111 |
Color Harmonies of #8780C0
Complementary color
Monochromatic Colors of #8780C0
Black with #8780C0
Text Example
Text Example
White with #8780C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8780C0; }
p { color: rgb(135,128,192); }
H1.HeaderClassName
{
color: #8780C0;
}
.AnyTagClassName
{
color: #8780C0;
}
</style>
background-color css
<style>
a { background-color: #8780C0; }
a { background-color: rgb(135,128,192); }
div.DivClassName
{
background-color: #8780C0;
}
.BgClassName
{
background-color: #8780C0;
}
</style>
border-color css
<style>
span { border-color: #8780C0; }
span { border-color: rgb(135,128,192); }
td.TdClassName
{
border-color: #8780C0;
}
.TagClassName
{
border-color: #8780C0;
}
</style>