Shades of Moody Blue #8781D9
Tints of Moody Blue #8781D9
RGB
CMYK
RGB Variations
Color information
#8781D9 (or 0x8781D9) is known color: Moody Blue. HEX triplet: 87, 81 and D9. RGB value is (135,129,217). Sum of RGB (Red+Green+Blue) = 135+129+217=481 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.07% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 217 - color contains mainly: blue. Hex color #8781D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8781D9 is #787E26. Grayscale: #8C8C8C. Windows color (decimal): -7896615 or 14254471. OLE color: 14254471.
HSL color Cylindrical-coordinate representation of color #8781D9: hue angle of 244.09º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8781D9 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 129 | 217 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.15 |
| HSL | 244.09º | 0.54% | 0.68% | - |
| HSV(B) | 244.09º | 0.41% | 0.85% | - |
| XYZ | 30.37 | 25.86 | 69.04 | - |
| YUV | 140.83 | 170.99 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 217 | 0.38 | 0.41 | 0 | 0.15 | 244.09 | 0.54 | 0.68 |
| Hex | 87 | 81 | D9 | 26 | 29 | 0 | F | F4 | 36 | 44 |
| Octal | 207 | 201 | 331 | 46 | 51 | 0 | 17 | 364 | 66 | 104 |
| Binary | 10000111 | 10000001 | 11011001 | 100110 | 101001 | 0 | 1111 | 11110100 | 110110 | 1000100 |
Color Harmonies of #8781D9
Complementary color
Monochromatic Colors of #8781D9
Black with #8781D9
Text Example
Text Example
White with #8781D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8781D9; }
p { color: rgb(135,129,217); }
H1.HeaderClassName
{
color: #8781D9;
}
.AnyTagClassName
{
color: #8781D9;
}
</style>
background-color css
<style>
a { background-color: #8781D9; }
a { background-color: rgb(135,129,217); }
div.DivClassName
{
background-color: #8781D9;
}
.BgClassName
{
background-color: #8781D9;
}
</style>
border-color css
<style>
span { border-color: #8781D9; }
span { border-color: rgb(135,129,217); }
td.TdClassName
{
border-color: #8781D9;
}
.TagClassName
{
border-color: #8781D9;
}
</style>