Shades of Moody Blue #847BDD
Tints of Moody Blue #847BDD
RGB
CMYK
RGB Variations
Color information
#847BDD (or 0x847BDD) is known color: Moody Blue. HEX triplet: 84, 7B and DD. RGB value is (132,123,221). Sum of RGB (Red+Green+Blue) = 132+123+221=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #847BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847BDD is #7B8422. Grayscale: #888888. Windows color (decimal): -8094755 or 14515076. OLE color: 14515076.
HSL color Cylindrical-coordinate representation of color #847BDD: hue angle of 245.51º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #847BDD is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 123 | 221 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.13 |
| HSL | 245.51º | 0.59% | 0.67% | - |
| HSV(B) | 245.51º | 0.44% | 0.87% | - |
| XYZ | 29.65 | 24.29 | 71.53 | - |
| YUV | 136.86 | 175.48 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 123 | 221 | 0.40 | 0.44 | 0 | 0.13 | 245.51 | 0.59 | 0.67 |
| Hex | 84 | 7B | DD | 28 | 2C | 0 | D | F6 | 3B | 43 |
| Octal | 204 | 173 | 335 | 50 | 54 | 0 | 15 | 366 | 73 | 103 |
| Binary | 10000100 | 1111011 | 11011101 | 101000 | 101100 | 0 | 1101 | 11110110 | 111011 | 1000011 |
Color Harmonies of #847BDD
Complementary color
Monochromatic Colors of #847BDD
Black with #847BDD
Text Example
Text Example
White with #847BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847BDD; }
p { color: rgb(132,123,221); }
H1.HeaderClassName
{
color: #847BDD;
}
.AnyTagClassName
{
color: #847BDD;
}
</style>
background-color css
<style>
a { background-color: #847BDD; }
a { background-color: rgb(132,123,221); }
div.DivClassName
{
background-color: #847BDD;
}
.BgClassName
{
background-color: #847BDD;
}
</style>
border-color css
<style>
span { border-color: #847BDD; }
span { border-color: rgb(132,123,221); }
td.TdClassName
{
border-color: #847BDD;
}
.TagClassName
{
border-color: #847BDD;
}
</style>