Shades of Moody Blue #8785D9
Tints of Moody Blue #8785D9
RGB
CMYK
RGB Variations
Color information
#8785D9 (or 0x8785D9) is known color: Moody Blue. HEX triplet: 87, 85 and D9. RGB value is (135,133,217). Sum of RGB (Red+Green+Blue) = 135+133+217=485 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.84% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 217 - color contains mainly: blue. Hex color #8785D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8785D9 is #787A26. Grayscale: #8E8E8E. Windows color (decimal): -7895591 or 14255495. OLE color: 14255495.
HSL color Cylindrical-coordinate representation of color #8785D9: hue angle of 241.43º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8785D9 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 133 | 217 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.15 |
| HSL | 241.43º | 0.53% | 0.69% | - |
| HSV(B) | 241.43º | 0.39% | 0.85% | - |
| XYZ | 30.9 | 26.94 | 69.22 | - |
| YUV | 143.17 | 169.66 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 133 | 217 | 0.38 | 0.39 | 0 | 0.15 | 241.43 | 0.53 | 0.69 |
| Hex | 87 | 85 | D9 | 26 | 27 | 0 | F | F1 | 34 | 45 |
| Octal | 207 | 205 | 331 | 46 | 47 | 0 | 17 | 361 | 64 | 105 |
| Binary | 10000111 | 10000101 | 11011001 | 100110 | 100111 | 0 | 1111 | 11110001 | 110100 | 1000101 |
Color Harmonies of #8785D9
Complementary color
Monochromatic Colors of #8785D9
Black with #8785D9
Text Example
Text Example
White with #8785D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8785D9; }
p { color: rgb(135,133,217); }
H1.HeaderClassName
{
color: #8785D9;
}
.AnyTagClassName
{
color: #8785D9;
}
</style>
background-color css
<style>
a { background-color: #8785D9; }
a { background-color: rgb(135,133,217); }
div.DivClassName
{
background-color: #8785D9;
}
.BgClassName
{
background-color: #8785D9;
}
</style>
border-color css
<style>
span { border-color: #8785D9; }
span { border-color: rgb(135,133,217); }
td.TdClassName
{
border-color: #8785D9;
}
.TagClassName
{
border-color: #8785D9;
}
</style>