Shades of Moody Blue #8979BA
Tints of Moody Blue #8979BA
RGB
CMYK
RGB Variations
Color information
#8979BA (or 0x8979BA) is known color: Moody Blue. HEX triplet: 89, 79 and BA. RGB value is (137,121,186). Sum of RGB (Red+Green+Blue) = 137+121+186=444 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.86% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #8979BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8979BA is #768645. Grayscale: #848484. Windows color (decimal): -7767622 or 12220809. OLE color: 12220809.
HSL color Cylindrical-coordinate representation of color #8979BA: hue angle of 254.77º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8979BA is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 121 | 186 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.27 |
| HSL | 254.77º | 0.32% | 0.6% | - |
| HSV(B) | 254.77º | 0.35% | 0.73% | - |
| XYZ | 26.02 | 22.54 | 49.43 | - |
| YUV | 133.19 | 157.8 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 121 | 186 | 0.26 | 0.35 | 0 | 0.27 | 254.77 | 0.32 | 0.6 |
| Hex | 89 | 79 | BA | 1A | 23 | 0 | 1B | FF | 20 | 3C |
| Octal | 211 | 171 | 272 | 32 | 43 | 0 | 33 | 377 | 40 | 74 |
| Binary | 10001001 | 1111001 | 10111010 | 11010 | 100011 | 0 | 11011 | 11111111 | 100000 | 111100 |
Color Harmonies of #8979BA
Complementary color
Monochromatic Colors of #8979BA
Black with #8979BA
Text Example
Text Example
White with #8979BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8979BA; }
p { color: rgb(137,121,186); }
H1.HeaderClassName
{
color: #8979BA;
}
.AnyTagClassName
{
color: #8979BA;
}
</style>
background-color css
<style>
a { background-color: #8979BA; }
a { background-color: rgb(137,121,186); }
div.DivClassName
{
background-color: #8979BA;
}
.BgClassName
{
background-color: #8979BA;
}
</style>
border-color css
<style>
span { border-color: #8979BA; }
span { border-color: rgb(137,121,186); }
td.TdClassName
{
border-color: #8979BA;
}
.TagClassName
{
border-color: #8979BA;
}
</style>