Shades of Moody Blue #867AB9
Tints of Moody Blue #867AB9
RGB
CMYK
RGB Variations
Color information
#867AB9 (or 0x867AB9) is known color: Moody Blue. HEX triplet: 86, 7A and B9. RGB value is (134,122,185). Sum of RGB (Red+Green+Blue) = 134+122+185=441 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.39% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 185 - color contains mainly: blue. Hex color #867AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867AB9 is #798546. Grayscale: #848484. Windows color (decimal): -7963975 or 12155526. OLE color: 12155526.
HSL color Cylindrical-coordinate representation of color #867AB9: hue angle of 251.43º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #867AB9 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 122 | 185 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.27 |
| HSL | 251.43º | 0.31% | 0.6% | - |
| HSV(B) | 251.43º | 0.34% | 0.73% | - |
| XYZ | 25.55 | 22.49 | 48.89 | - |
| YUV | 132.77 | 157.48 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 122 | 185 | 0.28 | 0.34 | 0 | 0.27 | 251.43 | 0.31 | 0.6 |
| Hex | 86 | 7A | B9 | 1C | 22 | 0 | 1B | FB | 1F | 3C |
| Octal | 206 | 172 | 271 | 34 | 42 | 0 | 33 | 373 | 37 | 74 |
| Binary | 10000110 | 1111010 | 10111001 | 11100 | 100010 | 0 | 11011 | 11111011 | 11111 | 111100 |
Color Harmonies of #867AB9
Complementary color
Monochromatic Colors of #867AB9
Black with #867AB9
Text Example
Text Example
White with #867AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867AB9; }
p { color: rgb(134,122,185); }
H1.HeaderClassName
{
color: #867AB9;
}
.AnyTagClassName
{
color: #867AB9;
}
</style>
background-color css
<style>
a { background-color: #867AB9; }
a { background-color: rgb(134,122,185); }
div.DivClassName
{
background-color: #867AB9;
}
.BgClassName
{
background-color: #867AB9;
}
</style>
border-color css
<style>
span { border-color: #867AB9; }
span { border-color: rgb(134,122,185); }
td.TdClassName
{
border-color: #867AB9;
}
.TagClassName
{
border-color: #867AB9;
}
</style>