Shades of Moody Blue #847DD0
Tints of Moody Blue #847DD0
RGB
CMYK
RGB Variations
Color information
#847DD0 (or 0x847DD0) is known color: Moody Blue. HEX triplet: 84, 7D and D0. RGB value is (132,125,208). Sum of RGB (Red+Green+Blue) = 132+125+208=465 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.39% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 208 - color contains mainly: blue. Hex color #847DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847DD0 is #7B822F. Grayscale: #888888. Windows color (decimal): -8094256 or 13663620. OLE color: 13663620.
HSL color Cylindrical-coordinate representation of color #847DD0: hue angle of 245.06º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #847DD0 is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 125 | 208 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.18 |
| HSL | 245.06º | 0.47% | 0.65% | - |
| HSV(B) | 245.06º | 0.4% | 0.82% | - |
| XYZ | 28.23 | 24.13 | 62.84 | - |
| YUV | 136.56 | 168.32 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 125 | 208 | 0.37 | 0.40 | 0 | 0.18 | 245.06 | 0.47 | 0.65 |
| Hex | 84 | 7D | D0 | 25 | 28 | 0 | 12 | F5 | 2F | 41 |
| Octal | 204 | 175 | 320 | 45 | 50 | 0 | 22 | 365 | 57 | 101 |
| Binary | 10000100 | 1111101 | 11010000 | 100101 | 101000 | 0 | 10010 | 11110101 | 101111 | 1000001 |
Color Harmonies of #847DD0
Complementary color
Monochromatic Colors of #847DD0
Black with #847DD0
Text Example
Text Example
White with #847DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847DD0; }
p { color: rgb(132,125,208); }
H1.HeaderClassName
{
color: #847DD0;
}
.AnyTagClassName
{
color: #847DD0;
}
</style>
background-color css
<style>
a { background-color: #847DD0; }
a { background-color: rgb(132,125,208); }
div.DivClassName
{
background-color: #847DD0;
}
.BgClassName
{
background-color: #847DD0;
}
</style>
border-color css
<style>
span { border-color: #847DD0; }
span { border-color: rgb(132,125,208); }
td.TdClassName
{
border-color: #847DD0;
}
.TagClassName
{
border-color: #847DD0;
}
</style>