Shades of Moody Blue #847BDF
Tints of Moody Blue #847BDF
RGB
CMYK
RGB Variations
Color information
#847BDF (or 0x847BDF) is known color: Moody Blue. HEX triplet: 84, 7B and DF. RGB value is (132,123,223). Sum of RGB (Red+Green+Blue) = 132+123+223=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #847BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847BDF is #7B8420. Grayscale: #888888. Windows color (decimal): -8094753 or 14646148. OLE color: 14646148.
HSL color Cylindrical-coordinate representation of color #847BDF: hue angle of 245.4º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #847BDF is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 123 | 223 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.13 |
| HSL | 245.4º | 0.61% | 0.68% | - |
| HSV(B) | 245.4º | 0.45% | 0.87% | - |
| XYZ | 29.92 | 24.4 | 72.94 | - |
| YUV | 137.09 | 176.48 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 123 | 223 | 0.41 | 0.45 | 0 | 0.13 | 245.4 | 0.61 | 0.68 |
| Hex | 84 | 7B | DF | 29 | 2D | 0 | D | F5 | 3D | 44 |
| Octal | 204 | 173 | 337 | 51 | 55 | 0 | 15 | 365 | 75 | 104 |
| Binary | 10000100 | 1111011 | 11011111 | 101001 | 101101 | 0 | 1101 | 11110101 | 111101 | 1000100 |
Color Harmonies of #847BDF
Complementary color
Monochromatic Colors of #847BDF
Black with #847BDF
Text Example
Text Example
White with #847BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847BDF; }
p { color: rgb(132,123,223); }
H1.HeaderClassName
{
color: #847BDF;
}
.AnyTagClassName
{
color: #847BDF;
}
</style>
background-color css
<style>
a { background-color: #847BDF; }
a { background-color: rgb(132,123,223); }
div.DivClassName
{
background-color: #847BDF;
}
.BgClassName
{
background-color: #847BDF;
}
</style>
border-color css
<style>
span { border-color: #847BDF; }
span { border-color: rgb(132,123,223); }
td.TdClassName
{
border-color: #847BDF;
}
.TagClassName
{
border-color: #847BDF;
}
</style>