Shades of Moody Blue #887ABA
Tints of Moody Blue #887ABA
RGB
CMYK
RGB Variations
Color information
#887ABA (or 0x887ABA) is known color: Moody Blue. HEX triplet: 88, 7A and BA. RGB value is (136,122,186). Sum of RGB (Red+Green+Blue) = 136+122+186=444 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.63% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #887ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887ABA is #778545. Grayscale: #858585. Windows color (decimal): -7832902 or 12221064. OLE color: 12221064.
HSL color Cylindrical-coordinate representation of color #887ABA: hue angle of 253.12º 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 #887ABA is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 122 | 186 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.27 |
| HSL | 253.13º | 0.32% | 0.6% | - |
| HSV(B) | 253.13º | 0.34% | 0.73% | - |
| XYZ | 25.98 | 22.7 | 49.47 | - |
| YUV | 133.48 | 157.64 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 122 | 186 | 0.27 | 0.34 | 0 | 0.27 | 253.13 | 0.32 | 0.6 |
| Hex | 88 | 7A | BA | 1B | 22 | 0 | 1B | FD | 20 | 3C |
| Octal | 210 | 172 | 272 | 33 | 42 | 0 | 33 | 375 | 40 | 74 |
| Binary | 10001000 | 1111010 | 10111010 | 11011 | 100010 | 0 | 11011 | 11111101 | 100000 | 111100 |
Color Harmonies of #887ABA
Complementary color
Monochromatic Colors of #887ABA
Black with #887ABA
Text Example
Text Example
White with #887ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887ABA; }
p { color: rgb(136,122,186); }
H1.HeaderClassName
{
color: #887ABA;
}
.AnyTagClassName
{
color: #887ABA;
}
</style>
background-color css
<style>
a { background-color: #887ABA; }
a { background-color: rgb(136,122,186); }
div.DivClassName
{
background-color: #887ABA;
}
.BgClassName
{
background-color: #887ABA;
}
</style>
border-color css
<style>
span { border-color: #887ABA; }
span { border-color: rgb(136,122,186); }
td.TdClassName
{
border-color: #887ABA;
}
.TagClassName
{
border-color: #887ABA;
}
</style>