Shades of Moody Blue #8780BD
Tints of Moody Blue #8780BD
RGB
CMYK
RGB Variations
Color information
#8780BD (or 0x8780BD) is known color: Moody Blue. HEX triplet: 87, 80 and BD. RGB value is (135,128,189). Sum of RGB (Red+Green+Blue) = 135+128+189=452 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.87% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #8780BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8780BD is #787F42. Grayscale: #888888. Windows color (decimal): -7896899 or 12419207. OLE color: 12419207.
HSL color Cylindrical-coordinate representation of color #8780BD: hue angle of 246.89º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8780BD is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 128 | 189 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.26 |
| HSL | 246.89º | 0.32% | 0.62% | - |
| HSV(B) | 246.89º | 0.32% | 0.74% | - |
| XYZ | 26.9 | 24.26 | 51.41 | - |
| YUV | 137.05 | 157.32 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 128 | 189 | 0.29 | 0.32 | 0 | 0.26 | 246.89 | 0.32 | 0.62 |
| Hex | 87 | 80 | BD | 1D | 20 | 0 | 1A | F7 | 20 | 3E |
| Octal | 207 | 200 | 275 | 35 | 40 | 0 | 32 | 367 | 40 | 76 |
| Binary | 10000111 | 10000000 | 10111101 | 11101 | 100000 | 0 | 11010 | 11110111 | 100000 | 111110 |
Color Harmonies of #8780BD
Complementary color
Monochromatic Colors of #8780BD
Black with #8780BD
Text Example
Text Example
White with #8780BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8780BD; }
p { color: rgb(135,128,189); }
H1.HeaderClassName
{
color: #8780BD;
}
.AnyTagClassName
{
color: #8780BD;
}
</style>
background-color css
<style>
a { background-color: #8780BD; }
a { background-color: rgb(135,128,189); }
div.DivClassName
{
background-color: #8780BD;
}
.BgClassName
{
background-color: #8780BD;
}
</style>
border-color css
<style>
span { border-color: #8780BD; }
span { border-color: rgb(135,128,189); }
td.TdClassName
{
border-color: #8780BD;
}
.TagClassName
{
border-color: #8780BD;
}
</style>