Shades of Moody Blue #877BDC
Tints of Moody Blue #877BDC
RGB
CMYK
RGB Variations
Color information
#877BDC (or 0x877BDC) is known color: Moody Blue. HEX triplet: 87, 7B and DC. RGB value is (135,123,220). Sum of RGB (Red+Green+Blue) = 135+123+220=478 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.24% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #877BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877BDC is #788423. Grayscale: #898989. Windows color (decimal): -7898148 or 14449543. OLE color: 14449543.
HSL color Cylindrical-coordinate representation of color #877BDC: hue angle of 247.42º 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 #877BDC is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 123 | 220 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.14 |
| HSL | 247.42º | 0.58% | 0.67% | - |
| HSV(B) | 247.42º | 0.44% | 0.86% | - |
| XYZ | 29.99 | 24.48 | 70.86 | - |
| YUV | 137.65 | 174.48 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 123 | 220 | 0.39 | 0.44 | 0 | 0.14 | 247.42 | 0.58 | 0.67 |
| Hex | 87 | 7B | DC | 27 | 2C | 0 | E | F7 | 3A | 43 |
| Octal | 207 | 173 | 334 | 47 | 54 | 0 | 16 | 367 | 72 | 103 |
| Binary | 10000111 | 1111011 | 11011100 | 100111 | 101100 | 0 | 1110 | 11110111 | 111010 | 1000011 |
Color Harmonies of #877BDC
Complementary color
Monochromatic Colors of #877BDC
Black with #877BDC
Text Example
Text Example
White with #877BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877BDC; }
p { color: rgb(135,123,220); }
H1.HeaderClassName
{
color: #877BDC;
}
.AnyTagClassName
{
color: #877BDC;
}
</style>
background-color css
<style>
a { background-color: #877BDC; }
a { background-color: rgb(135,123,220); }
div.DivClassName
{
background-color: #877BDC;
}
.BgClassName
{
background-color: #877BDC;
}
</style>
border-color css
<style>
span { border-color: #877BDC; }
span { border-color: rgb(135,123,220); }
td.TdClassName
{
border-color: #877BDC;
}
.TagClassName
{
border-color: #877BDC;
}
</style>