Shades of Moody Blue #887DBB
Tints of Moody Blue #887DBB
RGB
CMYK
RGB Variations
Color information
#887DBB (or 0x887DBB) is known color: Moody Blue. HEX triplet: 88, 7D and BB. RGB value is (136,125,187). Sum of RGB (Red+Green+Blue) = 136+125+187=448 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.36% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #887DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887DBB is #778244. Grayscale: #878787. Windows color (decimal): -7832133 or 12287368. OLE color: 12287368.
HSL color Cylindrical-coordinate representation of color #887DBB: hue angle of 250.65º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #887DBB is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 125 | 187 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.27 |
| HSL | 250.65º | 0.31% | 0.61% | - |
| HSV(B) | 250.65º | 0.33% | 0.73% | - |
| XYZ | 26.46 | 23.49 | 50.15 | - |
| YUV | 135.36 | 157.14 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 125 | 187 | 0.27 | 0.33 | 0 | 0.27 | 250.65 | 0.31 | 0.61 |
| Hex | 88 | 7D | BB | 1B | 21 | 0 | 1B | FB | 1F | 3D |
| Octal | 210 | 175 | 273 | 33 | 41 | 0 | 33 | 373 | 37 | 75 |
| Binary | 10001000 | 1111101 | 10111011 | 11011 | 100001 | 0 | 11011 | 11111011 | 11111 | 111101 |
Color Harmonies of #887DBB
Complementary color
Monochromatic Colors of #887DBB
Black with #887DBB
Text Example
Text Example
White with #887DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887DBB; }
p { color: rgb(136,125,187); }
H1.HeaderClassName
{
color: #887DBB;
}
.AnyTagClassName
{
color: #887DBB;
}
</style>
background-color css
<style>
a { background-color: #887DBB; }
a { background-color: rgb(136,125,187); }
div.DivClassName
{
background-color: #887DBB;
}
.BgClassName
{
background-color: #887DBB;
}
</style>
border-color css
<style>
span { border-color: #887DBB; }
span { border-color: rgb(136,125,187); }
td.TdClassName
{
border-color: #887DBB;
}
.TagClassName
{
border-color: #887DBB;
}
</style>