Shades of Moody Blue #877FB4
Tints of Moody Blue #877FB4
RGB
CMYK
RGB Variations
Color information
#877FB4 (or 0x877FB4) is known color: Moody Blue. HEX triplet: 87, 7F and B4. RGB value is (135,127,180). Sum of RGB (Red+Green+Blue) = 135+127+180=442 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.54% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 180 - color contains mainly: blue. Hex color #877FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877FB4 is #78804B. Grayscale: #878787. Windows color (decimal): -7897164 or 11829127. OLE color: 11829127.
HSL color Cylindrical-coordinate representation of color #877FB4: hue angle of 249.06º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #877FB4 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 127 | 180 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.29 |
| HSL | 249.06º | 0.26% | 0.6% | - |
| HSV(B) | 249.06º | 0.29% | 0.71% | - |
| XYZ | 25.82 | 23.62 | 46.38 | - |
| YUV | 135.43 | 153.15 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 127 | 180 | 0.25 | 0.29 | 0 | 0.29 | 249.06 | 0.26 | 0.6 |
| Hex | 87 | 7F | B4 | 19 | 1D | 0 | 1D | F9 | 1A | 3C |
| Octal | 207 | 177 | 264 | 31 | 35 | 0 | 35 | 371 | 32 | 74 |
| Binary | 10000111 | 1111111 | 10110100 | 11001 | 11101 | 0 | 11101 | 11111001 | 11010 | 111100 |
Color Harmonies of #877FB4
Complementary color
Monochromatic Colors of #877FB4
Black with #877FB4
Text Example
Text Example
White with #877FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877FB4; }
p { color: rgb(135,127,180); }
H1.HeaderClassName
{
color: #877FB4;
}
.AnyTagClassName
{
color: #877FB4;
}
</style>
background-color css
<style>
a { background-color: #877FB4; }
a { background-color: rgb(135,127,180); }
div.DivClassName
{
background-color: #877FB4;
}
.BgClassName
{
background-color: #877FB4;
}
</style>
border-color css
<style>
span { border-color: #877FB4; }
span { border-color: rgb(135,127,180); }
td.TdClassName
{
border-color: #877FB4;
}
.TagClassName
{
border-color: #877FB4;
}
</style>