Shades of Moody Blue #846ECC
Tints of Moody Blue #846ECC
RGB
CMYK
RGB Variations
Color information
#846ECC (or 0x846ECC) is known color: Moody Blue. HEX triplet: 84, 6E and CC. RGB value is (132,110,204). Sum of RGB (Red+Green+Blue) = 132+110+204=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 110 (43.36% from 255 or 24.66% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #846ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846ECC is #7B9133. Grayscale: #7E7E7E. Windows color (decimal): -8098100 or 13397636. OLE color: 13397636.
HSL color Cylindrical-coordinate representation of color #846ECC: hue angle of 254.04º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #846ECC is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 110 | 204 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.2 |
| HSL | 254.04º | 0.48% | 0.62% | - |
| HSV(B) | 254.04º | 0.46% | 0.8% | - |
| XYZ | 25.99 | 20.42 | 59.7 | - |
| YUV | 127.29 | 171.29 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 110 | 204 | 0.35 | 0.46 | 0 | 0.2 | 254.04 | 0.48 | 0.62 |
| Hex | 84 | 6E | CC | 23 | 2E | 0 | 14 | FE | 30 | 3E |
| Octal | 204 | 156 | 314 | 43 | 56 | 0 | 24 | 376 | 60 | 76 |
| Binary | 10000100 | 1101110 | 11001100 | 100011 | 101110 | 0 | 10100 | 11111110 | 110000 | 111110 |
Color Harmonies of #846ECC
Complementary color
Monochromatic Colors of #846ECC
Black with #846ECC
Text Example
Text Example
White with #846ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846ECC; }
p { color: rgb(132,110,204); }
H1.HeaderClassName
{
color: #846ECC;
}
.AnyTagClassName
{
color: #846ECC;
}
</style>
background-color css
<style>
a { background-color: #846ECC; }
a { background-color: rgb(132,110,204); }
div.DivClassName
{
background-color: #846ECC;
}
.BgClassName
{
background-color: #846ECC;
}
</style>
border-color css
<style>
span { border-color: #846ECC; }
span { border-color: rgb(132,110,204); }
td.TdClassName
{
border-color: #846ECC;
}
.TagClassName
{
border-color: #846ECC;
}
</style>