Shades of Moody Blue #8979BC
Tints of Moody Blue #8979BC
RGB
CMYK
RGB Variations
Color information
#8979BC (or 0x8979BC) is known color: Moody Blue. HEX triplet: 89, 79 and BC. RGB value is (137,121,188). Sum of RGB (Red+Green+Blue) = 137+121+188=446 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.72% from 446); Green value is 121 (47.66% from 255 or 27.13% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #8979BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8979BC is #768643. Grayscale: #858585. Windows color (decimal): -7767620 or 12351881. OLE color: 12351881.
HSL color Cylindrical-coordinate representation of color #8979BC: hue angle of 254.33º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8979BC is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 121 | 188 | - |
| CMYK | 0.27 | 0.36 | 0 | 0.26 |
| HSL | 254.33º | 0.33% | 0.61% | - |
| HSV(B) | 254.33º | 0.36% | 0.74% | - |
| XYZ | 26.23 | 22.62 | 50.56 | - |
| YUV | 133.42 | 158.8 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 121 | 188 | 0.27 | 0.36 | 0 | 0.26 | 254.33 | 0.33 | 0.61 |
| Hex | 89 | 79 | BC | 1B | 24 | 0 | 1A | FE | 21 | 3D |
| Octal | 211 | 171 | 274 | 33 | 44 | 0 | 32 | 376 | 41 | 75 |
| Binary | 10001001 | 1111001 | 10111100 | 11011 | 100100 | 0 | 11010 | 11111110 | 100001 | 111101 |
Color Harmonies of #8979BC
Complementary color
Monochromatic Colors of #8979BC
Black with #8979BC
Text Example
Text Example
White with #8979BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8979BC; }
p { color: rgb(137,121,188); }
H1.HeaderClassName
{
color: #8979BC;
}
.AnyTagClassName
{
color: #8979BC;
}
</style>
background-color css
<style>
a { background-color: #8979BC; }
a { background-color: rgb(137,121,188); }
div.DivClassName
{
background-color: #8979BC;
}
.BgClassName
{
background-color: #8979BC;
}
</style>
border-color css
<style>
span { border-color: #8979BC; }
span { border-color: rgb(137,121,188); }
td.TdClassName
{
border-color: #8979BC;
}
.TagClassName
{
border-color: #8979BC;
}
</style>