Shades of Moody Blue #8887BC
Tints of Moody Blue #8887BC
RGB
CMYK
RGB Variations
Color information
#8887BC (or 0x8887BC) is known color: Moody Blue. HEX triplet: 88, 87 and BC. RGB value is (136,135,188). Sum of RGB (Red+Green+Blue) = 136+135+188=459 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.63% from 459); Green value is 135 (53.12% from 255 or 29.41% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #8887BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8887BC is #777843. Grayscale: #8D8D8D. Windows color (decimal): -7829572 or 12355464. OLE color: 12355464.
HSL color Cylindrical-coordinate representation of color #8887BC: hue angle of 241.13º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8887BC is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 135 | 188 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.26 |
| HSL | 241.13º | 0.28% | 0.63% | - |
| HSV(B) | 241.13º | 0.28% | 0.74% | - |
| XYZ | 27.89 | 26.19 | 51.16 | - |
| YUV | 141.34 | 154.33 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 135 | 188 | 0.28 | 0.28 | 0 | 0.26 | 241.13 | 0.28 | 0.63 |
| Hex | 88 | 87 | BC | 1C | 1C | 0 | 1A | F1 | 1C | 3F |
| Octal | 210 | 207 | 274 | 34 | 34 | 0 | 32 | 361 | 34 | 77 |
| Binary | 10001000 | 10000111 | 10111100 | 11100 | 11100 | 0 | 11010 | 11110001 | 11100 | 111111 |
Color Harmonies of #8887BC
Complementary color
Monochromatic Colors of #8887BC
Black with #8887BC
Text Example
Text Example
White with #8887BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8887BC; }
p { color: rgb(136,135,188); }
H1.HeaderClassName
{
color: #8887BC;
}
.AnyTagClassName
{
color: #8887BC;
}
</style>
background-color css
<style>
a { background-color: #8887BC; }
a { background-color: rgb(136,135,188); }
div.DivClassName
{
background-color: #8887BC;
}
.BgClassName
{
background-color: #8887BC;
}
</style>
border-color css
<style>
span { border-color: #8887BC; }
span { border-color: rgb(136,135,188); }
td.TdClassName
{
border-color: #8887BC;
}
.TagClassName
{
border-color: #8887BC;
}
</style>