Shades of Moody Blue #847FDD
Tints of Moody Blue #847FDD
RGB
CMYK
RGB Variations
Color information
#847FDD (or 0x847FDD) is known color: Moody Blue. HEX triplet: 84, 7F and DD. RGB value is (132,127,221). Sum of RGB (Red+Green+Blue) = 132+127+221=480 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.5% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #847FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847FDD is #7B8022. Grayscale: #8A8A8A. Windows color (decimal): -8093731 or 14516100. OLE color: 14516100.
HSL color Cylindrical-coordinate representation of color #847FDD: hue angle of 243.19º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #847FDD is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 127 | 221 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.13 |
| HSL | 243.19º | 0.58% | 0.68% | - |
| HSV(B) | 243.19º | 0.43% | 0.87% | - |
| XYZ | 30.16 | 25.3 | 71.7 | - |
| YUV | 139.21 | 174.16 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 127 | 221 | 0.40 | 0.43 | 0 | 0.13 | 243.19 | 0.58 | 0.68 |
| Hex | 84 | 7F | DD | 28 | 2B | 0 | D | F3 | 3A | 44 |
| Octal | 204 | 177 | 335 | 50 | 53 | 0 | 15 | 363 | 72 | 104 |
| Binary | 10000100 | 1111111 | 11011101 | 101000 | 101011 | 0 | 1101 | 11110011 | 111010 | 1000100 |
Color Harmonies of #847FDD
Complementary color
Monochromatic Colors of #847FDD
Black with #847FDD
Text Example
Text Example
White with #847FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847FDD; }
p { color: rgb(132,127,221); }
H1.HeaderClassName
{
color: #847FDD;
}
.AnyTagClassName
{
color: #847FDD;
}
</style>
background-color css
<style>
a { background-color: #847FDD; }
a { background-color: rgb(132,127,221); }
div.DivClassName
{
background-color: #847FDD;
}
.BgClassName
{
background-color: #847FDD;
}
</style>
border-color css
<style>
span { border-color: #847FDD; }
span { border-color: rgb(132,127,221); }
td.TdClassName
{
border-color: #847FDD;
}
.TagClassName
{
border-color: #847FDD;
}
</style>