Shades of Moody Blue #877ABA
Tints of Moody Blue #877ABA
RGB
CMYK
RGB Variations
Color information
#877ABA (or 0x877ABA) is known color: Moody Blue. HEX triplet: 87, 7A and BA. RGB value is (135,122,186). Sum of RGB (Red+Green+Blue) = 135+122+186=443 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.47% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #877ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877ABA is #788545. Grayscale: #848484. Windows color (decimal): -7898438 or 12221063. OLE color: 12221063.
HSL color Cylindrical-coordinate representation of color #877ABA: hue angle of 252.19º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #877ABA is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 122 | 186 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.27 |
| HSL | 252.19º | 0.32% | 0.6% | - |
| HSV(B) | 252.19º | 0.34% | 0.73% | - |
| XYZ | 25.81 | 22.62 | 49.46 | - |
| YUV | 133.18 | 157.81 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 122 | 186 | 0.27 | 0.34 | 0 | 0.27 | 252.19 | 0.32 | 0.6 |
| Hex | 87 | 7A | BA | 1B | 22 | 0 | 1B | FC | 20 | 3C |
| Octal | 207 | 172 | 272 | 33 | 42 | 0 | 33 | 374 | 40 | 74 |
| Binary | 10000111 | 1111010 | 10111010 | 11011 | 100010 | 0 | 11011 | 11111100 | 100000 | 111100 |
Color Harmonies of #877ABA
Complementary color
Monochromatic Colors of #877ABA
Black with #877ABA
Text Example
Text Example
White with #877ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877ABA; }
p { color: rgb(135,122,186); }
H1.HeaderClassName
{
color: #877ABA;
}
.AnyTagClassName
{
color: #877ABA;
}
</style>
background-color css
<style>
a { background-color: #877ABA; }
a { background-color: rgb(135,122,186); }
div.DivClassName
{
background-color: #877ABA;
}
.BgClassName
{
background-color: #877ABA;
}
</style>
border-color css
<style>
span { border-color: #877ABA; }
span { border-color: rgb(135,122,186); }
td.TdClassName
{
border-color: #877ABA;
}
.TagClassName
{
border-color: #877ABA;
}
</style>