Shades of Moody Blue #887BCC
Tints of Moody Blue #887BCC
RGB
CMYK
RGB Variations
Color information
#887BCC (or 0x887BCC) is known color: Moody Blue. HEX triplet: 88, 7B and CC. RGB value is (136,123,204). Sum of RGB (Red+Green+Blue) = 136+123+204=463 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.37% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #887BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887BCC is #778433. Grayscale: #878787. Windows color (decimal): -7832628 or 13400968. OLE color: 13400968.
HSL color Cylindrical-coordinate representation of color #887BCC: hue angle of 249.63º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #887BCC is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 123 | 204 | - |
| CMYK | 0.33 | 0.40 | 0 | 0.2 |
| HSL | 249.63º | 0.44% | 0.64% | - |
| HSV(B) | 249.63º | 0.4% | 0.8% | - |
| XYZ | 28.14 | 23.76 | 60.23 | - |
| YUV | 136.12 | 166.31 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 123 | 204 | 0.33 | 0.40 | 0 | 0.2 | 249.63 | 0.44 | 0.64 |
| Hex | 88 | 7B | CC | 21 | 28 | 0 | 14 | FA | 2C | 40 |
| Octal | 210 | 173 | 314 | 41 | 50 | 0 | 24 | 372 | 54 | 100 |
| Binary | 10001000 | 1111011 | 11001100 | 100001 | 101000 | 0 | 10100 | 11111010 | 101100 | 1000000 |
Color Harmonies of #887BCC
Complementary color
Monochromatic Colors of #887BCC
Black with #887BCC
Text Example
Text Example
White with #887BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887BCC; }
p { color: rgb(136,123,204); }
H1.HeaderClassName
{
color: #887BCC;
}
.AnyTagClassName
{
color: #887BCC;
}
</style>
background-color css
<style>
a { background-color: #887BCC; }
a { background-color: rgb(136,123,204); }
div.DivClassName
{
background-color: #887BCC;
}
.BgClassName
{
background-color: #887BCC;
}
</style>
border-color css
<style>
span { border-color: #887BCC; }
span { border-color: rgb(136,123,204); }
td.TdClassName
{
border-color: #887BCC;
}
.TagClassName
{
border-color: #887BCC;
}
</style>