Shades of Moody Blue #8887C0
Tints of Moody Blue #8887C0
RGB
CMYK
RGB Variations
Color information
#8887C0 (or 0x8887C0) is known color: Moody Blue. HEX triplet: 88, 87 and C0. RGB value is (136,135,192). Sum of RGB (Red+Green+Blue) = 136+135+192=463 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.37% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 192 - color contains mainly: blue. Hex color #8887C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8887C0 is #77783F. Grayscale: #8D8D8D. Windows color (decimal): -7829568 or 12617608. OLE color: 12617608.
HSL color Cylindrical-coordinate representation of color #8887C0: hue angle of 241.05º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8887C0 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 135 | 192 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.25 |
| HSL | 241.05º | 0.31% | 0.64% | - |
| HSV(B) | 241.05º | 0.3% | 0.75% | - |
| XYZ | 28.33 | 26.37 | 53.47 | - |
| YUV | 141.8 | 156.33 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 135 | 192 | 0.29 | 0.30 | 0 | 0.25 | 241.05 | 0.31 | 0.64 |
| Hex | 88 | 87 | C0 | 1D | 1E | 0 | 19 | F1 | 1F | 40 |
| Octal | 210 | 207 | 300 | 35 | 36 | 0 | 31 | 361 | 37 | 100 |
| Binary | 10001000 | 10000111 | 11000000 | 11101 | 11110 | 0 | 11001 | 11110001 | 11111 | 1000000 |
Color Harmonies of #8887C0
Complementary color
Monochromatic Colors of #8887C0
Black with #8887C0
Text Example
Text Example
White with #8887C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8887C0; }
p { color: rgb(136,135,192); }
H1.HeaderClassName
{
color: #8887C0;
}
.AnyTagClassName
{
color: #8887C0;
}
</style>
background-color css
<style>
a { background-color: #8887C0; }
a { background-color: rgb(136,135,192); }
div.DivClassName
{
background-color: #8887C0;
}
.BgClassName
{
background-color: #8887C0;
}
</style>
border-color css
<style>
span { border-color: #8887C0; }
span { border-color: rgb(136,135,192); }
td.TdClassName
{
border-color: #8887C0;
}
.TagClassName
{
border-color: #8887C0;
}
</style>