Shades of Moody Blue #877CCC
Tints of Moody Blue #877CCC
RGB
CMYK
RGB Variations
Color information
#877CCC (or 0x877CCC) is known color: Moody Blue. HEX triplet: 87, 7C and CC. RGB value is (135,124,204). Sum of RGB (Red+Green+Blue) = 135+124+204=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 124 (48.83% from 255 or 26.78% 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 #877CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877CCC is #788333. Grayscale: #888888. Windows color (decimal): -7897908 or 13401223. OLE color: 13401223.
HSL color Cylindrical-coordinate representation of color #877CCC: hue angle of 248.25º 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 #877CCC is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 124 | 204 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.2 |
| HSL | 248.25º | 0.44% | 0.64% | - |
| HSV(B) | 248.25º | 0.39% | 0.8% | - |
| XYZ | 28.1 | 23.93 | 60.26 | - |
| YUV | 136.41 | 166.14 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 124 | 204 | 0.34 | 0.39 | 0 | 0.2 | 248.25 | 0.44 | 0.64 |
| Hex | 87 | 7C | CC | 22 | 27 | 0 | 14 | F8 | 2C | 40 |
| Octal | 207 | 174 | 314 | 42 | 47 | 0 | 24 | 370 | 54 | 100 |
| Binary | 10000111 | 1111100 | 11001100 | 100010 | 100111 | 0 | 10100 | 11111000 | 101100 | 1000000 |
Color Harmonies of #877CCC
Complementary color
Monochromatic Colors of #877CCC
Black with #877CCC
Text Example
Text Example
White with #877CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877CCC; }
p { color: rgb(135,124,204); }
H1.HeaderClassName
{
color: #877CCC;
}
.AnyTagClassName
{
color: #877CCC;
}
</style>
background-color css
<style>
a { background-color: #877CCC; }
a { background-color: rgb(135,124,204); }
div.DivClassName
{
background-color: #877CCC;
}
.BgClassName
{
background-color: #877CCC;
}
</style>
border-color css
<style>
span { border-color: #877CCC; }
span { border-color: rgb(135,124,204); }
td.TdClassName
{
border-color: #877CCC;
}
.TagClassName
{
border-color: #877CCC;
}
</style>