Shades of Moody Blue #8788BD
Tints of Moody Blue #8788BD
RGB
CMYK
RGB Variations
Color information
#8788BD (or 0x8788BD) is known color: Moody Blue. HEX triplet: 87, 88 and BD. RGB value is (135,136,189). Sum of RGB (Red+Green+Blue) = 135+136+189=460 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.35% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #8788BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8788BD is #787742. Grayscale: #8D8D8D. Windows color (decimal): -7894851 or 12421255. OLE color: 12421255.
HSL color Cylindrical-coordinate representation of color #8788BD: hue angle of 238.89º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8788BD is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 136 | 189 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.26 |
| HSL | 238.89º | 0.29% | 0.64% | - |
| HSV(B) | 238.89º | 0.29% | 0.74% | - |
| XYZ | 27.98 | 26.43 | 51.77 | - |
| YUV | 141.74 | 154.67 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 136 | 189 | 0.29 | 0.28 | 0 | 0.26 | 238.89 | 0.29 | 0.64 |
| Hex | 87 | 88 | BD | 1D | 1C | 0 | 1A | EF | 1D | 40 |
| Octal | 207 | 210 | 275 | 35 | 34 | 0 | 32 | 357 | 35 | 100 |
| Binary | 10000111 | 10001000 | 10111101 | 11101 | 11100 | 0 | 11010 | 11101111 | 11101 | 1000000 |
Color Harmonies of #8788BD
Complementary color
Monochromatic Colors of #8788BD
Black with #8788BD
Text Example
Text Example
White with #8788BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8788BD; }
p { color: rgb(135,136,189); }
H1.HeaderClassName
{
color: #8788BD;
}
.AnyTagClassName
{
color: #8788BD;
}
</style>
background-color css
<style>
a { background-color: #8788BD; }
a { background-color: rgb(135,136,189); }
div.DivClassName
{
background-color: #8788BD;
}
.BgClassName
{
background-color: #8788BD;
}
</style>
border-color css
<style>
span { border-color: #8788BD; }
span { border-color: rgb(135,136,189); }
td.TdClassName
{
border-color: #8788BD;
}
.TagClassName
{
border-color: #8788BD;
}
</style>