Shades of Moody Blue #847FB3
Tints of Moody Blue #847FB3
RGB
CMYK
RGB Variations
Color information
#847FB3 (or 0x847FB3) is known color: Moody Blue. HEX triplet: 84, 7F and B3. RGB value is (132,127,179). Sum of RGB (Red+Green+Blue) = 132+127+179=438 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.14% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 179 - color contains mainly: blue. Hex color #847FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847FB3 is #7B804C. Grayscale: #868686. Windows color (decimal): -8093773 or 11763588. OLE color: 11763588.
HSL color Cylindrical-coordinate representation of color #847FB3: hue angle of 245.77º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #847FB3 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 127 | 179 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.30 |
| HSL | 245.77º | 0.25% | 0.6% | - |
| HSV(B) | 245.77º | 0.29% | 0.7% | - |
| XYZ | 25.24 | 23.34 | 45.82 | - |
| YUV | 134.42 | 153.16 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 127 | 179 | 0.26 | 0.29 | 0 | 0.30 | 245.77 | 0.25 | 0.6 |
| Hex | 84 | 7F | B3 | 1A | 1D | 0 | 1E | F6 | 19 | 3C |
| Octal | 204 | 177 | 263 | 32 | 35 | 0 | 36 | 366 | 31 | 74 |
| Binary | 10000100 | 1111111 | 10110011 | 11010 | 11101 | 0 | 11110 | 11110110 | 11001 | 111100 |
Color Harmonies of #847FB3
Complementary color
Monochromatic Colors of #847FB3
Black with #847FB3
Text Example
Text Example
White with #847FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847FB3; }
p { color: rgb(132,127,179); }
H1.HeaderClassName
{
color: #847FB3;
}
.AnyTagClassName
{
color: #847FB3;
}
</style>
background-color css
<style>
a { background-color: #847FB3; }
a { background-color: rgb(132,127,179); }
div.DivClassName
{
background-color: #847FB3;
}
.BgClassName
{
background-color: #847FB3;
}
</style>
border-color css
<style>
span { border-color: #847FB3; }
span { border-color: rgb(132,127,179); }
td.TdClassName
{
border-color: #847FB3;
}
.TagClassName
{
border-color: #847FB3;
}
</style>