Shades of Moody Blue #877DBA
Tints of Moody Blue #877DBA
RGB
CMYK
RGB Variations
Color information
#877DBA (or 0x877DBA) is known color: Moody Blue. HEX triplet: 87, 7D and BA. RGB value is (135,125,186). Sum of RGB (Red+Green+Blue) = 135+125+186=446 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.27% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #877DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877DBA is #788245. Grayscale: #868686. Windows color (decimal): -7897670 or 12221831. OLE color: 12221831.
HSL color Cylindrical-coordinate representation of color #877DBA: hue angle of 249.84º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #877DBA is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 125 | 186 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.27 |
| HSL | 249.84º | 0.31% | 0.61% | - |
| HSV(B) | 249.84º | 0.33% | 0.73% | - |
| XYZ | 26.19 | 23.36 | 49.58 | - |
| YUV | 134.94 | 156.81 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 125 | 186 | 0.27 | 0.33 | 0 | 0.27 | 249.84 | 0.31 | 0.61 |
| Hex | 87 | 7D | BA | 1B | 21 | 0 | 1B | FA | 1F | 3D |
| Octal | 207 | 175 | 272 | 33 | 41 | 0 | 33 | 372 | 37 | 75 |
| Binary | 10000111 | 1111101 | 10111010 | 11011 | 100001 | 0 | 11011 | 11111010 | 11111 | 111101 |
Color Harmonies of #877DBA
Complementary color
Monochromatic Colors of #877DBA
Black with #877DBA
Text Example
Text Example
White with #877DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877DBA; }
p { color: rgb(135,125,186); }
H1.HeaderClassName
{
color: #877DBA;
}
.AnyTagClassName
{
color: #877DBA;
}
</style>
background-color css
<style>
a { background-color: #877DBA; }
a { background-color: rgb(135,125,186); }
div.DivClassName
{
background-color: #877DBA;
}
.BgClassName
{
background-color: #877DBA;
}
</style>
border-color css
<style>
span { border-color: #877DBA; }
span { border-color: rgb(135,125,186); }
td.TdClassName
{
border-color: #877DBA;
}
.TagClassName
{
border-color: #877DBA;
}
</style>