Shades of Moody Blue #847DC5
Tints of Moody Blue #847DC5
RGB
CMYK
RGB Variations
Color information
#847DC5 (or 0x847DC5) is known color: Moody Blue. HEX triplet: 84, 7D and C5. RGB value is (132,125,197). Sum of RGB (Red+Green+Blue) = 132+125+197=454 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.07% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 197 (77.34% from 255 or 43.39% from 454); Max value from RGB is 197 - color contains mainly: blue. Hex color #847DC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847DC5 is #7B823A. Grayscale: #878787. Windows color (decimal): -8094267 or 12942724. OLE color: 12942724.
HSL color Cylindrical-coordinate representation of color #847DC5: hue angle of 245.83º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #847DC5 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 125 | 197 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.23 |
| HSL | 245.83º | 0.38% | 0.63% | - |
| HSV(B) | 245.83º | 0.37% | 0.77% | - |
| XYZ | 26.93 | 23.6 | 55.96 | - |
| YUV | 135.3 | 162.82 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 125 | 197 | 0.33 | 0.37 | 0 | 0.23 | 245.83 | 0.38 | 0.63 |
| Hex | 84 | 7D | C5 | 21 | 25 | 0 | 17 | F6 | 26 | 3F |
| Octal | 204 | 175 | 305 | 41 | 45 | 0 | 27 | 366 | 46 | 77 |
| Binary | 10000100 | 1111101 | 11000101 | 100001 | 100101 | 0 | 10111 | 11110110 | 100110 | 111111 |
Color Harmonies of #847DC5
Complementary color
Monochromatic Colors of #847DC5
Black with #847DC5
Text Example
Text Example
White with #847DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847DC5; }
p { color: rgb(132,125,197); }
H1.HeaderClassName
{
color: #847DC5;
}
.AnyTagClassName
{
color: #847DC5;
}
</style>
background-color css
<style>
a { background-color: #847DC5; }
a { background-color: rgb(132,125,197); }
div.DivClassName
{
background-color: #847DC5;
}
.BgClassName
{
background-color: #847DC5;
}
</style>
border-color css
<style>
span { border-color: #847DC5; }
span { border-color: rgb(132,125,197); }
td.TdClassName
{
border-color: #847DC5;
}
.TagClassName
{
border-color: #847DC5;
}
</style>