Shades of Moody Blue #887DDB
Tints of Moody Blue #887DDB
RGB
CMYK
RGB Variations
Color information
#887DDB (or 0x887DDB) is known color: Moody Blue. HEX triplet: 88, 7D and DB. RGB value is (136,125,219). Sum of RGB (Red+Green+Blue) = 136+125+219=480 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.33% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #887DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887DDB is #778224. Grayscale: #8A8A8A. Windows color (decimal): -7832101 or 14384520. OLE color: 14384520.
HSL color Cylindrical-coordinate representation of color #887DDB: hue angle of 247.02º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #887DDB is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 125 | 219 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.14 |
| HSL | 247.02º | 0.57% | 0.67% | - |
| HSV(B) | 247.02º | 0.43% | 0.86% | - |
| XYZ | 30.27 | 25.02 | 70.25 | - |
| YUV | 139.01 | 173.14 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 125 | 219 | 0.38 | 0.43 | 0 | 0.14 | 247.02 | 0.57 | 0.67 |
| Hex | 88 | 7D | DB | 26 | 2B | 0 | E | F7 | 39 | 43 |
| Octal | 210 | 175 | 333 | 46 | 53 | 0 | 16 | 367 | 71 | 103 |
| Binary | 10001000 | 1111101 | 11011011 | 100110 | 101011 | 0 | 1110 | 11110111 | 111001 | 1000011 |
Color Harmonies of #887DDB
Complementary color
Monochromatic Colors of #887DDB
Black with #887DDB
Text Example
Text Example
White with #887DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887DDB; }
p { color: rgb(136,125,219); }
H1.HeaderClassName
{
color: #887DDB;
}
.AnyTagClassName
{
color: #887DDB;
}
</style>
background-color css
<style>
a { background-color: #887DDB; }
a { background-color: rgb(136,125,219); }
div.DivClassName
{
background-color: #887DDB;
}
.BgClassName
{
background-color: #887DDB;
}
</style>
border-color css
<style>
span { border-color: #887DDB; }
span { border-color: rgb(136,125,219); }
td.TdClassName
{
border-color: #887DDB;
}
.TagClassName
{
border-color: #887DDB;
}
</style>