Shades of Moody Blue #847CBA
Tints of Moody Blue #847CBA
RGB
CMYK
RGB Variations
Color information
#847CBA (or 0x847CBA) is known color: Moody Blue. HEX triplet: 84, 7C and BA. RGB value is (132,124,186). Sum of RGB (Red+Green+Blue) = 132+124+186=442 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.86% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #847CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847CBA is #7B8345. Grayscale: #858585. Windows color (decimal): -8094534 or 12221572. OLE color: 12221572.
HSL color Cylindrical-coordinate representation of color #847CBA: hue angle of 247.74º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #847CBA is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 124 | 186 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.27 |
| HSL | 247.74º | 0.31% | 0.61% | - |
| HSV(B) | 247.74º | 0.33% | 0.73% | - |
| XYZ | 25.59 | 22.87 | 49.52 | - |
| YUV | 133.46 | 157.65 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 124 | 186 | 0.29 | 0.33 | 0 | 0.27 | 247.74 | 0.31 | 0.61 |
| Hex | 84 | 7C | BA | 1D | 21 | 0 | 1B | F8 | 1F | 3D |
| Octal | 204 | 174 | 272 | 35 | 41 | 0 | 33 | 370 | 37 | 75 |
| Binary | 10000100 | 1111100 | 10111010 | 11101 | 100001 | 0 | 11011 | 11111000 | 11111 | 111101 |
Color Harmonies of #847CBA
Complementary color
Monochromatic Colors of #847CBA
Black with #847CBA
Text Example
Text Example
White with #847CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847CBA; }
p { color: rgb(132,124,186); }
H1.HeaderClassName
{
color: #847CBA;
}
.AnyTagClassName
{
color: #847CBA;
}
</style>
background-color css
<style>
a { background-color: #847CBA; }
a { background-color: rgb(132,124,186); }
div.DivClassName
{
background-color: #847CBA;
}
.BgClassName
{
background-color: #847CBA;
}
</style>
border-color css
<style>
span { border-color: #847CBA; }
span { border-color: rgb(132,124,186); }
td.TdClassName
{
border-color: #847CBA;
}
.TagClassName
{
border-color: #847CBA;
}
</style>