Shades of Moody Blue #847ED5
Tints of Moody Blue #847ED5
RGB
CMYK
RGB Variations
Color information
#847ED5 (or 0x847ED5) is known color: Moody Blue. HEX triplet: 84, 7E and D5. RGB value is (132,126,213). Sum of RGB (Red+Green+Blue) = 132+126+213=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #847ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847ED5 is #7B812A. Grayscale: #898989. Windows color (decimal): -8093995 or 13991556. OLE color: 13991556.
HSL color Cylindrical-coordinate representation of color #847ED5: hue angle of 244.14º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #847ED5 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 126 | 213 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.16 |
| HSL | 244.14º | 0.51% | 0.66% | - |
| HSV(B) | 244.14º | 0.41% | 0.84% | - |
| XYZ | 28.99 | 24.63 | 66.18 | - |
| YUV | 137.71 | 170.49 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 213 | 0.38 | 0.41 | 0 | 0.16 | 244.14 | 0.51 | 0.66 |
| Hex | 84 | 7E | D5 | 26 | 29 | 0 | 10 | F4 | 33 | 42 |
| Octal | 204 | 176 | 325 | 46 | 51 | 0 | 20 | 364 | 63 | 102 |
| Binary | 10000100 | 1111110 | 11010101 | 100110 | 101001 | 0 | 10000 | 11110100 | 110011 | 1000010 |
Color Harmonies of #847ED5
Complementary color
Monochromatic Colors of #847ED5
Black with #847ED5
Text Example
Text Example
White with #847ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847ED5; }
p { color: rgb(132,126,213); }
H1.HeaderClassName
{
color: #847ED5;
}
.AnyTagClassName
{
color: #847ED5;
}
</style>
background-color css
<style>
a { background-color: #847ED5; }
a { background-color: rgb(132,126,213); }
div.DivClassName
{
background-color: #847ED5;
}
.BgClassName
{
background-color: #847ED5;
}
</style>
border-color css
<style>
span { border-color: #847ED5; }
span { border-color: rgb(132,126,213); }
td.TdClassName
{
border-color: #847ED5;
}
.TagClassName
{
border-color: #847ED5;
}
</style>