Shades of Moody Blue #877ACC
Tints of Moody Blue #877ACC
RGB
CMYK
RGB Variations
Color information
#877ACC (or 0x877ACC) is known color: Moody Blue. HEX triplet: 87, 7A and CC. RGB value is (135,122,204). Sum of RGB (Red+Green+Blue) = 135+122+204=461 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.28% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #877ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877ACC is #788533. Grayscale: #868686. Windows color (decimal): -7898420 or 13400711. OLE color: 13400711.
HSL color Cylindrical-coordinate representation of color #877ACC: hue angle of 249.51º 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 #877ACC is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 122 | 204 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.2 |
| HSL | 249.51º | 0.45% | 0.64% | - |
| HSV(B) | 249.51º | 0.4% | 0.8% | - |
| XYZ | 27.85 | 23.43 | 60.18 | - |
| YUV | 135.24 | 166.81 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 122 | 204 | 0.34 | 0.40 | 0 | 0.2 | 249.51 | 0.45 | 0.64 |
| Hex | 87 | 7A | CC | 22 | 28 | 0 | 14 | FA | 2D | 40 |
| Octal | 207 | 172 | 314 | 42 | 50 | 0 | 24 | 372 | 55 | 100 |
| Binary | 10000111 | 1111010 | 11001100 | 100010 | 101000 | 0 | 10100 | 11111010 | 101101 | 1000000 |
Color Harmonies of #877ACC
Complementary color
Monochromatic Colors of #877ACC
Black with #877ACC
Text Example
Text Example
White with #877ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877ACC; }
p { color: rgb(135,122,204); }
H1.HeaderClassName
{
color: #877ACC;
}
.AnyTagClassName
{
color: #877ACC;
}
</style>
background-color css
<style>
a { background-color: #877ACC; }
a { background-color: rgb(135,122,204); }
div.DivClassName
{
background-color: #877ACC;
}
.BgClassName
{
background-color: #877ACC;
}
</style>
border-color css
<style>
span { border-color: #877ACC; }
span { border-color: rgb(135,122,204); }
td.TdClassName
{
border-color: #877ACC;
}
.TagClassName
{
border-color: #877ACC;
}
</style>