Shades of Moody Blue #847DC0
Tints of Moody Blue #847DC0
RGB
CMYK
RGB Variations
Color information
#847DC0 (or 0x847DC0) is known color: Moody Blue. HEX triplet: 84, 7D and C0. RGB value is (132,125,192). Sum of RGB (Red+Green+Blue) = 132+125+192=449 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.40% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 192 - color contains mainly: blue. Hex color #847DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847DC0 is #7B823F. Grayscale: #868686. Windows color (decimal): -8094272 or 12615044. OLE color: 12615044.
HSL color Cylindrical-coordinate representation of color #847DC0: hue angle of 246.27º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #847DC0 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 125 | 192 | - |
| CMYK | 0.31 | 0.35 | 0 | 0.25 |
| HSL | 246.27º | 0.35% | 0.62% | - |
| HSV(B) | 246.27º | 0.35% | 0.75% | - |
| XYZ | 26.36 | 23.38 | 52.99 | - |
| YUV | 134.73 | 160.32 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 125 | 192 | 0.31 | 0.35 | 0 | 0.25 | 246.27 | 0.35 | 0.62 |
| Hex | 84 | 7D | C0 | 1F | 23 | 0 | 19 | F6 | 23 | 3E |
| Octal | 204 | 175 | 300 | 37 | 43 | 0 | 31 | 366 | 43 | 76 |
| Binary | 10000100 | 1111101 | 11000000 | 11111 | 100011 | 0 | 11001 | 11110110 | 100011 | 111110 |
Color Harmonies of #847DC0
Complementary color
Monochromatic Colors of #847DC0
Black with #847DC0
Text Example
Text Example
White with #847DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847DC0; }
p { color: rgb(132,125,192); }
H1.HeaderClassName
{
color: #847DC0;
}
.AnyTagClassName
{
color: #847DC0;
}
</style>
background-color css
<style>
a { background-color: #847DC0; }
a { background-color: rgb(132,125,192); }
div.DivClassName
{
background-color: #847DC0;
}
.BgClassName
{
background-color: #847DC0;
}
</style>
border-color css
<style>
span { border-color: #847DC0; }
span { border-color: rgb(132,125,192); }
td.TdClassName
{
border-color: #847DC0;
}
.TagClassName
{
border-color: #847DC0;
}
</style>