Shades of Moody Blue #887ACC
Tints of Moody Blue #887ACC
RGB
CMYK
RGB Variations
Color information
#887ACC (or 0x887ACC) is known color: Moody Blue. HEX triplet: 88, 7A and CC. RGB value is (136,122,204). Sum of RGB (Red+Green+Blue) = 136+122+204=462 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.44% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #887ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887ACC is #778533. Grayscale: #878787. Windows color (decimal): -7832884 or 13400712. OLE color: 13400712.
HSL color Cylindrical-coordinate representation of color #887ACC: hue angle of 250.24º degrees, saturation: 0.45, 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 #887ACC is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 122 | 204 | - |
| CMYK | 0.33 | 0.40 | 0 | 0.2 |
| HSL | 250.24º | 0.45% | 0.64% | - |
| HSV(B) | 250.24º | 0.4% | 0.8% | - |
| XYZ | 28.01 | 23.51 | 60.19 | - |
| YUV | 135.53 | 166.64 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 122 | 204 | 0.33 | 0.40 | 0 | 0.2 | 250.24 | 0.45 | 0.64 |
| Hex | 88 | 7A | CC | 21 | 28 | 0 | 14 | FA | 2D | 40 |
| Octal | 210 | 172 | 314 | 41 | 50 | 0 | 24 | 372 | 55 | 100 |
| Binary | 10001000 | 1111010 | 11001100 | 100001 | 101000 | 0 | 10100 | 11111010 | 101101 | 1000000 |
Color Harmonies of #887ACC
Complementary color
Monochromatic Colors of #887ACC
Black with #887ACC
Text Example
Text Example
White with #887ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887ACC; }
p { color: rgb(136,122,204); }
H1.HeaderClassName
{
color: #887ACC;
}
.AnyTagClassName
{
color: #887ACC;
}
</style>
background-color css
<style>
a { background-color: #887ACC; }
a { background-color: rgb(136,122,204); }
div.DivClassName
{
background-color: #887ACC;
}
.BgClassName
{
background-color: #887ACC;
}
</style>
border-color css
<style>
span { border-color: #887ACC; }
span { border-color: rgb(136,122,204); }
td.TdClassName
{
border-color: #887ACC;
}
.TagClassName
{
border-color: #887ACC;
}
</style>