Shades of Moody Blue #8982BC
Tints of Moody Blue #8982BC
RGB
CMYK
RGB Variations
Color information
#8982BC (or 0x8982BC) is known color: Moody Blue. HEX triplet: 89, 82 and BC. RGB value is (137,130,188). Sum of RGB (Red+Green+Blue) = 137+130+188=455 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.11% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #8982BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8982BC is #767D43. Grayscale: #8A8A8A. Windows color (decimal): -7765316 or 12354185. OLE color: 12354185.
HSL color Cylindrical-coordinate representation of color #8982BC: hue angle of 247.24º 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 #8982BC is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 130 | 188 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.26 |
| HSL | 247.24º | 0.3% | 0.62% | - |
| HSV(B) | 247.24º | 0.31% | 0.74% | - |
| XYZ | 27.38 | 24.91 | 50.94 | - |
| YUV | 138.71 | 155.82 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 130 | 188 | 0.27 | 0.31 | 0 | 0.26 | 247.24 | 0.3 | 0.62 |
| Hex | 89 | 82 | BC | 1B | 1F | 0 | 1A | F7 | 1E | 3E |
| Octal | 211 | 202 | 274 | 33 | 37 | 0 | 32 | 367 | 36 | 76 |
| Binary | 10001001 | 10000010 | 10111100 | 11011 | 11111 | 0 | 11010 | 11110111 | 11110 | 111110 |
Color Harmonies of #8982BC
Complementary color
Monochromatic Colors of #8982BC
Black with #8982BC
Text Example
Text Example
White with #8982BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8982BC; }
p { color: rgb(137,130,188); }
H1.HeaderClassName
{
color: #8982BC;
}
.AnyTagClassName
{
color: #8982BC;
}
</style>
background-color css
<style>
a { background-color: #8982BC; }
a { background-color: rgb(137,130,188); }
div.DivClassName
{
background-color: #8982BC;
}
.BgClassName
{
background-color: #8982BC;
}
</style>
border-color css
<style>
span { border-color: #8982BC; }
span { border-color: rgb(137,130,188); }
td.TdClassName
{
border-color: #8982BC;
}
.TagClassName
{
border-color: #8982BC;
}
</style>