Shades of Moody Blue #8782DB
Tints of Moody Blue #8782DB
RGB
CMYK
RGB Variations
Color information
#8782DB (or 0x8782DB) is known color: Moody Blue. HEX triplet: 87, 82 and DB. RGB value is (135,130,219). Sum of RGB (Red+Green+Blue) = 135+130+219=484 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.89% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #8782DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8782DB is #787D24. Grayscale: #8D8D8D. Windows color (decimal): -7896357 or 14385799. OLE color: 14385799.
HSL color Cylindrical-coordinate representation of color #8782DB: hue angle of 243.37º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8782DB is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 130 | 219 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.14 |
| HSL | 243.37º | 0.55% | 0.68% | - |
| HSV(B) | 243.37º | 0.41% | 0.86% | - |
| XYZ | 30.76 | 26.23 | 70.46 | - |
| YUV | 141.64 | 171.66 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 130 | 219 | 0.38 | 0.41 | 0 | 0.14 | 243.37 | 0.55 | 0.68 |
| Hex | 87 | 82 | DB | 26 | 29 | 0 | E | F3 | 37 | 44 |
| Octal | 207 | 202 | 333 | 46 | 51 | 0 | 16 | 363 | 67 | 104 |
| Binary | 10000111 | 10000010 | 11011011 | 100110 | 101001 | 0 | 1110 | 11110011 | 110111 | 1000100 |
Color Harmonies of #8782DB
Complementary color
Monochromatic Colors of #8782DB
Black with #8782DB
Text Example
Text Example
White with #8782DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8782DB; }
p { color: rgb(135,130,219); }
H1.HeaderClassName
{
color: #8782DB;
}
.AnyTagClassName
{
color: #8782DB;
}
</style>
background-color css
<style>
a { background-color: #8782DB; }
a { background-color: rgb(135,130,219); }
div.DivClassName
{
background-color: #8782DB;
}
.BgClassName
{
background-color: #8782DB;
}
</style>
border-color css
<style>
span { border-color: #8782DB; }
span { border-color: rgb(135,130,219); }
td.TdClassName
{
border-color: #8782DB;
}
.TagClassName
{
border-color: #8782DB;
}
</style>