Shades of Moody Blue #887FDB
Tints of Moody Blue #887FDB
RGB
CMYK
RGB Variations
Color information
#887FDB (or 0x887FDB) is known color: Moody Blue. HEX triplet: 88, 7F and DB. RGB value is (136,127,219). Sum of RGB (Red+Green+Blue) = 136+127+219=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #887FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887FDB is #778024. Grayscale: #8B8B8B. Windows color (decimal): -7831589 or 14385032. OLE color: 14385032.
HSL color Cylindrical-coordinate representation of color #887FDB: hue angle of 245.87º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #887FDB is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 127 | 219 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.14 |
| HSL | 245.87º | 0.56% | 0.68% | - |
| HSV(B) | 245.87º | 0.42% | 0.86% | - |
| XYZ | 30.53 | 25.53 | 70.34 | - |
| YUV | 140.18 | 172.48 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 127 | 219 | 0.38 | 0.42 | 0 | 0.14 | 245.87 | 0.56 | 0.68 |
| Hex | 88 | 7F | DB | 26 | 2A | 0 | E | F6 | 38 | 44 |
| Octal | 210 | 177 | 333 | 46 | 52 | 0 | 16 | 366 | 70 | 104 |
| Binary | 10001000 | 1111111 | 11011011 | 100110 | 101010 | 0 | 1110 | 11110110 | 111000 | 1000100 |
Color Harmonies of #887FDB
Complementary color
Monochromatic Colors of #887FDB
Black with #887FDB
Text Example
Text Example
White with #887FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887FDB; }
p { color: rgb(136,127,219); }
H1.HeaderClassName
{
color: #887FDB;
}
.AnyTagClassName
{
color: #887FDB;
}
</style>
background-color css
<style>
a { background-color: #887FDB; }
a { background-color: rgb(136,127,219); }
div.DivClassName
{
background-color: #887FDB;
}
.BgClassName
{
background-color: #887FDB;
}
</style>
border-color css
<style>
span { border-color: #887FDB; }
span { border-color: rgb(136,127,219); }
td.TdClassName
{
border-color: #887FDB;
}
.TagClassName
{
border-color: #887FDB;
}
</style>