Shades of Moody Blue #877CBB
Tints of Moody Blue #877CBB
RGB
CMYK
RGB Variations
Color information
#877CBB (or 0x877CBB) is known color: Moody Blue. HEX triplet: 87, 7C and BB. RGB value is (135,124,187). Sum of RGB (Red+Green+Blue) = 135+124+187=446 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.27% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #877CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877CBB is #788344. Grayscale: #868686. Windows color (decimal): -7897925 or 12287111. OLE color: 12287111.
HSL color Cylindrical-coordinate representation of color #877CBB: hue angle of 250.48º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #877CBB is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 124 | 187 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.27 |
| HSL | 250.48º | 0.32% | 0.61% | - |
| HSV(B) | 250.48º | 0.34% | 0.73% | - |
| XYZ | 26.17 | 23.15 | 50.1 | - |
| YUV | 134.47 | 157.64 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 124 | 187 | 0.28 | 0.34 | 0 | 0.27 | 250.48 | 0.32 | 0.61 |
| Hex | 87 | 7C | BB | 1C | 22 | 0 | 1B | FA | 20 | 3D |
| Octal | 207 | 174 | 273 | 34 | 42 | 0 | 33 | 372 | 40 | 75 |
| Binary | 10000111 | 1111100 | 10111011 | 11100 | 100010 | 0 | 11011 | 11111010 | 100000 | 111101 |
Color Harmonies of #877CBB
Complementary color
Monochromatic Colors of #877CBB
Black with #877CBB
Text Example
Text Example
White with #877CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877CBB; }
p { color: rgb(135,124,187); }
H1.HeaderClassName
{
color: #877CBB;
}
.AnyTagClassName
{
color: #877CBB;
}
</style>
background-color css
<style>
a { background-color: #877CBB; }
a { background-color: rgb(135,124,187); }
div.DivClassName
{
background-color: #877CBB;
}
.BgClassName
{
background-color: #877CBB;
}
</style>
border-color css
<style>
span { border-color: #877CBB; }
span { border-color: rgb(135,124,187); }
td.TdClassName
{
border-color: #877CBB;
}
.TagClassName
{
border-color: #877CBB;
}
</style>