Shades of Moody Blue #867DB9
Tints of Moody Blue #867DB9
RGB
CMYK
RGB Variations
Color information
#867DB9 (or 0x867DB9) is known color: Moody Blue. HEX triplet: 86, 7D and B9. RGB value is (134,125,185). Sum of RGB (Red+Green+Blue) = 134+125+185=444 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.18% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 185 - color contains mainly: blue. Hex color #867DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867DB9 is #798246. Grayscale: #868686. Windows color (decimal): -7963207 or 12156294. OLE color: 12156294.
HSL color Cylindrical-coordinate representation of color #867DB9: hue angle of 249º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #867DB9 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 125 | 185 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.27 |
| HSL | 249º | 0.3% | 0.61% | - |
| HSV(B) | 249º | 0.32% | 0.73% | - |
| XYZ | 25.92 | 23.24 | 49.02 | - |
| YUV | 134.53 | 156.48 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 125 | 185 | 0.28 | 0.32 | 0 | 0.27 | 249 | 0.3 | 0.61 |
| Hex | 86 | 7D | B9 | 1C | 20 | 0 | 1B | F9 | 1E | 3D |
| Octal | 206 | 175 | 271 | 34 | 40 | 0 | 33 | 371 | 36 | 75 |
| Binary | 10000110 | 1111101 | 10111001 | 11100 | 100000 | 0 | 11011 | 11111001 | 11110 | 111101 |
Color Harmonies of #867DB9
Complementary color
Monochromatic Colors of #867DB9
Black with #867DB9
Text Example
Text Example
White with #867DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867DB9; }
p { color: rgb(134,125,185); }
H1.HeaderClassName
{
color: #867DB9;
}
.AnyTagClassName
{
color: #867DB9;
}
</style>
background-color css
<style>
a { background-color: #867DB9; }
a { background-color: rgb(134,125,185); }
div.DivClassName
{
background-color: #867DB9;
}
.BgClassName
{
background-color: #867DB9;
}
</style>
border-color css
<style>
span { border-color: #867DB9; }
span { border-color: rgb(134,125,185); }
td.TdClassName
{
border-color: #867DB9;
}
.TagClassName
{
border-color: #867DB9;
}
</style>