Shades of Moody Blue #8978C3
Tints of Moody Blue #8978C3
RGB
CMYK
RGB Variations
Color information
#8978C3 (or 0x8978C3) is known color: Moody Blue. HEX triplet: 89, 78 and C3. RGB value is (137,120,195). Sum of RGB (Red+Green+Blue) = 137+120+195=452 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.31% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 195 (76.56% from 255 or 43.14% from 452); Max value from RGB is 195 - color contains mainly: blue. Hex color #8978C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8978C3 is #76873C. Grayscale: #858585. Windows color (decimal): -7767869 or 12810377. OLE color: 12810377.
HSL color Cylindrical-coordinate representation of color #8978C3: hue angle of 253.6º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8978C3 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 120 | 195 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.24 |
| HSL | 253.6º | 0.38% | 0.62% | - |
| HSV(B) | 253.6º | 0.38% | 0.76% | - |
| XYZ | 26.88 | 22.69 | 54.59 | - |
| YUV | 133.63 | 162.63 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 120 | 195 | 0.30 | 0.38 | 0 | 0.24 | 253.6 | 0.38 | 0.62 |
| Hex | 89 | 78 | C3 | 1E | 26 | 0 | 18 | FE | 26 | 3E |
| Octal | 211 | 170 | 303 | 36 | 46 | 0 | 30 | 376 | 46 | 76 |
| Binary | 10001001 | 1111000 | 11000011 | 11110 | 100110 | 0 | 11000 | 11111110 | 100110 | 111110 |
Color Harmonies of #8978C3
Complementary color
Monochromatic Colors of #8978C3
Black with #8978C3
Text Example
Text Example
White with #8978C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8978C3; }
p { color: rgb(137,120,195); }
H1.HeaderClassName
{
color: #8978C3;
}
.AnyTagClassName
{
color: #8978C3;
}
</style>
background-color css
<style>
a { background-color: #8978C3; }
a { background-color: rgb(137,120,195); }
div.DivClassName
{
background-color: #8978C3;
}
.BgClassName
{
background-color: #8978C3;
}
</style>
border-color css
<style>
span { border-color: #8978C3; }
span { border-color: rgb(137,120,195); }
td.TdClassName
{
border-color: #8978C3;
}
.TagClassName
{
border-color: #8978C3;
}
</style>