Shades of Moody Blue #847CCD
Tints of Moody Blue #847CCD
RGB
CMYK
RGB Variations
Color information
#847CCD (or 0x847CCD) is known color: Moody Blue. HEX triplet: 84, 7C and CD. RGB value is (132,124,205). Sum of RGB (Red+Green+Blue) = 132+124+205=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #847CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847CCD is #7B8332. Grayscale: #878787. Windows color (decimal): -8094515 or 13466756. OLE color: 13466756.
HSL color Cylindrical-coordinate representation of color #847CCD: hue angle of 245.93º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #847CCD is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 124 | 205 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.20 |
| HSL | 245.93º | 0.45% | 0.65% | - |
| HSV(B) | 245.93º | 0.4% | 0.8% | - |
| XYZ | 27.74 | 23.73 | 60.88 | - |
| YUV | 135.63 | 167.15 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 124 | 205 | 0.36 | 0.40 | 0 | 0.20 | 245.93 | 0.45 | 0.65 |
| Hex | 84 | 7C | CD | 24 | 28 | 0 | 14 | F6 | 2D | 41 |
| Octal | 204 | 174 | 315 | 44 | 50 | 0 | 24 | 366 | 55 | 101 |
| Binary | 10000100 | 1111100 | 11001101 | 100100 | 101000 | 0 | 10100 | 11110110 | 101101 | 1000001 |
Color Harmonies of #847CCD
Complementary color
Monochromatic Colors of #847CCD
Black with #847CCD
Text Example
Text Example
White with #847CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847CCD; }
p { color: rgb(132,124,205); }
H1.HeaderClassName
{
color: #847CCD;
}
.AnyTagClassName
{
color: #847CCD;
}
</style>
background-color css
<style>
a { background-color: #847CCD; }
a { background-color: rgb(132,124,205); }
div.DivClassName
{
background-color: #847CCD;
}
.BgClassName
{
background-color: #847CCD;
}
</style>
border-color css
<style>
span { border-color: #847CCD; }
span { border-color: rgb(132,124,205); }
td.TdClassName
{
border-color: #847CCD;
}
.TagClassName
{
border-color: #847CCD;
}
</style>