Shades of Moody Blue #887CCC
Tints of Moody Blue #887CCC
RGB
CMYK
RGB Variations
Color information
#887CCC (or 0x887CCC) is known color: Moody Blue. HEX triplet: 88, 7C and CC. RGB value is (136,124,204). Sum of RGB (Red+Green+Blue) = 136+124+204=464 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.31% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #887CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887CCC is #778333. Grayscale: #888888. Windows color (decimal): -7832372 or 13401224. OLE color: 13401224.
HSL color Cylindrical-coordinate representation of color #887CCC: hue angle of 249º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #887CCC is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 124 | 204 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.2 |
| HSL | 249º | 0.44% | 0.64% | - |
| HSV(B) | 249º | 0.39% | 0.8% | - |
| XYZ | 28.26 | 24.01 | 60.27 | - |
| YUV | 136.71 | 165.98 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 204 | 0.33 | 0.39 | 0 | 0.2 | 249 | 0.44 | 0.64 |
| Hex | 88 | 7C | CC | 21 | 27 | 0 | 14 | F9 | 2C | 40 |
| Octal | 210 | 174 | 314 | 41 | 47 | 0 | 24 | 371 | 54 | 100 |
| Binary | 10001000 | 1111100 | 11001100 | 100001 | 100111 | 0 | 10100 | 11111001 | 101100 | 1000000 |
Color Harmonies of #887CCC
Complementary color
Monochromatic Colors of #887CCC
Black with #887CCC
Text Example
Text Example
White with #887CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887CCC; }
p { color: rgb(136,124,204); }
H1.HeaderClassName
{
color: #887CCC;
}
.AnyTagClassName
{
color: #887CCC;
}
</style>
background-color css
<style>
a { background-color: #887CCC; }
a { background-color: rgb(136,124,204); }
div.DivClassName
{
background-color: #887CCC;
}
.BgClassName
{
background-color: #887CCC;
}
</style>
border-color css
<style>
span { border-color: #887CCC; }
span { border-color: rgb(136,124,204); }
td.TdClassName
{
border-color: #887CCC;
}
.TagClassName
{
border-color: #887CCC;
}
</style>