Shades of Moody Blue #847AD6
Tints of Moody Blue #847AD6
RGB
CMYK
RGB Variations
Color information
#847AD6 (or 0x847AD6) is known color: Moody Blue. HEX triplet: 84, 7A and D6. RGB value is (132,122,214). Sum of RGB (Red+Green+Blue) = 132+122+214=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 214 (83.98% from 255 or 45.73% from 468); Max value from RGB is 214 - color contains mainly: blue. Hex color #847AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847AD6 is #7B8529. Grayscale: #878787. Windows color (decimal): -8095018 or 14056068. OLE color: 14056068.
HSL color Cylindrical-coordinate representation of color #847AD6: hue angle of 246.52º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #847AD6 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 122 | 214 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.16 |
| HSL | 246.52º | 0.53% | 0.66% | - |
| HSV(B) | 246.52º | 0.43% | 0.84% | - |
| XYZ | 28.61 | 23.68 | 66.68 | - |
| YUV | 135.48 | 172.31 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 122 | 214 | 0.38 | 0.43 | 0 | 0.16 | 246.52 | 0.53 | 0.66 |
| Hex | 84 | 7A | D6 | 26 | 2B | 0 | 10 | F7 | 35 | 42 |
| Octal | 204 | 172 | 326 | 46 | 53 | 0 | 20 | 367 | 65 | 102 |
| Binary | 10000100 | 1111010 | 11010110 | 100110 | 101011 | 0 | 10000 | 11110111 | 110101 | 1000010 |
Color Harmonies of #847AD6
Complementary color
Monochromatic Colors of #847AD6
Black with #847AD6
Text Example
Text Example
White with #847AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847AD6; }
p { color: rgb(132,122,214); }
H1.HeaderClassName
{
color: #847AD6;
}
.AnyTagClassName
{
color: #847AD6;
}
</style>
background-color css
<style>
a { background-color: #847AD6; }
a { background-color: rgb(132,122,214); }
div.DivClassName
{
background-color: #847AD6;
}
.BgClassName
{
background-color: #847AD6;
}
</style>
border-color css
<style>
span { border-color: #847AD6; }
span { border-color: rgb(132,122,214); }
td.TdClassName
{
border-color: #847AD6;
}
.TagClassName
{
border-color: #847AD6;
}
</style>