Shades of Moody Blue #8979D5
Tints of Moody Blue #8979D5
RGB
CMYK
RGB Variations
Color information
#8979D5 (or 0x8979D5) is known color: Moody Blue. HEX triplet: 89, 79 and D5. RGB value is (137,121,213). Sum of RGB (Red+Green+Blue) = 137+121+213=471 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.09% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #8979D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8979D5 is #76862A. Grayscale: #878787. Windows color (decimal): -7767595 or 13990281. OLE color: 13990281.
HSL color Cylindrical-coordinate representation of color #8979D5: hue angle of 250.43º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8979D5 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 137 | 121 | 213 | - |
| CMYK | 0.36 | 0.43 | 0 | 0.16 |
| HSL | 250.43º | 0.52% | 0.65% | - |
| HSV(B) | 250.43º | 0.43% | 0.84% | - |
| XYZ | 29.16 | 23.8 | 66.01 | - |
| YUV | 136.27 | 171.3 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 121 | 213 | 0.36 | 0.43 | 0 | 0.16 | 250.43 | 0.52 | 0.65 |
| Hex | 89 | 79 | D5 | 24 | 2B | 0 | 10 | FA | 34 | 41 |
| Octal | 211 | 171 | 325 | 44 | 53 | 0 | 20 | 372 | 64 | 101 |
| Binary | 10001001 | 1111001 | 11010101 | 100100 | 101011 | 0 | 10000 | 11111010 | 110100 | 1000001 |
Color Harmonies of #8979D5
Complementary color
Monochromatic Colors of #8979D5
Black with #8979D5
Text Example
Text Example
White with #8979D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8979D5; }
p { color: rgb(137,121,213); }
H1.HeaderClassName
{
color: #8979D5;
}
.AnyTagClassName
{
color: #8979D5;
}
</style>
background-color css
<style>
a { background-color: #8979D5; }
a { background-color: rgb(137,121,213); }
div.DivClassName
{
background-color: #8979D5;
}
.BgClassName
{
background-color: #8979D5;
}
</style>
border-color css
<style>
span { border-color: #8979D5; }
span { border-color: rgb(137,121,213); }
td.TdClassName
{
border-color: #8979D5;
}
.TagClassName
{
border-color: #8979D5;
}
</style>