Shades of Moody Blue #887DDF
Tints of Moody Blue #887DDF
RGB
CMYK
RGB Variations
Color information
#887DDF (or 0x887DDF) is known color: Moody Blue. HEX triplet: 88, 7D and DF. RGB value is (136,125,223). Sum of RGB (Red+Green+Blue) = 136+125+223=484 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.10% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #887DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887DDF is #778220. Grayscale: #8B8B8B. Windows color (decimal): -7832097 or 14646664. OLE color: 14646664.
HSL color Cylindrical-coordinate representation of color #887DDF: hue angle of 246.73º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #887DDF is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 125 | 223 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.13 |
| HSL | 246.73º | 0.6% | 0.68% | - |
| HSV(B) | 246.73º | 0.44% | 0.87% | - |
| XYZ | 30.81 | 25.23 | 73.06 | - |
| YUV | 139.46 | 175.14 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 125 | 223 | 0.39 | 0.44 | 0 | 0.13 | 246.73 | 0.6 | 0.68 |
| Hex | 88 | 7D | DF | 27 | 2C | 0 | D | F7 | 3C | 44 |
| Octal | 210 | 175 | 337 | 47 | 54 | 0 | 15 | 367 | 74 | 104 |
| Binary | 10001000 | 1111101 | 11011111 | 100111 | 101100 | 0 | 1101 | 11110111 | 111100 | 1000100 |
Color Harmonies of #887DDF
Complementary color
Monochromatic Colors of #887DDF
Black with #887DDF
Text Example
Text Example
White with #887DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887DDF; }
p { color: rgb(136,125,223); }
H1.HeaderClassName
{
color: #887DDF;
}
.AnyTagClassName
{
color: #887DDF;
}
</style>
background-color css
<style>
a { background-color: #887DDF; }
a { background-color: rgb(136,125,223); }
div.DivClassName
{
background-color: #887DDF;
}
.BgClassName
{
background-color: #887DDF;
}
</style>
border-color css
<style>
span { border-color: #887DDF; }
span { border-color: rgb(136,125,223); }
td.TdClassName
{
border-color: #887DDF;
}
.TagClassName
{
border-color: #887DDF;
}
</style>