Shades of Moody Blue #878AC7
Tints of Moody Blue #878AC7
RGB
CMYK
RGB Variations
Color information
#878AC7 (or 0x878AC7) is known color: Moody Blue. HEX triplet: 87, 8A and C7. RGB value is (135,138,199). Sum of RGB (Red+Green+Blue) = 135+138+199=472 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.60% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 199 - color contains mainly: blue. Hex color #878AC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878AC7 is #787538. Grayscale: #8F8F8F. Windows color (decimal): -7894329 or 13077127. OLE color: 13077127.
HSL color Cylindrical-coordinate representation of color #878AC7: hue angle of 237.19º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #878AC7 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 135 | 138 | 199 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.22 |
| HSL | 237.19º | 0.36% | 0.65% | - |
| HSV(B) | 237.19º | 0.32% | 0.78% | - |
| XYZ | 29.39 | 27.45 | 57.78 | - |
| YUV | 144.06 | 159.01 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 138 | 199 | 0.32 | 0.31 | 0 | 0.22 | 237.19 | 0.36 | 0.65 |
| Hex | 87 | 8A | C7 | 20 | 1F | 0 | 16 | ED | 24 | 41 |
| Octal | 207 | 212 | 307 | 40 | 37 | 0 | 26 | 355 | 44 | 101 |
| Binary | 10000111 | 10001010 | 11000111 | 100000 | 11111 | 0 | 10110 | 11101101 | 100100 | 1000001 |
Color Harmonies of #878AC7
Complementary color
Monochromatic Colors of #878AC7
Black with #878AC7
Text Example
Text Example
White with #878AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878AC7; }
p { color: rgb(135,138,199); }
H1.HeaderClassName
{
color: #878AC7;
}
.AnyTagClassName
{
color: #878AC7;
}
</style>
background-color css
<style>
a { background-color: #878AC7; }
a { background-color: rgb(135,138,199); }
div.DivClassName
{
background-color: #878AC7;
}
.BgClassName
{
background-color: #878AC7;
}
</style>
border-color css
<style>
span { border-color: #878AC7; }
span { border-color: rgb(135,138,199); }
td.TdClassName
{
border-color: #878AC7;
}
.TagClassName
{
border-color: #878AC7;
}
</style>