Shades of Moody Blue #847DBB
Tints of Moody Blue #847DBB
RGB
CMYK
RGB Variations
Color information
#847DBB (or 0x847DBB) is known color: Moody Blue. HEX triplet: 84, 7D and BB. RGB value is (132,125,187). Sum of RGB (Red+Green+Blue) = 132+125+187=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 187 - color contains mainly: blue. Hex color #847DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847DBB is #7B8244. Grayscale: #858585. Windows color (decimal): -8094277 or 12287364. OLE color: 12287364.
HSL color Cylindrical-coordinate representation of color #847DBB: hue angle of 246.77º 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 #847DBB is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 125 | 187 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.27 |
| HSL | 246.77º | 0.31% | 0.61% | - |
| HSV(B) | 246.77º | 0.33% | 0.73% | - |
| XYZ | 25.82 | 23.16 | 50.12 | - |
| YUV | 134.16 | 157.82 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 125 | 187 | 0.29 | 0.33 | 0 | 0.27 | 246.77 | 0.31 | 0.61 |
| Hex | 84 | 7D | BB | 1D | 21 | 0 | 1B | F7 | 1F | 3D |
| Octal | 204 | 175 | 273 | 35 | 41 | 0 | 33 | 367 | 37 | 75 |
| Binary | 10000100 | 1111101 | 10111011 | 11101 | 100001 | 0 | 11011 | 11110111 | 11111 | 111101 |
Color Harmonies of #847DBB
Complementary color
Monochromatic Colors of #847DBB
Black with #847DBB
Text Example
Text Example
White with #847DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847DBB; }
p { color: rgb(132,125,187); }
H1.HeaderClassName
{
color: #847DBB;
}
.AnyTagClassName
{
color: #847DBB;
}
</style>
background-color css
<style>
a { background-color: #847DBB; }
a { background-color: rgb(132,125,187); }
div.DivClassName
{
background-color: #847DBB;
}
.BgClassName
{
background-color: #847DBB;
}
</style>
border-color css
<style>
span { border-color: #847DBB; }
span { border-color: rgb(132,125,187); }
td.TdClassName
{
border-color: #847DBB;
}
.TagClassName
{
border-color: #847DBB;
}
</style>