Shades of Moody Blue #8484D3
Tints of Moody Blue #8484D3
RGB
CMYK
RGB Variations
Color information
#8484D3 (or 0x8484D3) is known color: Moody Blue. HEX triplet: 84, 84 and D3. RGB value is (132,132,211). Sum of RGB (Red+Green+Blue) = 132+132+211=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 211 (82.81% from 255 or 44.42% from 475); Max value from RGB is 211 - color contains mainly: blue. Hex color #8484D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8484D3 is #7B7B2C. Grayscale: #8C8C8C. Windows color (decimal): -8092461 or 13862020. OLE color: 13862020.
HSL color Cylindrical-coordinate representation of color #8484D3: hue angle of 240º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8484D3 is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 132 | 132 | 211 | - |
| CMYK | 0.37 | 0.37 | 0 | 0.17 |
| HSL | 240º | 0.47% | 0.67% | - |
| HSV(B) | 240º | 0.37% | 0.83% | - |
| XYZ | 29.52 | 26.11 | 65.11 | - |
| YUV | 141.01 | 167.5 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 132 | 211 | 0.37 | 0.37 | 0 | 0.17 | 240 | 0.47 | 0.67 |
| Hex | 84 | 84 | D3 | 25 | 25 | 0 | 11 | F0 | 2F | 43 |
| Octal | 204 | 204 | 323 | 45 | 45 | 0 | 21 | 360 | 57 | 103 |
| Binary | 10000100 | 10000100 | 11010011 | 100101 | 100101 | 0 | 10001 | 11110000 | 101111 | 1000011 |
Color Harmonies of #8484D3
Complementary color
Monochromatic Colors of #8484D3
Black with #8484D3
Text Example
Text Example
White with #8484D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8484D3; }
p { color: rgb(132,132,211); }
H1.HeaderClassName
{
color: #8484D3;
}
.AnyTagClassName
{
color: #8484D3;
}
</style>
background-color css
<style>
a { background-color: #8484D3; }
a { background-color: rgb(132,132,211); }
div.DivClassName
{
background-color: #8484D3;
}
.BgClassName
{
background-color: #8484D3;
}
</style>
border-color css
<style>
span { border-color: #8484D3; }
span { border-color: rgb(132,132,211); }
td.TdClassName
{
border-color: #8484D3;
}
.TagClassName
{
border-color: #8484D3;
}
</style>