Shades of Moody Blue #8482DC
Tints of Moody Blue #8482DC
RGB
CMYK
RGB Variations
Color information
#8482DC (or 0x8482DC) is known color: Moody Blue. HEX triplet: 84, 82 and DC. RGB value is (132,130,220). Sum of RGB (Red+Green+Blue) = 132+130+220=482 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.39% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #8482DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8482DC is #7B7D23. Grayscale: #8C8C8C. Windows color (decimal): -8092964 or 14451332. OLE color: 14451332.
HSL color Cylindrical-coordinate representation of color #8482DC: hue angle of 241.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8482DC is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 130 | 220 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.14 |
| HSL | 241.33º | 0.56% | 0.69% | - |
| HSV(B) | 241.33º | 0.41% | 0.86% | - |
| XYZ | 30.42 | 26.04 | 71.13 | - |
| YUV | 140.86 | 172.66 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 220 | 0.40 | 0.41 | 0 | 0.14 | 241.33 | 0.56 | 0.69 |
| Hex | 84 | 82 | DC | 28 | 29 | 0 | E | F1 | 38 | 45 |
| Octal | 204 | 202 | 334 | 50 | 51 | 0 | 16 | 361 | 70 | 105 |
| Binary | 10000100 | 10000010 | 11011100 | 101000 | 101001 | 0 | 1110 | 11110001 | 111000 | 1000101 |
Color Harmonies of #8482DC
Complementary color
Monochromatic Colors of #8482DC
Black with #8482DC
Text Example
Text Example
White with #8482DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8482DC; }
p { color: rgb(132,130,220); }
H1.HeaderClassName
{
color: #8482DC;
}
.AnyTagClassName
{
color: #8482DC;
}
</style>
background-color css
<style>
a { background-color: #8482DC; }
a { background-color: rgb(132,130,220); }
div.DivClassName
{
background-color: #8482DC;
}
.BgClassName
{
background-color: #8482DC;
}
</style>
border-color css
<style>
span { border-color: #8482DC; }
span { border-color: rgb(132,130,220); }
td.TdClassName
{
border-color: #8482DC;
}
.TagClassName
{
border-color: #8482DC;
}
</style>