Shades of Moody Blue #8782B9
Tints of Moody Blue #8782B9
RGB
CMYK
RGB Variations
Color information
#8782B9 (or 0x8782B9) is known color: Moody Blue. HEX triplet: 87, 82 and B9. RGB value is (135,130,185). Sum of RGB (Red+Green+Blue) = 135+130+185=450 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 185 (72.66% from 255 or 41.11% from 450); Max value from RGB is 185 - color contains mainly: blue. Hex color #8782B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8782B9 is #787D46. Grayscale: #898989. Windows color (decimal): -7896391 or 12157575. OLE color: 12157575.
HSL color Cylindrical-coordinate representation of color #8782B9: hue angle of 245.45º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8782B9 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 130 | 185 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.27 |
| HSL | 245.45º | 0.28% | 0.62% | - |
| HSV(B) | 245.45º | 0.3% | 0.73% | - |
| XYZ | 26.73 | 24.62 | 49.24 | - |
| YUV | 137.77 | 154.66 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 130 | 185 | 0.27 | 0.30 | 0 | 0.27 | 245.45 | 0.28 | 0.62 |
| Hex | 87 | 82 | B9 | 1B | 1E | 0 | 1B | F5 | 1C | 3E |
| Octal | 207 | 202 | 271 | 33 | 36 | 0 | 33 | 365 | 34 | 76 |
| Binary | 10000111 | 10000010 | 10111001 | 11011 | 11110 | 0 | 11011 | 11110101 | 11100 | 111110 |
Color Harmonies of #8782B9
Complementary color
Monochromatic Colors of #8782B9
Black with #8782B9
Text Example
Text Example
White with #8782B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8782B9; }
p { color: rgb(135,130,185); }
H1.HeaderClassName
{
color: #8782B9;
}
.AnyTagClassName
{
color: #8782B9;
}
</style>
background-color css
<style>
a { background-color: #8782B9; }
a { background-color: rgb(135,130,185); }
div.DivClassName
{
background-color: #8782B9;
}
.BgClassName
{
background-color: #8782B9;
}
</style>
border-color css
<style>
span { border-color: #8782B9; }
span { border-color: rgb(135,130,185); }
td.TdClassName
{
border-color: #8782B9;
}
.TagClassName
{
border-color: #8782B9;
}
</style>