Shades of Moody Blue #847FBA
Tints of Moody Blue #847FBA
RGB
CMYK
RGB Variations
Color information
#847FBA (or 0x847FBA) is known color: Moody Blue. HEX triplet: 84, 7F and BA. RGB value is (132,127,186). Sum of RGB (Red+Green+Blue) = 132+127+186=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #847FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847FBA is #7B8045. Grayscale: #868686. Windows color (decimal): -8093766 or 12222340. OLE color: 12222340.
HSL color Cylindrical-coordinate representation of color #847FBA: hue angle of 245.08º 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 #847FBA is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 127 | 186 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.27 |
| HSL | 245.08º | 0.3% | 0.61% | - |
| HSV(B) | 245.08º | 0.32% | 0.73% | - |
| XYZ | 25.97 | 23.63 | 49.65 | - |
| YUV | 135.22 | 156.66 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 127 | 186 | 0.29 | 0.32 | 0 | 0.27 | 245.08 | 0.3 | 0.61 |
| Hex | 84 | 7F | BA | 1D | 20 | 0 | 1B | F5 | 1E | 3D |
| Octal | 204 | 177 | 272 | 35 | 40 | 0 | 33 | 365 | 36 | 75 |
| Binary | 10000100 | 1111111 | 10111010 | 11101 | 100000 | 0 | 11011 | 11110101 | 11110 | 111101 |
Color Harmonies of #847FBA
Complementary color
Monochromatic Colors of #847FBA
Black with #847FBA
Text Example
Text Example
White with #847FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847FBA; }
p { color: rgb(132,127,186); }
H1.HeaderClassName
{
color: #847FBA;
}
.AnyTagClassName
{
color: #847FBA;
}
</style>
background-color css
<style>
a { background-color: #847FBA; }
a { background-color: rgb(132,127,186); }
div.DivClassName
{
background-color: #847FBA;
}
.BgClassName
{
background-color: #847FBA;
}
</style>
border-color css
<style>
span { border-color: #847FBA; }
span { border-color: rgb(132,127,186); }
td.TdClassName
{
border-color: #847FBA;
}
.TagClassName
{
border-color: #847FBA;
}
</style>