Shades of Moody Blue #877ECE
Tints of Moody Blue #877ECE
RGB
CMYK
RGB Variations
Color information
#877ECE (or 0x877ECE) is known color: Moody Blue. HEX triplet: 87, 7E and CE. RGB value is (135,126,206). Sum of RGB (Red+Green+Blue) = 135+126+206=467 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.91% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #877ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877ECE is #788131. Grayscale: #898989. Windows color (decimal): -7897394 or 13532807. OLE color: 13532807.
HSL color Cylindrical-coordinate representation of color #877ECE: hue angle of 246.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #877ECE is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 126 | 206 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.19 |
| HSL | 246.75º | 0.45% | 0.65% | - |
| HSV(B) | 246.75º | 0.39% | 0.81% | - |
| XYZ | 28.59 | 24.53 | 61.62 | - |
| YUV | 137.81 | 166.48 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 126 | 206 | 0.34 | 0.39 | 0 | 0.19 | 246.75 | 0.45 | 0.65 |
| Hex | 87 | 7E | CE | 22 | 27 | 0 | 13 | F7 | 2D | 41 |
| Octal | 207 | 176 | 316 | 42 | 47 | 0 | 23 | 367 | 55 | 101 |
| Binary | 10000111 | 1111110 | 11001110 | 100010 | 100111 | 0 | 10011 | 11110111 | 101101 | 1000001 |
Color Harmonies of #877ECE
Complementary color
Monochromatic Colors of #877ECE
Black with #877ECE
Text Example
Text Example
White with #877ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877ECE; }
p { color: rgb(135,126,206); }
H1.HeaderClassName
{
color: #877ECE;
}
.AnyTagClassName
{
color: #877ECE;
}
</style>
background-color css
<style>
a { background-color: #877ECE; }
a { background-color: rgb(135,126,206); }
div.DivClassName
{
background-color: #877ECE;
}
.BgClassName
{
background-color: #877ECE;
}
</style>
border-color css
<style>
span { border-color: #877ECE; }
span { border-color: rgb(135,126,206); }
td.TdClassName
{
border-color: #877ECE;
}
.TagClassName
{
border-color: #877ECE;
}
</style>