Shades of Moody Blue #847DD8
Tints of Moody Blue #847DD8
RGB
CMYK
RGB Variations
Color information
#847DD8 (or 0x847DD8) is known color: Moody Blue. HEX triplet: 84, 7D and D8. RGB value is (132,125,216). Sum of RGB (Red+Green+Blue) = 132+125+216=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 216 (84.77% from 255 or 45.67% from 473); Max value from RGB is 216 - color contains mainly: blue. Hex color #847DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847DD8 is #7B8227. Grayscale: #898989. Windows color (decimal): -8094248 or 14187908. OLE color: 14187908.
HSL color Cylindrical-coordinate representation of color #847DD8: hue angle of 244.62º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #847DD8 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 125 | 216 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.15 |
| HSL | 244.62º | 0.54% | 0.67% | - |
| HSV(B) | 244.62º | 0.42% | 0.85% | - |
| XYZ | 29.24 | 24.53 | 68.16 | - |
| YUV | 137.47 | 172.32 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 125 | 216 | 0.39 | 0.42 | 0 | 0.15 | 244.62 | 0.54 | 0.67 |
| Hex | 84 | 7D | D8 | 27 | 2A | 0 | F | F5 | 36 | 43 |
| Octal | 204 | 175 | 330 | 47 | 52 | 0 | 17 | 365 | 66 | 103 |
| Binary | 10000100 | 1111101 | 11011000 | 100111 | 101010 | 0 | 1111 | 11110101 | 110110 | 1000011 |
Color Harmonies of #847DD8
Complementary color
Monochromatic Colors of #847DD8
Black with #847DD8
Text Example
Text Example
White with #847DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847DD8; }
p { color: rgb(132,125,216); }
H1.HeaderClassName
{
color: #847DD8;
}
.AnyTagClassName
{
color: #847DD8;
}
</style>
background-color css
<style>
a { background-color: #847DD8; }
a { background-color: rgb(132,125,216); }
div.DivClassName
{
background-color: #847DD8;
}
.BgClassName
{
background-color: #847DD8;
}
</style>
border-color css
<style>
span { border-color: #847DD8; }
span { border-color: rgb(132,125,216); }
td.TdClassName
{
border-color: #847DD8;
}
.TagClassName
{
border-color: #847DD8;
}
</style>