Shades of Moody Blue #877EDD
Tints of Moody Blue #877EDD
RGB
CMYK
RGB Variations
Color information
#877EDD (or 0x877EDD) is known color: Moody Blue. HEX triplet: 87, 7E and DD. RGB value is (135,126,221). Sum of RGB (Red+Green+Blue) = 135+126+221=482 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.01% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #877EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877EDD is #788122. Grayscale: #8B8B8B. Windows color (decimal): -7897379 or 14515847. OLE color: 14515847.
HSL color Cylindrical-coordinate representation of color #877EDD: hue angle of 245.68º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #877EDD is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 126 | 221 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.13 |
| HSL | 245.68º | 0.58% | 0.68% | - |
| HSV(B) | 245.68º | 0.43% | 0.87% | - |
| XYZ | 30.5 | 25.29 | 71.68 | - |
| YUV | 139.52 | 173.98 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 126 | 221 | 0.39 | 0.43 | 0 | 0.13 | 245.68 | 0.58 | 0.68 |
| Hex | 87 | 7E | DD | 27 | 2B | 0 | D | F6 | 3A | 44 |
| Octal | 207 | 176 | 335 | 47 | 53 | 0 | 15 | 366 | 72 | 104 |
| Binary | 10000111 | 1111110 | 11011101 | 100111 | 101011 | 0 | 1101 | 11110110 | 111010 | 1000100 |
Color Harmonies of #877EDD
Complementary color
Monochromatic Colors of #877EDD
Black with #877EDD
Text Example
Text Example
White with #877EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877EDD; }
p { color: rgb(135,126,221); }
H1.HeaderClassName
{
color: #877EDD;
}
.AnyTagClassName
{
color: #877EDD;
}
</style>
background-color css
<style>
a { background-color: #877EDD; }
a { background-color: rgb(135,126,221); }
div.DivClassName
{
background-color: #877EDD;
}
.BgClassName
{
background-color: #877EDD;
}
</style>
border-color css
<style>
span { border-color: #877EDD; }
span { border-color: rgb(135,126,221); }
td.TdClassName
{
border-color: #877EDD;
}
.TagClassName
{
border-color: #877EDD;
}
</style>