Shades of Moody Blue #877CDC
Tints of Moody Blue #877CDC
RGB
CMYK
RGB Variations
Color information
#877CDC (or 0x877CDC) is known color: Moody Blue. HEX triplet: 87, 7C and DC. RGB value is (135,124,220). Sum of RGB (Red+Green+Blue) = 135+124+220=479 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.18% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #877CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877CDC is #788323. Grayscale: #898989. Windows color (decimal): -7897892 or 14449799. OLE color: 14449799.
HSL color Cylindrical-coordinate representation of color #877CDC: hue angle of 246.88º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #877CDC is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 124 | 220 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.14 |
| HSL | 246.88º | 0.58% | 0.67% | - |
| HSV(B) | 246.88º | 0.44% | 0.86% | - |
| XYZ | 30.12 | 24.73 | 70.9 | - |
| YUV | 138.23 | 174.14 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 124 | 220 | 0.39 | 0.44 | 0 | 0.14 | 246.88 | 0.58 | 0.67 |
| Hex | 87 | 7C | DC | 27 | 2C | 0 | E | F7 | 3A | 43 |
| Octal | 207 | 174 | 334 | 47 | 54 | 0 | 16 | 367 | 72 | 103 |
| Binary | 10000111 | 1111100 | 11011100 | 100111 | 101100 | 0 | 1110 | 11110111 | 111010 | 1000011 |
Color Harmonies of #877CDC
Complementary color
Monochromatic Colors of #877CDC
Black with #877CDC
Text Example
Text Example
White with #877CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877CDC; }
p { color: rgb(135,124,220); }
H1.HeaderClassName
{
color: #877CDC;
}
.AnyTagClassName
{
color: #877CDC;
}
</style>
background-color css
<style>
a { background-color: #877CDC; }
a { background-color: rgb(135,124,220); }
div.DivClassName
{
background-color: #877CDC;
}
.BgClassName
{
background-color: #877CDC;
}
</style>
border-color css
<style>
span { border-color: #877CDC; }
span { border-color: rgb(135,124,220); }
td.TdClassName
{
border-color: #877CDC;
}
.TagClassName
{
border-color: #877CDC;
}
</style>