Shades of Moody Blue #877ECB
Tints of Moody Blue #877ECB
RGB
CMYK
RGB Variations
Color information
#877ECB (or 0x877ECB) is known color: Moody Blue. HEX triplet: 87, 7E and CB. RGB value is (135,126,203). Sum of RGB (Red+Green+Blue) = 135+126+203=464 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.09% from 464); Green value is 126 (49.61% from 255 or 27.16% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #877ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877ECB is #788134. Grayscale: #898989. Windows color (decimal): -7897397 or 13336199. OLE color: 13336199.
HSL color Cylindrical-coordinate representation of color #877ECB: hue angle of 247.01º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #877ECB is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 126 | 203 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.20 |
| HSL | 247.01º | 0.43% | 0.65% | - |
| HSV(B) | 247.01º | 0.38% | 0.8% | - |
| XYZ | 28.23 | 24.38 | 59.72 | - |
| YUV | 137.47 | 164.98 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 126 | 203 | 0.33 | 0.38 | 0 | 0.20 | 247.01 | 0.43 | 0.65 |
| Hex | 87 | 7E | CB | 21 | 26 | 0 | 14 | F7 | 2B | 41 |
| Octal | 207 | 176 | 313 | 41 | 46 | 0 | 24 | 367 | 53 | 101 |
| Binary | 10000111 | 1111110 | 11001011 | 100001 | 100110 | 0 | 10100 | 11110111 | 101011 | 1000001 |
Color Harmonies of #877ECB
Complementary color
Monochromatic Colors of #877ECB
Black with #877ECB
Text Example
Text Example
White with #877ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877ECB; }
p { color: rgb(135,126,203); }
H1.HeaderClassName
{
color: #877ECB;
}
.AnyTagClassName
{
color: #877ECB;
}
</style>
background-color css
<style>
a { background-color: #877ECB; }
a { background-color: rgb(135,126,203); }
div.DivClassName
{
background-color: #877ECB;
}
.BgClassName
{
background-color: #877ECB;
}
</style>
border-color css
<style>
span { border-color: #877ECB; }
span { border-color: rgb(135,126,203); }
td.TdClassName
{
border-color: #877ECB;
}
.TagClassName
{
border-color: #877ECB;
}
</style>