Shades of Moody Blue #8D82BF
Tints of Moody Blue #8D82BF
RGB
CMYK
RGB Variations
Color information
#8D82BF (or 0x8D82BF) is known color: Moody Blue. HEX triplet: 8D, 82 and BF. RGB value is (141,130,191). Sum of RGB (Red+Green+Blue) = 141+130+191=462 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.52% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D82BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D82BF is #727D40. Grayscale: #8C8C8C. Windows color (decimal): -7503169 or 12550797. OLE color: 12550797.
HSL color Cylindrical-coordinate representation of color #8D82BF: hue angle of 250.82º 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 #8D82BF is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 130 | 191 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.25 |
| HSL | 250.82º | 0.32% | 0.63% | - |
| HSV(B) | 250.82º | 0.32% | 0.75% | - |
| XYZ | 28.37 | 25.39 | 52.7 | - |
| YUV | 140.24 | 156.64 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 130 | 191 | 0.26 | 0.32 | 0 | 0.25 | 250.82 | 0.32 | 0.63 |
| Hex | 8D | 82 | BF | 1A | 20 | 0 | 19 | FB | 20 | 3F |
| Octal | 215 | 202 | 277 | 32 | 40 | 0 | 31 | 373 | 40 | 77 |
| Binary | 10001101 | 10000010 | 10111111 | 11010 | 100000 | 0 | 11001 | 11111011 | 100000 | 111111 |
Color Harmonies of #8D82BF
Complementary color
Monochromatic Colors of #8D82BF
Black with #8D82BF
Text Example
Text Example
White with #8D82BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D82BF; }
p { color: rgb(141,130,191); }
H1.HeaderClassName
{
color: #8D82BF;
}
.AnyTagClassName
{
color: #8D82BF;
}
</style>
background-color css
<style>
a { background-color: #8D82BF; }
a { background-color: rgb(141,130,191); }
div.DivClassName
{
background-color: #8D82BF;
}
.BgClassName
{
background-color: #8D82BF;
}
</style>
border-color css
<style>
span { border-color: #8D82BF; }
span { border-color: rgb(141,130,191); }
td.TdClassName
{
border-color: #8D82BF;
}
.TagClassName
{
border-color: #8D82BF;
}
</style>