Shades of Moody Blue #887BBC
Tints of Moody Blue #887BBC
RGB
CMYK
RGB Variations
Color information
#887BBC (or 0x887BBC) is known color: Moody Blue. HEX triplet: 88, 7B and BC. RGB value is (136,123,188). Sum of RGB (Red+Green+Blue) = 136+123+188=447 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.43% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #887BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887BBC is #778443. Grayscale: #868686. Windows color (decimal): -7832644 or 12352392. OLE color: 12352392.
HSL color Cylindrical-coordinate representation of color #887BBC: hue angle of 252º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #887BBC is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 123 | 188 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.26 |
| HSL | 252º | 0.33% | 0.61% | - |
| HSV(B) | 252º | 0.35% | 0.74% | - |
| XYZ | 26.31 | 23.03 | 50.64 | - |
| YUV | 134.3 | 158.31 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 123 | 188 | 0.28 | 0.35 | 0 | 0.26 | 252 | 0.33 | 0.61 |
| Hex | 88 | 7B | BC | 1C | 23 | 0 | 1A | FC | 21 | 3D |
| Octal | 210 | 173 | 274 | 34 | 43 | 0 | 32 | 374 | 41 | 75 |
| Binary | 10001000 | 1111011 | 10111100 | 11100 | 100011 | 0 | 11010 | 11111100 | 100001 | 111101 |
Color Harmonies of #887BBC
Complementary color
Monochromatic Colors of #887BBC
Black with #887BBC
Text Example
Text Example
White with #887BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887BBC; }
p { color: rgb(136,123,188); }
H1.HeaderClassName
{
color: #887BBC;
}
.AnyTagClassName
{
color: #887BBC;
}
</style>
background-color css
<style>
a { background-color: #887BBC; }
a { background-color: rgb(136,123,188); }
div.DivClassName
{
background-color: #887BBC;
}
.BgClassName
{
background-color: #887BBC;
}
</style>
border-color css
<style>
span { border-color: #887BBC; }
span { border-color: rgb(136,123,188); }
td.TdClassName
{
border-color: #887BBC;
}
.TagClassName
{
border-color: #887BBC;
}
</style>