Shades of Moody Blue #877EDE
Tints of Moody Blue #877EDE
RGB
CMYK
RGB Variations
Color information
#877EDE (or 0x877EDE) is known color: Moody Blue. HEX triplet: 87, 7E and DE. RGB value is (135,126,222). Sum of RGB (Red+Green+Blue) = 135+126+222=483 (63% of max value = 765). Red value is 135 (53.12% from 255 or 27.95% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #877EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877EDE is #788121. Grayscale: #8B8B8B. Windows color (decimal): -7897378 or 14581383. OLE color: 14581383.
HSL color Cylindrical-coordinate representation of color #877EDE: hue angle of 245.62º degrees, saturation: 0.59, 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 #877EDE is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 126 | 222 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.13 |
| HSL | 245.63º | 0.59% | 0.68% | - |
| HSV(B) | 245.63º | 0.43% | 0.87% | - |
| XYZ | 30.64 | 25.35 | 72.38 | - |
| YUV | 139.64 | 174.48 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 126 | 222 | 0.39 | 0.43 | 0 | 0.13 | 245.63 | 0.59 | 0.68 |
| Hex | 87 | 7E | DE | 27 | 2B | 0 | D | F6 | 3B | 44 |
| Octal | 207 | 176 | 336 | 47 | 53 | 0 | 15 | 366 | 73 | 104 |
| Binary | 10000111 | 1111110 | 11011110 | 100111 | 101011 | 0 | 1101 | 11110110 | 111011 | 1000100 |
Color Harmonies of #877EDE
Complementary color
Monochromatic Colors of #877EDE
Black with #877EDE
Text Example
Text Example
White with #877EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877EDE; }
p { color: rgb(135,126,222); }
H1.HeaderClassName
{
color: #877EDE;
}
.AnyTagClassName
{
color: #877EDE;
}
</style>
background-color css
<style>
a { background-color: #877EDE; }
a { background-color: rgb(135,126,222); }
div.DivClassName
{
background-color: #877EDE;
}
.BgClassName
{
background-color: #877EDE;
}
</style>
border-color css
<style>
span { border-color: #877EDE; }
span { border-color: rgb(135,126,222); }
td.TdClassName
{
border-color: #877EDE;
}
.TagClassName
{
border-color: #877EDE;
}
</style>