Shades of Moody Blue #847ABC
Tints of Moody Blue #847ABC
RGB
CMYK
RGB Variations
Color information
#847ABC (or 0x847ABC) is known color: Moody Blue. HEX triplet: 84, 7A and BC. RGB value is (132,122,188). Sum of RGB (Red+Green+Blue) = 132+122+188=442 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.86% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #847ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847ABC is #7B8543. Grayscale: #848484. Windows color (decimal): -8095044 or 12352132. OLE color: 12352132.
HSL color Cylindrical-coordinate representation of color #847ABC: hue angle of 249.09º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #847ABC is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 122 | 188 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.26 |
| HSL | 249.09º | 0.33% | 0.61% | - |
| HSV(B) | 249.09º | 0.35% | 0.74% | - |
| XYZ | 25.55 | 22.46 | 50.56 | - |
| YUV | 132.51 | 159.31 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 122 | 188 | 0.30 | 0.35 | 0 | 0.26 | 249.09 | 0.33 | 0.61 |
| Hex | 84 | 7A | BC | 1E | 23 | 0 | 1A | F9 | 21 | 3D |
| Octal | 204 | 172 | 274 | 36 | 43 | 0 | 32 | 371 | 41 | 75 |
| Binary | 10000100 | 1111010 | 10111100 | 11110 | 100011 | 0 | 11010 | 11111001 | 100001 | 111101 |
Color Harmonies of #847ABC
Complementary color
Monochromatic Colors of #847ABC
Black with #847ABC
Text Example
Text Example
White with #847ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847ABC; }
p { color: rgb(132,122,188); }
H1.HeaderClassName
{
color: #847ABC;
}
.AnyTagClassName
{
color: #847ABC;
}
</style>
background-color css
<style>
a { background-color: #847ABC; }
a { background-color: rgb(132,122,188); }
div.DivClassName
{
background-color: #847ABC;
}
.BgClassName
{
background-color: #847ABC;
}
</style>
border-color css
<style>
span { border-color: #847ABC; }
span { border-color: rgb(132,122,188); }
td.TdClassName
{
border-color: #847ABC;
}
.TagClassName
{
border-color: #847ABC;
}
</style>