Shades of Moody Blue #877BC1
Tints of Moody Blue #877BC1
RGB
CMYK
RGB Variations
Color information
#877BC1 (or 0x877BC1) is known color: Moody Blue. HEX triplet: 87, 7B and C1. RGB value is (135,123,193). Sum of RGB (Red+Green+Blue) = 135+123+193=451 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.93% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 193 (75.78% from 255 or 42.79% from 451); Max value from RGB is 193 - color contains mainly: blue. Hex color #877BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877BC1 is #78843E. Grayscale: #868686. Windows color (decimal): -7898175 or 12680071. OLE color: 12680071.
HSL color Cylindrical-coordinate representation of color #877BC1: hue angle of 250.29º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #877BC1 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 123 | 193 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.24 |
| HSL | 250.29º | 0.36% | 0.62% | - |
| HSV(B) | 250.29º | 0.36% | 0.76% | - |
| XYZ | 26.7 | 23.17 | 53.52 | - |
| YUV | 134.57 | 160.98 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 123 | 193 | 0.30 | 0.36 | 0 | 0.24 | 250.29 | 0.36 | 0.62 |
| Hex | 87 | 7B | C1 | 1E | 24 | 0 | 18 | FA | 24 | 3E |
| Octal | 207 | 173 | 301 | 36 | 44 | 0 | 30 | 372 | 44 | 76 |
| Binary | 10000111 | 1111011 | 11000001 | 11110 | 100100 | 0 | 11000 | 11111010 | 100100 | 111110 |
Color Harmonies of #877BC1
Complementary color
Monochromatic Colors of #877BC1
Black with #877BC1
Text Example
Text Example
White with #877BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877BC1; }
p { color: rgb(135,123,193); }
H1.HeaderClassName
{
color: #877BC1;
}
.AnyTagClassName
{
color: #877BC1;
}
</style>
background-color css
<style>
a { background-color: #877BC1; }
a { background-color: rgb(135,123,193); }
div.DivClassName
{
background-color: #877BC1;
}
.BgClassName
{
background-color: #877BC1;
}
</style>
border-color css
<style>
span { border-color: #877BC1; }
span { border-color: rgb(135,123,193); }
td.TdClassName
{
border-color: #877BC1;
}
.TagClassName
{
border-color: #877BC1;
}
</style>