Shades of Moody Blue #877BDD
Tints of Moody Blue #877BDD
RGB
CMYK
RGB Variations
Color information
#877BDD (or 0x877BDD) is known color: Moody Blue. HEX triplet: 87, 7B and DD. RGB value is (135,123,221). Sum of RGB (Red+Green+Blue) = 135+123+221=479 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.18% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #877BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877BDD is #788422. Grayscale: #898989. Windows color (decimal): -7898147 or 14515079. OLE color: 14515079.
HSL color Cylindrical-coordinate representation of color #877BDD: hue angle of 247.35º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #877BDD is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 123 | 221 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.13 |
| HSL | 247.35º | 0.59% | 0.67% | - |
| HSV(B) | 247.35º | 0.44% | 0.87% | - |
| XYZ | 30.13 | 24.54 | 71.55 | - |
| YUV | 137.76 | 174.98 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 123 | 221 | 0.39 | 0.44 | 0 | 0.13 | 247.35 | 0.59 | 0.67 |
| Hex | 87 | 7B | DD | 27 | 2C | 0 | D | F7 | 3B | 43 |
| Octal | 207 | 173 | 335 | 47 | 54 | 0 | 15 | 367 | 73 | 103 |
| Binary | 10000111 | 1111011 | 11011101 | 100111 | 101100 | 0 | 1101 | 11110111 | 111011 | 1000011 |
Color Harmonies of #877BDD
Complementary color
Monochromatic Colors of #877BDD
Black with #877BDD
Text Example
Text Example
White with #877BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877BDD; }
p { color: rgb(135,123,221); }
H1.HeaderClassName
{
color: #877BDD;
}
.AnyTagClassName
{
color: #877BDD;
}
</style>
background-color css
<style>
a { background-color: #877BDD; }
a { background-color: rgb(135,123,221); }
div.DivClassName
{
background-color: #877BDD;
}
.BgClassName
{
background-color: #877BDD;
}
</style>
border-color css
<style>
span { border-color: #877BDD; }
span { border-color: rgb(135,123,221); }
td.TdClassName
{
border-color: #877BDD;
}
.TagClassName
{
border-color: #877BDD;
}
</style>