Shades of Moody Blue #877BDE
Tints of Moody Blue #877BDE
RGB
CMYK
RGB Variations
Color information
#877BDE (or 0x877BDE) is known color: Moody Blue. HEX triplet: 87, 7B and DE. RGB value is (135,123,222). Sum of RGB (Red+Green+Blue) = 135+123+222=480 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.12% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #877BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877BDE is #788421. Grayscale: #898989. Windows color (decimal): -7898146 or 14580615. OLE color: 14580615.
HSL color Cylindrical-coordinate representation of color #877BDE: hue angle of 247.27º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #877BDE is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 123 | 222 | - |
| CMYK | 0.39 | 0.45 | 0 | 0.13 |
| HSL | 247.27º | 0.6% | 0.68% | - |
| HSV(B) | 247.27º | 0.45% | 0.87% | - |
| XYZ | 30.26 | 24.59 | 72.26 | - |
| YUV | 137.87 | 175.48 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 123 | 222 | 0.39 | 0.45 | 0 | 0.13 | 247.27 | 0.6 | 0.68 |
| Hex | 87 | 7B | DE | 27 | 2D | 0 | D | F7 | 3C | 44 |
| Octal | 207 | 173 | 336 | 47 | 55 | 0 | 15 | 367 | 74 | 104 |
| Binary | 10000111 | 1111011 | 11011110 | 100111 | 101101 | 0 | 1101 | 11110111 | 111100 | 1000100 |
Color Harmonies of #877BDE
Complementary color
Monochromatic Colors of #877BDE
Black with #877BDE
Text Example
Text Example
White with #877BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877BDE; }
p { color: rgb(135,123,222); }
H1.HeaderClassName
{
color: #877BDE;
}
.AnyTagClassName
{
color: #877BDE;
}
</style>
background-color css
<style>
a { background-color: #877BDE; }
a { background-color: rgb(135,123,222); }
div.DivClassName
{
background-color: #877BDE;
}
.BgClassName
{
background-color: #877BDE;
}
</style>
border-color css
<style>
span { border-color: #877BDE; }
span { border-color: rgb(135,123,222); }
td.TdClassName
{
border-color: #877BDE;
}
.TagClassName
{
border-color: #877BDE;
}
</style>