Shades of Moody Blue #877CDE
Tints of Moody Blue #877CDE
RGB
CMYK
RGB Variations
Color information
#877CDE (or 0x877CDE) is known color: Moody Blue. HEX triplet: 87, 7C and DE. RGB value is (135,124,222). Sum of RGB (Red+Green+Blue) = 135+124+222=481 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.07% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #877CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877CDE is #788321. Grayscale: #8A8A8A. Windows color (decimal): -7897890 or 14580871. OLE color: 14580871.
HSL color Cylindrical-coordinate representation of color #877CDE: hue angle of 246.73º 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 #877CDE is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 124 | 222 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.13 |
| HSL | 246.73º | 0.6% | 0.68% | - |
| HSV(B) | 246.73º | 0.44% | 0.87% | - |
| XYZ | 30.38 | 24.84 | 72.3 | - |
| YUV | 138.46 | 175.14 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 124 | 222 | 0.39 | 0.44 | 0 | 0.13 | 246.73 | 0.6 | 0.68 |
| Hex | 87 | 7C | DE | 27 | 2C | 0 | D | F7 | 3C | 44 |
| Octal | 207 | 174 | 336 | 47 | 54 | 0 | 15 | 367 | 74 | 104 |
| Binary | 10000111 | 1111100 | 11011110 | 100111 | 101100 | 0 | 1101 | 11110111 | 111100 | 1000100 |
Color Harmonies of #877CDE
Complementary color
Monochromatic Colors of #877CDE
Black with #877CDE
Text Example
Text Example
White with #877CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877CDE; }
p { color: rgb(135,124,222); }
H1.HeaderClassName
{
color: #877CDE;
}
.AnyTagClassName
{
color: #877CDE;
}
</style>
background-color css
<style>
a { background-color: #877CDE; }
a { background-color: rgb(135,124,222); }
div.DivClassName
{
background-color: #877CDE;
}
.BgClassName
{
background-color: #877CDE;
}
</style>
border-color css
<style>
span { border-color: #877CDE; }
span { border-color: rgb(135,124,222); }
td.TdClassName
{
border-color: #877CDE;
}
.TagClassName
{
border-color: #877CDE;
}
</style>