Shades of Moody Blue #877ACE
Tints of Moody Blue #877ACE
RGB
CMYK
RGB Variations
Color information
#877ACE (or 0x877ACE) is known color: Moody Blue. HEX triplet: 87, 7A and CE. RGB value is (135,122,206). Sum of RGB (Red+Green+Blue) = 135+122+206=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #877ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877ACE is #788531. Grayscale: #878787. Windows color (decimal): -7898418 or 13531783. OLE color: 13531783.
HSL color Cylindrical-coordinate representation of color #877ACE: hue angle of 249.29º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #877ACE is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 122 | 206 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.19 |
| HSL | 249.29º | 0.46% | 0.64% | - |
| HSV(B) | 249.29º | 0.41% | 0.81% | - |
| XYZ | 28.09 | 23.53 | 61.45 | - |
| YUV | 135.46 | 167.81 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 122 | 206 | 0.34 | 0.41 | 0 | 0.19 | 249.29 | 0.46 | 0.64 |
| Hex | 87 | 7A | CE | 22 | 29 | 0 | 13 | F9 | 2E | 40 |
| Octal | 207 | 172 | 316 | 42 | 51 | 0 | 23 | 371 | 56 | 100 |
| Binary | 10000111 | 1111010 | 11001110 | 100010 | 101001 | 0 | 10011 | 11111001 | 101110 | 1000000 |
Color Harmonies of #877ACE
Complementary color
Monochromatic Colors of #877ACE
Black with #877ACE
Text Example
Text Example
White with #877ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877ACE; }
p { color: rgb(135,122,206); }
H1.HeaderClassName
{
color: #877ACE;
}
.AnyTagClassName
{
color: #877ACE;
}
</style>
background-color css
<style>
a { background-color: #877ACE; }
a { background-color: rgb(135,122,206); }
div.DivClassName
{
background-color: #877ACE;
}
.BgClassName
{
background-color: #877ACE;
}
</style>
border-color css
<style>
span { border-color: #877ACE; }
span { border-color: rgb(135,122,206); }
td.TdClassName
{
border-color: #877ACE;
}
.TagClassName
{
border-color: #877ACE;
}
</style>