Shades of Moody Blue #847ECC
Tints of Moody Blue #847ECC
RGB
CMYK
RGB Variations
Color information
#847ECC (or 0x847ECC) is known color: Moody Blue. HEX triplet: 84, 7E and CC. RGB value is (132,126,204). Sum of RGB (Red+Green+Blue) = 132+126+204=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #847ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847ECC is #7B8133. Grayscale: #888888. Windows color (decimal): -8094004 or 13401732. OLE color: 13401732.
HSL color Cylindrical-coordinate representation of color #847ECC: hue angle of 244.62º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #847ECC is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 126 | 204 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.2 |
| HSL | 244.62º | 0.43% | 0.65% | - |
| HSV(B) | 244.62º | 0.38% | 0.8% | - |
| XYZ | 27.88 | 24.19 | 60.33 | - |
| YUV | 136.69 | 165.99 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 204 | 0.35 | 0.38 | 0 | 0.2 | 244.62 | 0.43 | 0.65 |
| Hex | 84 | 7E | CC | 23 | 26 | 0 | 14 | F5 | 2B | 41 |
| Octal | 204 | 176 | 314 | 43 | 46 | 0 | 24 | 365 | 53 | 101 |
| Binary | 10000100 | 1111110 | 11001100 | 100011 | 100110 | 0 | 10100 | 11110101 | 101011 | 1000001 |
Color Harmonies of #847ECC
Complementary color
Monochromatic Colors of #847ECC
Black with #847ECC
Text Example
Text Example
White with #847ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847ECC; }
p { color: rgb(132,126,204); }
H1.HeaderClassName
{
color: #847ECC;
}
.AnyTagClassName
{
color: #847ECC;
}
</style>
background-color css
<style>
a { background-color: #847ECC; }
a { background-color: rgb(132,126,204); }
div.DivClassName
{
background-color: #847ECC;
}
.BgClassName
{
background-color: #847ECC;
}
</style>
border-color css
<style>
span { border-color: #847ECC; }
span { border-color: rgb(132,126,204); }
td.TdClassName
{
border-color: #847ECC;
}
.TagClassName
{
border-color: #847ECC;
}
</style>