Shades of Moody Blue #8482DD
Tints of Moody Blue #8482DD
RGB
CMYK
RGB Variations
Color information
#8482DD (or 0x8482DD) is known color: Moody Blue. HEX triplet: 84, 82 and DD. RGB value is (132,130,221). Sum of RGB (Red+Green+Blue) = 132+130+221=483 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.33% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #8482DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8482DD is #7B7D22. Grayscale: #8C8C8C. Windows color (decimal): -8092963 or 14516868. OLE color: 14516868.
HSL color Cylindrical-coordinate representation of color #8482DD: hue angle of 241.32º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8482DD is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 130 | 221 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.13 |
| HSL | 241.32º | 0.57% | 0.69% | - |
| HSV(B) | 241.32º | 0.41% | 0.87% | - |
| XYZ | 30.55 | 26.09 | 71.83 | - |
| YUV | 140.97 | 173.16 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 221 | 0.40 | 0.41 | 0 | 0.13 | 241.32 | 0.57 | 0.69 |
| Hex | 84 | 82 | DD | 28 | 29 | 0 | D | F1 | 39 | 45 |
| Octal | 204 | 202 | 335 | 50 | 51 | 0 | 15 | 361 | 71 | 105 |
| Binary | 10000100 | 10000010 | 11011101 | 101000 | 101001 | 0 | 1101 | 11110001 | 111001 | 1000101 |
Color Harmonies of #8482DD
Complementary color
Monochromatic Colors of #8482DD
Black with #8482DD
Text Example
Text Example
White with #8482DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8482DD; }
p { color: rgb(132,130,221); }
H1.HeaderClassName
{
color: #8482DD;
}
.AnyTagClassName
{
color: #8482DD;
}
</style>
background-color css
<style>
a { background-color: #8482DD; }
a { background-color: rgb(132,130,221); }
div.DivClassName
{
background-color: #8482DD;
}
.BgClassName
{
background-color: #8482DD;
}
</style>
border-color css
<style>
span { border-color: #8482DD; }
span { border-color: rgb(132,130,221); }
td.TdClassName
{
border-color: #8482DD;
}
.TagClassName
{
border-color: #8482DD;
}
</style>