Shades of Moody Blue #877CDF
Tints of Moody Blue #877CDF
RGB
CMYK
RGB Variations
Color information
#877CDF (or 0x877CDF) is known color: Moody Blue. HEX triplet: 87, 7C and DF. RGB value is (135,124,223). Sum of RGB (Red+Green+Blue) = 135+124+223=482 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.01% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #877CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877CDF is #788320. Grayscale: #8A8A8A. Windows color (decimal): -7897889 or 14646407. OLE color: 14646407.
HSL color Cylindrical-coordinate representation of color #877CDF: hue angle of 246.67º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #877CDF is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 124 | 223 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.13 |
| HSL | 246.67º | 0.61% | 0.68% | - |
| HSV(B) | 246.67º | 0.44% | 0.87% | - |
| XYZ | 30.52 | 24.89 | 73.01 | - |
| YUV | 138.58 | 175.64 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 124 | 223 | 0.39 | 0.44 | 0 | 0.13 | 246.67 | 0.61 | 0.68 |
| Hex | 87 | 7C | DF | 27 | 2C | 0 | D | F7 | 3D | 44 |
| Octal | 207 | 174 | 337 | 47 | 54 | 0 | 15 | 367 | 75 | 104 |
| Binary | 10000111 | 1111100 | 11011111 | 100111 | 101100 | 0 | 1101 | 11110111 | 111101 | 1000100 |
Color Harmonies of #877CDF
Complementary color
Monochromatic Colors of #877CDF
Black with #877CDF
Text Example
Text Example
White with #877CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877CDF; }
p { color: rgb(135,124,223); }
H1.HeaderClassName
{
color: #877CDF;
}
.AnyTagClassName
{
color: #877CDF;
}
</style>
background-color css
<style>
a { background-color: #877CDF; }
a { background-color: rgb(135,124,223); }
div.DivClassName
{
background-color: #877CDF;
}
.BgClassName
{
background-color: #877CDF;
}
</style>
border-color css
<style>
span { border-color: #877CDF; }
span { border-color: rgb(135,124,223); }
td.TdClassName
{
border-color: #877CDF;
}
.TagClassName
{
border-color: #877CDF;
}
</style>