Shades of Moody Blue #847AD4
Tints of Moody Blue #847AD4
RGB
CMYK
RGB Variations
Color information
#847AD4 (or 0x847AD4) is known color: Moody Blue. HEX triplet: 84, 7A and D4. RGB value is (132,122,212). Sum of RGB (Red+Green+Blue) = 132+122+212=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 212 (83.20% from 255 or 45.49% from 466); Max value from RGB is 212 - color contains mainly: blue. Hex color #847AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847AD4 is #7B852B. Grayscale: #868686. Windows color (decimal): -8095020 or 13924996. OLE color: 13924996.
HSL color Cylindrical-coordinate representation of color #847AD4: hue angle of 246.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #847AD4 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 132 | 122 | 212 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.17 |
| HSL | 246.67º | 0.51% | 0.65% | - |
| HSV(B) | 246.67º | 0.42% | 0.83% | - |
| XYZ | 28.36 | 23.58 | 65.34 | - |
| YUV | 135.25 | 171.31 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 122 | 212 | 0.38 | 0.42 | 0 | 0.17 | 246.67 | 0.51 | 0.65 |
| Hex | 84 | 7A | D4 | 26 | 2A | 0 | 11 | F7 | 33 | 41 |
| Octal | 204 | 172 | 324 | 46 | 52 | 0 | 21 | 367 | 63 | 101 |
| Binary | 10000100 | 1111010 | 11010100 | 100110 | 101010 | 0 | 10001 | 11110111 | 110011 | 1000001 |
Color Harmonies of #847AD4
Complementary color
Monochromatic Colors of #847AD4
Black with #847AD4
Text Example
Text Example
White with #847AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847AD4; }
p { color: rgb(132,122,212); }
H1.HeaderClassName
{
color: #847AD4;
}
.AnyTagClassName
{
color: #847AD4;
}
</style>
background-color css
<style>
a { background-color: #847AD4; }
a { background-color: rgb(132,122,212); }
div.DivClassName
{
background-color: #847AD4;
}
.BgClassName
{
background-color: #847AD4;
}
</style>
border-color css
<style>
span { border-color: #847AD4; }
span { border-color: rgb(132,122,212); }
td.TdClassName
{
border-color: #847AD4;
}
.TagClassName
{
border-color: #847AD4;
}
</style>