Shades of Moody Blue #847AB9
Tints of Moody Blue #847AB9
RGB
CMYK
RGB Variations
Color information
#847AB9 (or 0x847AB9) is known color: Moody Blue. HEX triplet: 84, 7A and B9. RGB value is (132,122,185). Sum of RGB (Red+Green+Blue) = 132+122+185=439 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.07% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 185 (72.66% from 255 or 42.14% from 439); Max value from RGB is 185 - color contains mainly: blue. Hex color #847AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847AB9 is #7B8546. Grayscale: #838383. Windows color (decimal): -8095047 or 12155524. OLE color: 12155524.
HSL color Cylindrical-coordinate representation of color #847AB9: hue angle of 249.52º 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 #847AB9 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 122 | 185 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.27 |
| HSL | 249.52º | 0.31% | 0.6% | - |
| HSV(B) | 249.52º | 0.34% | 0.73% | - |
| XYZ | 25.23 | 22.33 | 48.88 | - |
| YUV | 132.17 | 157.81 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 122 | 185 | 0.29 | 0.34 | 0 | 0.27 | 249.52 | 0.31 | 0.6 |
| Hex | 84 | 7A | B9 | 1D | 22 | 0 | 1B | FA | 1F | 3C |
| Octal | 204 | 172 | 271 | 35 | 42 | 0 | 33 | 372 | 37 | 74 |
| Binary | 10000100 | 1111010 | 10111001 | 11101 | 100010 | 0 | 11011 | 11111010 | 11111 | 111100 |
Color Harmonies of #847AB9
Complementary color
Monochromatic Colors of #847AB9
Black with #847AB9
Text Example
Text Example
White with #847AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847AB9; }
p { color: rgb(132,122,185); }
H1.HeaderClassName
{
color: #847AB9;
}
.AnyTagClassName
{
color: #847AB9;
}
</style>
background-color css
<style>
a { background-color: #847AB9; }
a { background-color: rgb(132,122,185); }
div.DivClassName
{
background-color: #847AB9;
}
.BgClassName
{
background-color: #847AB9;
}
</style>
border-color css
<style>
span { border-color: #847AB9; }
span { border-color: rgb(132,122,185); }
td.TdClassName
{
border-color: #847AB9;
}
.TagClassName
{
border-color: #847AB9;
}
</style>