Shades of Moody Blue #847ADE
Tints of Moody Blue #847ADE
RGB
CMYK
RGB Variations
Color information
#847ADE (or 0x847ADE) is known color: Moody Blue. HEX triplet: 84, 7A and DE. RGB value is (132,122,222). Sum of RGB (Red+Green+Blue) = 132+122+222=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #847ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847ADE is #7B8521. Grayscale: #888888. Windows color (decimal): -8095010 or 14580356. OLE color: 14580356.
HSL color Cylindrical-coordinate representation of color #847ADE: hue angle of 246º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #847ADE is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 122 | 222 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.13 |
| HSL | 246º | 0.6% | 0.67% | - |
| HSV(B) | 246º | 0.45% | 0.87% | - |
| XYZ | 29.66 | 24.1 | 72.2 | - |
| YUV | 136.39 | 176.31 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 122 | 222 | 0.41 | 0.45 | 0 | 0.13 | 246 | 0.6 | 0.67 |
| Hex | 84 | 7A | DE | 29 | 2D | 0 | D | F6 | 3C | 43 |
| Octal | 204 | 172 | 336 | 51 | 55 | 0 | 15 | 366 | 74 | 103 |
| Binary | 10000100 | 1111010 | 11011110 | 101001 | 101101 | 0 | 1101 | 11110110 | 111100 | 1000011 |
Color Harmonies of #847ADE
Complementary color
Monochromatic Colors of #847ADE
Black with #847ADE
Text Example
Text Example
White with #847ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847ADE; }
p { color: rgb(132,122,222); }
H1.HeaderClassName
{
color: #847ADE;
}
.AnyTagClassName
{
color: #847ADE;
}
</style>
background-color css
<style>
a { background-color: #847ADE; }
a { background-color: rgb(132,122,222); }
div.DivClassName
{
background-color: #847ADE;
}
.BgClassName
{
background-color: #847ADE;
}
</style>
border-color css
<style>
span { border-color: #847ADE; }
span { border-color: rgb(132,122,222); }
td.TdClassName
{
border-color: #847ADE;
}
.TagClassName
{
border-color: #847ADE;
}
</style>