Shades of Moody Blue #877DBB
Tints of Moody Blue #877DBB
RGB
CMYK
RGB Variations
Color information
#877DBB (or 0x877DBB) is known color: Moody Blue. HEX triplet: 87, 7D and BB. RGB value is (135,125,187). Sum of RGB (Red+Green+Blue) = 135+125+187=447 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.20% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #877DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877DBB is #788244. Grayscale: #868686. Windows color (decimal): -7897669 or 12287367. OLE color: 12287367.
HSL color Cylindrical-coordinate representation of color #877DBB: hue angle of 249.68º 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 #877DBB is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 125 | 187 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.27 |
| HSL | 249.68º | 0.31% | 0.61% | - |
| HSV(B) | 249.68º | 0.33% | 0.73% | - |
| XYZ | 26.29 | 23.41 | 50.15 | - |
| YUV | 135.06 | 157.31 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 125 | 187 | 0.28 | 0.33 | 0 | 0.27 | 249.68 | 0.31 | 0.61 |
| Hex | 87 | 7D | BB | 1C | 21 | 0 | 1B | FA | 1F | 3D |
| Octal | 207 | 175 | 273 | 34 | 41 | 0 | 33 | 372 | 37 | 75 |
| Binary | 10000111 | 1111101 | 10111011 | 11100 | 100001 | 0 | 11011 | 11111010 | 11111 | 111101 |
Color Harmonies of #877DBB
Complementary color
Monochromatic Colors of #877DBB
Black with #877DBB
Text Example
Text Example
White with #877DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877DBB; }
p { color: rgb(135,125,187); }
H1.HeaderClassName
{
color: #877DBB;
}
.AnyTagClassName
{
color: #877DBB;
}
</style>
background-color css
<style>
a { background-color: #877DBB; }
a { background-color: rgb(135,125,187); }
div.DivClassName
{
background-color: #877DBB;
}
.BgClassName
{
background-color: #877DBB;
}
</style>
border-color css
<style>
span { border-color: #877DBB; }
span { border-color: rgb(135,125,187); }
td.TdClassName
{
border-color: #877DBB;
}
.TagClassName
{
border-color: #877DBB;
}
</style>