Shades of Moody Blue #877CCD
Tints of Moody Blue #877CCD
RGB
CMYK
RGB Variations
Color information
#877CCD (or 0x877CCD) is known color: Moody Blue. HEX triplet: 87, 7C and CD. RGB value is (135,124,205). Sum of RGB (Red+Green+Blue) = 135+124+205=464 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.09% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #877CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877CCD is #788332. Grayscale: #888888. Windows color (decimal): -7897907 or 13466759. OLE color: 13466759.
HSL color Cylindrical-coordinate representation of color #877CCD: hue angle of 248.15º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #877CCD is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 124 | 205 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.20 |
| HSL | 248.15º | 0.45% | 0.65% | - |
| HSV(B) | 248.15º | 0.4% | 0.8% | - |
| XYZ | 28.22 | 23.97 | 60.9 | - |
| YUV | 136.52 | 166.64 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 124 | 205 | 0.34 | 0.40 | 0 | 0.20 | 248.15 | 0.45 | 0.65 |
| Hex | 87 | 7C | CD | 22 | 28 | 0 | 14 | F8 | 2D | 41 |
| Octal | 207 | 174 | 315 | 42 | 50 | 0 | 24 | 370 | 55 | 101 |
| Binary | 10000111 | 1111100 | 11001101 | 100010 | 101000 | 0 | 10100 | 11111000 | 101101 | 1000001 |
Color Harmonies of #877CCD
Complementary color
Monochromatic Colors of #877CCD
Black with #877CCD
Text Example
Text Example
White with #877CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877CCD; }
p { color: rgb(135,124,205); }
H1.HeaderClassName
{
color: #877CCD;
}
.AnyTagClassName
{
color: #877CCD;
}
</style>
background-color css
<style>
a { background-color: #877CCD; }
a { background-color: rgb(135,124,205); }
div.DivClassName
{
background-color: #877CCD;
}
.BgClassName
{
background-color: #877CCD;
}
</style>
border-color css
<style>
span { border-color: #877CCD; }
span { border-color: rgb(135,124,205); }
td.TdClassName
{
border-color: #877CCD;
}
.TagClassName
{
border-color: #877CCD;
}
</style>