Shades of Moody Blue #877CB8
Tints of Moody Blue #877CB8
RGB
CMYK
RGB Variations
Color information
#877CB8 (or 0x877CB8) is known color: Moody Blue. HEX triplet: 87, 7C and B8. RGB value is (135,124,184). Sum of RGB (Red+Green+Blue) = 135+124+184=443 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.47% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 184 - color contains mainly: blue. Hex color #877CB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877CB8 is #788347. Grayscale: #858585. Windows color (decimal): -7897928 or 12090503. OLE color: 12090503.
HSL color Cylindrical-coordinate representation of color #877CB8: hue angle of 251º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #877CB8 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 135 | 124 | 184 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.28 |
| HSL | 251º | 0.3% | 0.6% | - |
| HSV(B) | 251º | 0.33% | 0.72% | - |
| XYZ | 25.85 | 23.03 | 48.43 | - |
| YUV | 134.13 | 156.14 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 124 | 184 | 0.27 | 0.33 | 0 | 0.28 | 251 | 0.3 | 0.6 |
| Hex | 87 | 7C | B8 | 1B | 21 | 0 | 1C | FB | 1E | 3C |
| Octal | 207 | 174 | 270 | 33 | 41 | 0 | 34 | 373 | 36 | 74 |
| Binary | 10000111 | 1111100 | 10111000 | 11011 | 100001 | 0 | 11100 | 11111011 | 11110 | 111100 |
Color Harmonies of #877CB8
Complementary color
Monochromatic Colors of #877CB8
Black with #877CB8
Text Example
Text Example
White with #877CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877CB8; }
p { color: rgb(135,124,184); }
H1.HeaderClassName
{
color: #877CB8;
}
.AnyTagClassName
{
color: #877CB8;
}
</style>
background-color css
<style>
a { background-color: #877CB8; }
a { background-color: rgb(135,124,184); }
div.DivClassName
{
background-color: #877CB8;
}
.BgClassName
{
background-color: #877CB8;
}
</style>
border-color css
<style>
span { border-color: #877CB8; }
span { border-color: rgb(135,124,184); }
td.TdClassName
{
border-color: #877CB8;
}
.TagClassName
{
border-color: #877CB8;
}
</style>