Shades of Moody Blue #8982C6
Tints of Moody Blue #8982C6
RGB
CMYK
RGB Variations
Color information
#8982C6 (or 0x8982C6) is known color: Moody Blue. HEX triplet: 89, 82 and C6. RGB value is (137,130,198). Sum of RGB (Red+Green+Blue) = 137+130+198=465 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.46% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 198 - color contains mainly: blue. Hex color #8982C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8982C6 is #767D39. Grayscale: #8B8B8B. Windows color (decimal): -7765306 or 13009545. OLE color: 13009545.
HSL color Cylindrical-coordinate representation of color #8982C6: hue angle of 246.18º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8982C6 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 137 | 130 | 198 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.22 |
| HSL | 246.18º | 0.37% | 0.64% | - |
| HSV(B) | 246.18º | 0.34% | 0.78% | - |
| XYZ | 28.49 | 25.36 | 56.82 | - |
| YUV | 139.85 | 160.82 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 130 | 198 | 0.31 | 0.34 | 0 | 0.22 | 246.18 | 0.37 | 0.64 |
| Hex | 89 | 82 | C6 | 1F | 22 | 0 | 16 | F6 | 25 | 40 |
| Octal | 211 | 202 | 306 | 37 | 42 | 0 | 26 | 366 | 45 | 100 |
| Binary | 10001001 | 10000010 | 11000110 | 11111 | 100010 | 0 | 10110 | 11110110 | 100101 | 1000000 |
Color Harmonies of #8982C6
Complementary color
Monochromatic Colors of #8982C6
Black with #8982C6
Text Example
Text Example
White with #8982C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8982C6; }
p { color: rgb(137,130,198); }
H1.HeaderClassName
{
color: #8982C6;
}
.AnyTagClassName
{
color: #8982C6;
}
</style>
background-color css
<style>
a { background-color: #8982C6; }
a { background-color: rgb(137,130,198); }
div.DivClassName
{
background-color: #8982C6;
}
.BgClassName
{
background-color: #8982C6;
}
</style>
border-color css
<style>
span { border-color: #8982C6; }
span { border-color: rgb(137,130,198); }
td.TdClassName
{
border-color: #8982C6;
}
.TagClassName
{
border-color: #8982C6;
}
</style>