Shades of Moody Blue #887BBB
Tints of Moody Blue #887BBB
RGB
CMYK
RGB Variations
Color information
#887BBB (or 0x887BBB) is known color: Moody Blue. HEX triplet: 88, 7B and BB. RGB value is (136,123,187). Sum of RGB (Red+Green+Blue) = 136+123+187=446 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.49% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #887BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887BBB is #778444. Grayscale: #858585. Windows color (decimal): -7832645 or 12286856. OLE color: 12286856.
HSL color Cylindrical-coordinate representation of color #887BBB: hue angle of 252.19º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #887BBB is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 123 | 187 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.27 |
| HSL | 252.19º | 0.32% | 0.61% | - |
| HSV(B) | 252.19º | 0.34% | 0.73% | - |
| XYZ | 26.21 | 22.99 | 50.07 | - |
| YUV | 134.18 | 157.81 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 123 | 187 | 0.27 | 0.34 | 0 | 0.27 | 252.19 | 0.32 | 0.61 |
| Hex | 88 | 7B | BB | 1B | 22 | 0 | 1B | FC | 20 | 3D |
| Octal | 210 | 173 | 273 | 33 | 42 | 0 | 33 | 374 | 40 | 75 |
| Binary | 10001000 | 1111011 | 10111011 | 11011 | 100010 | 0 | 11011 | 11111100 | 100000 | 111101 |
Color Harmonies of #887BBB
Complementary color
Monochromatic Colors of #887BBB
Black with #887BBB
Text Example
Text Example
White with #887BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887BBB; }
p { color: rgb(136,123,187); }
H1.HeaderClassName
{
color: #887BBB;
}
.AnyTagClassName
{
color: #887BBB;
}
</style>
background-color css
<style>
a { background-color: #887BBB; }
a { background-color: rgb(136,123,187); }
div.DivClassName
{
background-color: #887BBB;
}
.BgClassName
{
background-color: #887BBB;
}
</style>
border-color css
<style>
span { border-color: #887BBB; }
span { border-color: rgb(136,123,187); }
td.TdClassName
{
border-color: #887BBB;
}
.TagClassName
{
border-color: #887BBB;
}
</style>