Shades of Moody Blue #8982BE
Tints of Moody Blue #8982BE
RGB
CMYK
RGB Variations
Color information
#8982BE (or 0x8982BE) is known color: Moody Blue. HEX triplet: 89, 82 and BE. RGB value is (137,130,190). Sum of RGB (Red+Green+Blue) = 137+130+190=457 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.98% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #8982BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8982BE is #767D41. Grayscale: #8A8A8A. Windows color (decimal): -7765314 or 12485257. OLE color: 12485257.
HSL color Cylindrical-coordinate representation of color #8982BE: hue angle of 247º 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 #8982BE is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 130 | 190 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.25 |
| HSL | 247º | 0.32% | 0.63% | - |
| HSV(B) | 247º | 0.32% | 0.75% | - |
| XYZ | 27.59 | 25 | 52.09 | - |
| YUV | 138.93 | 156.82 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 130 | 190 | 0.28 | 0.32 | 0 | 0.25 | 247 | 0.32 | 0.63 |
| Hex | 89 | 82 | BE | 1C | 20 | 0 | 19 | F7 | 20 | 3F |
| Octal | 211 | 202 | 276 | 34 | 40 | 0 | 31 | 367 | 40 | 77 |
| Binary | 10001001 | 10000010 | 10111110 | 11100 | 100000 | 0 | 11001 | 11110111 | 100000 | 111111 |
Color Harmonies of #8982BE
Complementary color
Monochromatic Colors of #8982BE
Black with #8982BE
Text Example
Text Example
White with #8982BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8982BE; }
p { color: rgb(137,130,190); }
H1.HeaderClassName
{
color: #8982BE;
}
.AnyTagClassName
{
color: #8982BE;
}
</style>
background-color css
<style>
a { background-color: #8982BE; }
a { background-color: rgb(137,130,190); }
div.DivClassName
{
background-color: #8982BE;
}
.BgClassName
{
background-color: #8982BE;
}
</style>
border-color css
<style>
span { border-color: #8982BE; }
span { border-color: rgb(137,130,190); }
td.TdClassName
{
border-color: #8982BE;
}
.TagClassName
{
border-color: #8982BE;
}
</style>