Shades of Moody Blue #8978D1
Tints of Moody Blue #8978D1
RGB
CMYK
RGB Variations
Color information
#8978D1 (or 0x8978D1) is known color: Moody Blue. HEX triplet: 89, 78 and D1. RGB value is (137,120,209). Sum of RGB (Red+Green+Blue) = 137+120+209=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 209 - color contains mainly: blue. Hex color #8978D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8978D1 is #76872E. Grayscale: #868686. Windows color (decimal): -7767855 or 13727881. OLE color: 13727881.
HSL color Cylindrical-coordinate representation of color #8978D1: hue angle of 251.46º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8978D1 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 120 | 209 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.18 |
| HSL | 251.46º | 0.49% | 0.65% | - |
| HSV(B) | 251.46º | 0.43% | 0.82% | - |
| XYZ | 28.54 | 23.35 | 63.33 | - |
| YUV | 135.23 | 169.63 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 120 | 209 | 0.34 | 0.43 | 0 | 0.18 | 251.46 | 0.49 | 0.65 |
| Hex | 89 | 78 | D1 | 22 | 2B | 0 | 12 | FB | 31 | 41 |
| Octal | 211 | 170 | 321 | 42 | 53 | 0 | 22 | 373 | 61 | 101 |
| Binary | 10001001 | 1111000 | 11010001 | 100010 | 101011 | 0 | 10010 | 11111011 | 110001 | 1000001 |
Color Harmonies of #8978D1
Complementary color
Monochromatic Colors of #8978D1
Black with #8978D1
Text Example
Text Example
White with #8978D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8978D1; }
p { color: rgb(137,120,209); }
H1.HeaderClassName
{
color: #8978D1;
}
.AnyTagClassName
{
color: #8978D1;
}
</style>
background-color css
<style>
a { background-color: #8978D1; }
a { background-color: rgb(137,120,209); }
div.DivClassName
{
background-color: #8978D1;
}
.BgClassName
{
background-color: #8978D1;
}
</style>
border-color css
<style>
span { border-color: #8978D1; }
span { border-color: rgb(137,120,209); }
td.TdClassName
{
border-color: #8978D1;
}
.TagClassName
{
border-color: #8978D1;
}
</style>