Shades of Moody Blue #8887C4
Tints of Moody Blue #8887C4
RGB
CMYK
RGB Variations
Color information
#8887C4 (or 0x8887C4) is known color: Moody Blue. HEX triplet: 88, 87 and C4. RGB value is (136,135,196). Sum of RGB (Red+Green+Blue) = 136+135+196=467 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.12% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 196 - color contains mainly: blue. Hex color #8887C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8887C4 is #77783B. Grayscale: #8E8E8E. Windows color (decimal): -7829564 or 12879752. OLE color: 12879752.
HSL color Cylindrical-coordinate representation of color #8887C4: hue angle of 240.98º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8887C4 is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 136 | 135 | 196 | - |
| CMYK | 0.31 | 0.31 | 0 | 0.23 |
| HSL | 240.98º | 0.34% | 0.65% | - |
| HSV(B) | 240.98º | 0.31% | 0.77% | - |
| XYZ | 28.78 | 26.55 | 55.83 | - |
| YUV | 142.25 | 158.33 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 135 | 196 | 0.31 | 0.31 | 0 | 0.23 | 240.98 | 0.34 | 0.65 |
| Hex | 88 | 87 | C4 | 1F | 1F | 0 | 17 | F1 | 22 | 41 |
| Octal | 210 | 207 | 304 | 37 | 37 | 0 | 27 | 361 | 42 | 101 |
| Binary | 10001000 | 10000111 | 11000100 | 11111 | 11111 | 0 | 10111 | 11110001 | 100010 | 1000001 |
Color Harmonies of #8887C4
Complementary color
Monochromatic Colors of #8887C4
Black with #8887C4
Text Example
Text Example
White with #8887C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8887C4; }
p { color: rgb(136,135,196); }
H1.HeaderClassName
{
color: #8887C4;
}
.AnyTagClassName
{
color: #8887C4;
}
</style>
background-color css
<style>
a { background-color: #8887C4; }
a { background-color: rgb(136,135,196); }
div.DivClassName
{
background-color: #8887C4;
}
.BgClassName
{
background-color: #8887C4;
}
</style>
border-color css
<style>
span { border-color: #8887C4; }
span { border-color: rgb(136,135,196); }
td.TdClassName
{
border-color: #8887C4;
}
.TagClassName
{
border-color: #8887C4;
}
</style>