Shades of Moody Blue #877BCC
Tints of Moody Blue #877BCC
RGB
CMYK
RGB Variations
Color information
#877BCC (or 0x877BCC) is known color: Moody Blue. HEX triplet: 87, 7B and CC. RGB value is (135,123,204). Sum of RGB (Red+Green+Blue) = 135+123+204=462 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.22% from 462); Green value is 123 (48.44% from 255 or 26.62% 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 #877BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877BCC is #788433. Grayscale: #878787. Windows color (decimal): -7898164 or 13400967. OLE color: 13400967.
HSL color Cylindrical-coordinate representation of color #877BCC: hue angle of 248.89º 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 #877BCC is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 123 | 204 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.2 |
| HSL | 248.89º | 0.44% | 0.64% | - |
| HSV(B) | 248.89º | 0.4% | 0.8% | - |
| XYZ | 27.97 | 23.68 | 60.22 | - |
| YUV | 135.82 | 166.48 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 123 | 204 | 0.34 | 0.40 | 0 | 0.2 | 248.89 | 0.44 | 0.64 |
| Hex | 87 | 7B | CC | 22 | 28 | 0 | 14 | F9 | 2C | 40 |
| Octal | 207 | 173 | 314 | 42 | 50 | 0 | 24 | 371 | 54 | 100 |
| Binary | 10000111 | 1111011 | 11001100 | 100010 | 101000 | 0 | 10100 | 11111001 | 101100 | 1000000 |
Color Harmonies of #877BCC
Complementary color
Monochromatic Colors of #877BCC
Black with #877BCC
Text Example
Text Example
White with #877BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877BCC; }
p { color: rgb(135,123,204); }
H1.HeaderClassName
{
color: #877BCC;
}
.AnyTagClassName
{
color: #877BCC;
}
</style>
background-color css
<style>
a { background-color: #877BCC; }
a { background-color: rgb(135,123,204); }
div.DivClassName
{
background-color: #877BCC;
}
.BgClassName
{
background-color: #877BCC;
}
</style>
border-color css
<style>
span { border-color: #877BCC; }
span { border-color: rgb(135,123,204); }
td.TdClassName
{
border-color: #877BCC;
}
.TagClassName
{
border-color: #877BCC;
}
</style>