Shades of Moody Blue #847EBA
Tints of Moody Blue #847EBA
RGB
CMYK
RGB Variations
Color information
#847EBA (or 0x847EBA) is known color: Moody Blue. HEX triplet: 84, 7E and BA. RGB value is (132,126,186). Sum of RGB (Red+Green+Blue) = 132+126+186=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #847EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847EBA is #7B8145. Grayscale: #868686. Windows color (decimal): -8094022 or 12222084. OLE color: 12222084.
HSL color Cylindrical-coordinate representation of color #847EBA: hue angle of 246º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #847EBA is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 126 | 186 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.27 |
| HSL | 246º | 0.3% | 0.61% | - |
| HSV(B) | 246º | 0.32% | 0.73% | - |
| XYZ | 25.84 | 23.37 | 49.6 | - |
| YUV | 134.63 | 156.99 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 186 | 0.29 | 0.32 | 0 | 0.27 | 246 | 0.3 | 0.61 |
| Hex | 84 | 7E | BA | 1D | 20 | 0 | 1B | F6 | 1E | 3D |
| Octal | 204 | 176 | 272 | 35 | 40 | 0 | 33 | 366 | 36 | 75 |
| Binary | 10000100 | 1111110 | 10111010 | 11101 | 100000 | 0 | 11011 | 11110110 | 11110 | 111101 |
Color Harmonies of #847EBA
Complementary color
Monochromatic Colors of #847EBA
Black with #847EBA
Text Example
Text Example
White with #847EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847EBA; }
p { color: rgb(132,126,186); }
H1.HeaderClassName
{
color: #847EBA;
}
.AnyTagClassName
{
color: #847EBA;
}
</style>
background-color css
<style>
a { background-color: #847EBA; }
a { background-color: rgb(132,126,186); }
div.DivClassName
{
background-color: #847EBA;
}
.BgClassName
{
background-color: #847EBA;
}
</style>
border-color css
<style>
span { border-color: #847EBA; }
span { border-color: rgb(132,126,186); }
td.TdClassName
{
border-color: #847EBA;
}
.TagClassName
{
border-color: #847EBA;
}
</style>