Shades of Moody Blue #8482BE
Tints of Moody Blue #8482BE
RGB
CMYK
RGB Variations
Color information
#8482BE (or 0x8482BE) is known color: Moody Blue. HEX triplet: 84, 82 and BE. RGB value is (132,130,190). Sum of RGB (Red+Green+Blue) = 132+130+190=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #8482BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8482BE is #7B7D41. Grayscale: #898989. Windows color (decimal): -8092994 or 12485252. OLE color: 12485252.
HSL color Cylindrical-coordinate representation of color #8482BE: hue angle of 242º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8482BE is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 130 | 190 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.25 |
| HSL | 242º | 0.32% | 0.63% | - |
| HSV(B) | 242º | 0.32% | 0.75% | - |
| XYZ | 26.79 | 24.59 | 52.05 | - |
| YUV | 137.44 | 157.66 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 190 | 0.31 | 0.32 | 0 | 0.25 | 242 | 0.32 | 0.63 |
| Hex | 84 | 82 | BE | 1F | 20 | 0 | 19 | F2 | 20 | 3F |
| Octal | 204 | 202 | 276 | 37 | 40 | 0 | 31 | 362 | 40 | 77 |
| Binary | 10000100 | 10000010 | 10111110 | 11111 | 100000 | 0 | 11001 | 11110010 | 100000 | 111111 |
Color Harmonies of #8482BE
Complementary color
Monochromatic Colors of #8482BE
Black with #8482BE
Text Example
Text Example
White with #8482BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8482BE; }
p { color: rgb(132,130,190); }
H1.HeaderClassName
{
color: #8482BE;
}
.AnyTagClassName
{
color: #8482BE;
}
</style>
background-color css
<style>
a { background-color: #8482BE; }
a { background-color: rgb(132,130,190); }
div.DivClassName
{
background-color: #8482BE;
}
.BgClassName
{
background-color: #8482BE;
}
</style>
border-color css
<style>
span { border-color: #8482BE; }
span { border-color: rgb(132,130,190); }
td.TdClassName
{
border-color: #8482BE;
}
.TagClassName
{
border-color: #8482BE;
}
</style>