Shades of Moody Blue #8979C1
Tints of Moody Blue #8979C1
RGB
CMYK
RGB Variations
Color information
#8979C1 (or 0x8979C1) is known color: Moody Blue. HEX triplet: 89, 79 and C1. RGB value is (137,121,193). Sum of RGB (Red+Green+Blue) = 137+121+193=451 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.38% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 193 (75.78% from 255 or 42.79% from 451); Max value from RGB is 193 - color contains mainly: blue. Hex color #8979C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8979C1 is #76863E. Grayscale: #858585. Windows color (decimal): -7767615 or 12679561. OLE color: 12679561.
HSL color Cylindrical-coordinate representation of color #8979C1: hue angle of 253.33º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8979C1 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 121 | 193 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.24 |
| HSL | 253.33º | 0.37% | 0.62% | - |
| HSV(B) | 253.33º | 0.37% | 0.76% | - |
| XYZ | 26.78 | 22.84 | 53.45 | - |
| YUV | 133.99 | 161.3 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 121 | 193 | 0.29 | 0.37 | 0 | 0.24 | 253.33 | 0.37 | 0.62 |
| Hex | 89 | 79 | C1 | 1D | 25 | 0 | 18 | FD | 25 | 3E |
| Octal | 211 | 171 | 301 | 35 | 45 | 0 | 30 | 375 | 45 | 76 |
| Binary | 10001001 | 1111001 | 11000001 | 11101 | 100101 | 0 | 11000 | 11111101 | 100101 | 111110 |
Color Harmonies of #8979C1
Complementary color
Monochromatic Colors of #8979C1
Black with #8979C1
Text Example
Text Example
White with #8979C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8979C1; }
p { color: rgb(137,121,193); }
H1.HeaderClassName
{
color: #8979C1;
}
.AnyTagClassName
{
color: #8979C1;
}
</style>
background-color css
<style>
a { background-color: #8979C1; }
a { background-color: rgb(137,121,193); }
div.DivClassName
{
background-color: #8979C1;
}
.BgClassName
{
background-color: #8979C1;
}
</style>
border-color css
<style>
span { border-color: #8979C1; }
span { border-color: rgb(137,121,193); }
td.TdClassName
{
border-color: #8979C1;
}
.TagClassName
{
border-color: #8979C1;
}
</style>