Shades of Moody Blue #847ADC
Tints of Moody Blue #847ADC
RGB
CMYK
RGB Variations
Color information
#847ADC (or 0x847ADC) is known color: Moody Blue. HEX triplet: 84, 7A and DC. RGB value is (132,122,220). Sum of RGB (Red+Green+Blue) = 132+122+220=474 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.85% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #847ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847ADC is #7B8523. Grayscale: #878787. Windows color (decimal): -8095012 or 14449284. OLE color: 14449284.
HSL color Cylindrical-coordinate representation of color #847ADC: hue angle of 246.12º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #847ADC is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 122 | 220 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.14 |
| HSL | 246.12º | 0.58% | 0.67% | - |
| HSV(B) | 246.12º | 0.45% | 0.86% | - |
| XYZ | 29.39 | 23.99 | 70.79 | - |
| YUV | 136.16 | 175.31 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 122 | 220 | 0.40 | 0.45 | 0 | 0.14 | 246.12 | 0.58 | 0.67 |
| Hex | 84 | 7A | DC | 28 | 2D | 0 | E | F6 | 3A | 43 |
| Octal | 204 | 172 | 334 | 50 | 55 | 0 | 16 | 366 | 72 | 103 |
| Binary | 10000100 | 1111010 | 11011100 | 101000 | 101101 | 0 | 1110 | 11110110 | 111010 | 1000011 |
Color Harmonies of #847ADC
Complementary color
Monochromatic Colors of #847ADC
Black with #847ADC
Text Example
Text Example
White with #847ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847ADC; }
p { color: rgb(132,122,220); }
H1.HeaderClassName
{
color: #847ADC;
}
.AnyTagClassName
{
color: #847ADC;
}
</style>
background-color css
<style>
a { background-color: #847ADC; }
a { background-color: rgb(132,122,220); }
div.DivClassName
{
background-color: #847ADC;
}
.BgClassName
{
background-color: #847ADC;
}
</style>
border-color css
<style>
span { border-color: #847ADC; }
span { border-color: rgb(132,122,220); }
td.TdClassName
{
border-color: #847ADC;
}
.TagClassName
{
border-color: #847ADC;
}
</style>