Shades of Moody Blue #8978C4
Tints of Moody Blue #8978C4
RGB
CMYK
RGB Variations
Color information
#8978C4 (or 0x8978C4) is known color: Moody Blue. HEX triplet: 89, 78 and C4. RGB value is (137,120,196). Sum of RGB (Red+Green+Blue) = 137+120+196=453 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.24% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 196 (76.95% from 255 or 43.27% from 453); Max value from RGB is 196 - color contains mainly: blue. Hex color #8978C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8978C4 is #76873B. Grayscale: #858585. Windows color (decimal): -7767868 or 12875913. OLE color: 12875913.
HSL color Cylindrical-coordinate representation of color #8978C4: hue angle of 253.42º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8978C4 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 120 | 196 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.23 |
| HSL | 253.42º | 0.39% | 0.62% | - |
| HSV(B) | 253.42º | 0.39% | 0.77% | - |
| XYZ | 27 | 22.74 | 55.19 | - |
| YUV | 133.75 | 163.13 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 120 | 196 | 0.30 | 0.39 | 0 | 0.23 | 253.42 | 0.39 | 0.62 |
| Hex | 89 | 78 | C4 | 1E | 27 | 0 | 17 | FD | 27 | 3E |
| Octal | 211 | 170 | 304 | 36 | 47 | 0 | 27 | 375 | 47 | 76 |
| Binary | 10001001 | 1111000 | 11000100 | 11110 | 100111 | 0 | 10111 | 11111101 | 100111 | 111110 |
Color Harmonies of #8978C4
Complementary color
Monochromatic Colors of #8978C4
Black with #8978C4
Text Example
Text Example
White with #8978C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8978C4; }
p { color: rgb(137,120,196); }
H1.HeaderClassName
{
color: #8978C4;
}
.AnyTagClassName
{
color: #8978C4;
}
</style>
background-color css
<style>
a { background-color: #8978C4; }
a { background-color: rgb(137,120,196); }
div.DivClassName
{
background-color: #8978C4;
}
.BgClassName
{
background-color: #8978C4;
}
</style>
border-color css
<style>
span { border-color: #8978C4; }
span { border-color: rgb(137,120,196); }
td.TdClassName
{
border-color: #8978C4;
}
.TagClassName
{
border-color: #8978C4;
}
</style>