Shades of Moody Blue #8482BC
Tints of Moody Blue #8482BC
RGB
CMYK
RGB Variations
Color information
#8482BC (or 0x8482BC) is known color: Moody Blue. HEX triplet: 84, 82 and BC. RGB value is (132,130,188). Sum of RGB (Red+Green+Blue) = 132+130+188=450 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.33% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #8482BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8482BC is #7B7D43. Grayscale: #888888. Windows color (decimal): -8092996 or 12354180. OLE color: 12354180.
HSL color Cylindrical-coordinate representation of color #8482BC: hue angle of 242.07º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8482BC is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 130 | 188 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.26 |
| HSL | 242.07º | 0.3% | 0.62% | - |
| HSV(B) | 242.07º | 0.31% | 0.74% | - |
| XYZ | 26.58 | 24.5 | 50.91 | - |
| YUV | 137.21 | 156.66 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 188 | 0.30 | 0.31 | 0 | 0.26 | 242.07 | 0.3 | 0.62 |
| Hex | 84 | 82 | BC | 1E | 1F | 0 | 1A | F2 | 1E | 3E |
| Octal | 204 | 202 | 274 | 36 | 37 | 0 | 32 | 362 | 36 | 76 |
| Binary | 10000100 | 10000010 | 10111100 | 11110 | 11111 | 0 | 11010 | 11110010 | 11110 | 111110 |
Color Harmonies of #8482BC
Complementary color
Monochromatic Colors of #8482BC
Black with #8482BC
Text Example
Text Example
White with #8482BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8482BC; }
p { color: rgb(132,130,188); }
H1.HeaderClassName
{
color: #8482BC;
}
.AnyTagClassName
{
color: #8482BC;
}
</style>
background-color css
<style>
a { background-color: #8482BC; }
a { background-color: rgb(132,130,188); }
div.DivClassName
{
background-color: #8482BC;
}
.BgClassName
{
background-color: #8482BC;
}
</style>
border-color css
<style>
span { border-color: #8482BC; }
span { border-color: rgb(132,130,188); }
td.TdClassName
{
border-color: #8482BC;
}
.TagClassName
{
border-color: #8482BC;
}
</style>