Shades of Moody Blue #847FB1
Tints of Moody Blue #847FB1
RGB
CMYK
RGB Variations
Color information
#847FB1 (or 0x847FB1) is known color: Moody Blue. HEX triplet: 84, 7F and B1. RGB value is (132,127,177). Sum of RGB (Red+Green+Blue) = 132+127+177=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 177 - color contains mainly: blue. Hex color #847FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847FB1 is #7B804E. Grayscale: #868686. Windows color (decimal): -8093775 or 11632516. OLE color: 11632516.
HSL color Cylindrical-coordinate representation of color #847FB1: hue angle of 246º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #847FB1 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 127 | 177 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.31 |
| HSL | 246º | 0.24% | 0.6% | - |
| HSV(B) | 246º | 0.28% | 0.69% | - |
| XYZ | 25.04 | 23.26 | 44.76 | - |
| YUV | 134.2 | 152.16 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 127 | 177 | 0.25 | 0.28 | 0 | 0.31 | 246 | 0.24 | 0.6 |
| Hex | 84 | 7F | B1 | 19 | 1C | 0 | 1F | F6 | 18 | 3C |
| Octal | 204 | 177 | 261 | 31 | 34 | 0 | 37 | 366 | 30 | 74 |
| Binary | 10000100 | 1111111 | 10110001 | 11001 | 11100 | 0 | 11111 | 11110110 | 11000 | 111100 |
Color Harmonies of #847FB1
Complementary color
Monochromatic Colors of #847FB1
Black with #847FB1
Text Example
Text Example
White with #847FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847FB1; }
p { color: rgb(132,127,177); }
H1.HeaderClassName
{
color: #847FB1;
}
.AnyTagClassName
{
color: #847FB1;
}
</style>
background-color css
<style>
a { background-color: #847FB1; }
a { background-color: rgb(132,127,177); }
div.DivClassName
{
background-color: #847FB1;
}
.BgClassName
{
background-color: #847FB1;
}
</style>
border-color css
<style>
span { border-color: #847FB1; }
span { border-color: rgb(132,127,177); }
td.TdClassName
{
border-color: #847FB1;
}
.TagClassName
{
border-color: #847FB1;
}
</style>