Shades of Moody Blue #8484BA
Tints of Moody Blue #8484BA
RGB
CMYK
RGB Variations
Color information
#8484BA (or 0x8484BA) is known color: Moody Blue. HEX triplet: 84, 84 and BA. RGB value is (132,132,186). Sum of RGB (Red+Green+Blue) = 132+132+186=450 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.33% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #8484BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8484BA is #7B7B45. Grayscale: #898989. Windows color (decimal): -8092486 or 12223620. OLE color: 12223620.
HSL color Cylindrical-coordinate representation of color #8484BA: hue angle of 240º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8484BA is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 132 | 186 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.27 |
| HSL | 240º | 0.28% | 0.62% | - |
| HSV(B) | 240º | 0.29% | 0.73% | - |
| XYZ | 26.63 | 24.95 | 49.87 | - |
| YUV | 138.16 | 155 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 132 | 186 | 0.29 | 0.29 | 0 | 0.27 | 240 | 0.28 | 0.62 |
| Hex | 84 | 84 | BA | 1D | 1D | 0 | 1B | F0 | 1C | 3E |
| Octal | 204 | 204 | 272 | 35 | 35 | 0 | 33 | 360 | 34 | 76 |
| Binary | 10000100 | 10000100 | 10111010 | 11101 | 11101 | 0 | 11011 | 11110000 | 11100 | 111110 |
Color Harmonies of #8484BA
Complementary color
Monochromatic Colors of #8484BA
Black with #8484BA
Text Example
Text Example
White with #8484BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8484BA; }
p { color: rgb(132,132,186); }
H1.HeaderClassName
{
color: #8484BA;
}
.AnyTagClassName
{
color: #8484BA;
}
</style>
background-color css
<style>
a { background-color: #8484BA; }
a { background-color: rgb(132,132,186); }
div.DivClassName
{
background-color: #8484BA;
}
.BgClassName
{
background-color: #8484BA;
}
</style>
border-color css
<style>
span { border-color: #8484BA; }
span { border-color: rgb(132,132,186); }
td.TdClassName
{
border-color: #8484BA;
}
.TagClassName
{
border-color: #8484BA;
}
</style>