Shades of Moody Blue #887ADB
Tints of Moody Blue #887ADB
RGB
CMYK
RGB Variations
Color information
#887ADB (or 0x887ADB) is known color: Moody Blue. HEX triplet: 88, 7A and DB. RGB value is (136,122,219). Sum of RGB (Red+Green+Blue) = 136+122+219=477 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.51% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #887ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887ADB is #778524. Grayscale: #888888. Windows color (decimal): -7832869 or 14383752. OLE color: 14383752.
HSL color Cylindrical-coordinate representation of color #887ADB: hue angle of 248.66º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #887ADB is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 122 | 219 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.14 |
| HSL | 248.66º | 0.57% | 0.67% | - |
| HSV(B) | 248.66º | 0.44% | 0.86% | - |
| XYZ | 29.9 | 24.27 | 70.13 | - |
| YUV | 137.24 | 174.14 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 122 | 219 | 0.38 | 0.44 | 0 | 0.14 | 248.66 | 0.57 | 0.67 |
| Hex | 88 | 7A | DB | 26 | 2C | 0 | E | F9 | 39 | 43 |
| Octal | 210 | 172 | 333 | 46 | 54 | 0 | 16 | 371 | 71 | 103 |
| Binary | 10001000 | 1111010 | 11011011 | 100110 | 101100 | 0 | 1110 | 11111001 | 111001 | 1000011 |
Color Harmonies of #887ADB
Complementary color
Monochromatic Colors of #887ADB
Black with #887ADB
Text Example
Text Example
White with #887ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887ADB; }
p { color: rgb(136,122,219); }
H1.HeaderClassName
{
color: #887ADB;
}
.AnyTagClassName
{
color: #887ADB;
}
</style>
background-color css
<style>
a { background-color: #887ADB; }
a { background-color: rgb(136,122,219); }
div.DivClassName
{
background-color: #887ADB;
}
.BgClassName
{
background-color: #887ADB;
}
</style>
border-color css
<style>
span { border-color: #887ADB; }
span { border-color: rgb(136,122,219); }
td.TdClassName
{
border-color: #887ADB;
}
.TagClassName
{
border-color: #887ADB;
}
</style>