Shades of Moody Blue #877DDE
Tints of Moody Blue #877DDE
RGB
CMYK
RGB Variations
Color information
#877DDE (or 0x877DDE) is known color: Moody Blue. HEX triplet: 87, 7D and DE. RGB value is (135,125,222). Sum of RGB (Red+Green+Blue) = 135+125+222=482 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.01% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #877DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877DDE is #788221. Grayscale: #8A8A8A. Windows color (decimal): -7897634 or 14581127. OLE color: 14581127.
HSL color Cylindrical-coordinate representation of color #877DDE: hue angle of 246.19º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #877DDE is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 125 | 222 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.13 |
| HSL | 246.19º | 0.6% | 0.68% | - |
| HSV(B) | 246.19º | 0.44% | 0.87% | - |
| XYZ | 30.51 | 25.09 | 72.34 | - |
| YUV | 139.05 | 174.81 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 125 | 222 | 0.39 | 0.44 | 0 | 0.13 | 246.19 | 0.6 | 0.68 |
| Hex | 87 | 7D | DE | 27 | 2C | 0 | D | F6 | 3C | 44 |
| Octal | 207 | 175 | 336 | 47 | 54 | 0 | 15 | 366 | 74 | 104 |
| Binary | 10000111 | 1111101 | 11011110 | 100111 | 101100 | 0 | 1101 | 11110110 | 111100 | 1000100 |
Color Harmonies of #877DDE
Complementary color
Monochromatic Colors of #877DDE
Black with #877DDE
Text Example
Text Example
White with #877DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877DDE; }
p { color: rgb(135,125,222); }
H1.HeaderClassName
{
color: #877DDE;
}
.AnyTagClassName
{
color: #877DDE;
}
</style>
background-color css
<style>
a { background-color: #877DDE; }
a { background-color: rgb(135,125,222); }
div.DivClassName
{
background-color: #877DDE;
}
.BgClassName
{
background-color: #877DDE;
}
</style>
border-color css
<style>
span { border-color: #877DDE; }
span { border-color: rgb(135,125,222); }
td.TdClassName
{
border-color: #877DDE;
}
.TagClassName
{
border-color: #877DDE;
}
</style>