Shades of Moody Blue #877DDB
Tints of Moody Blue #877DDB
RGB
CMYK
RGB Variations
Color information
#877DDB (or 0x877DDB) is known color: Moody Blue. HEX triplet: 87, 7D and DB. RGB value is (135,125,219). Sum of RGB (Red+Green+Blue) = 135+125+219=479 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.18% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #877DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877DDB is #788224. Grayscale: #8A8A8A. Windows color (decimal): -7897637 or 14384519. OLE color: 14384519.
HSL color Cylindrical-coordinate representation of color #877DDB: hue angle of 246.38º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #877DDB is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 125 | 219 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.14 |
| HSL | 246.38º | 0.57% | 0.67% | - |
| HSV(B) | 246.38º | 0.43% | 0.86% | - |
| XYZ | 30.11 | 24.93 | 70.24 | - |
| YUV | 138.71 | 173.31 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 125 | 219 | 0.38 | 0.43 | 0 | 0.14 | 246.38 | 0.57 | 0.67 |
| Hex | 87 | 7D | DB | 26 | 2B | 0 | E | F6 | 39 | 43 |
| Octal | 207 | 175 | 333 | 46 | 53 | 0 | 16 | 366 | 71 | 103 |
| Binary | 10000111 | 1111101 | 11011011 | 100110 | 101011 | 0 | 1110 | 11110110 | 111001 | 1000011 |
Color Harmonies of #877DDB
Complementary color
Monochromatic Colors of #877DDB
Black with #877DDB
Text Example
Text Example
White with #877DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877DDB; }
p { color: rgb(135,125,219); }
H1.HeaderClassName
{
color: #877DDB;
}
.AnyTagClassName
{
color: #877DDB;
}
</style>
background-color css
<style>
a { background-color: #877DDB; }
a { background-color: rgb(135,125,219); }
div.DivClassName
{
background-color: #877DDB;
}
.BgClassName
{
background-color: #877DDB;
}
</style>
border-color css
<style>
span { border-color: #877DDB; }
span { border-color: rgb(135,125,219); }
td.TdClassName
{
border-color: #877DDB;
}
.TagClassName
{
border-color: #877DDB;
}
</style>