Shades of Moody Blue #887ED3
Tints of Moody Blue #887ED3
RGB
CMYK
RGB Variations
Color information
#887ED3 (or 0x887ED3) is known color: Moody Blue. HEX triplet: 88, 7E and D3. RGB value is (136,126,211). Sum of RGB (Red+Green+Blue) = 136+126+211=473 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.75% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 211 (82.81% from 255 or 44.61% from 473); Max value from RGB is 211 - color contains mainly: blue. Hex color #887ED3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887ED3 is #77812C. Grayscale: #8A8A8A. Windows color (decimal): -7831853 or 13860488. OLE color: 13860488.
HSL color Cylindrical-coordinate representation of color #887ED3: hue angle of 247.06º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #887ED3 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 136 | 126 | 211 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.17 |
| HSL | 247.06º | 0.49% | 0.66% | - |
| HSV(B) | 247.06º | 0.4% | 0.83% | - |
| XYZ | 29.37 | 24.86 | 64.88 | - |
| YUV | 138.68 | 168.81 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 126 | 211 | 0.36 | 0.40 | 0 | 0.17 | 247.06 | 0.49 | 0.66 |
| Hex | 88 | 7E | D3 | 24 | 28 | 0 | 11 | F7 | 31 | 42 |
| Octal | 210 | 176 | 323 | 44 | 50 | 0 | 21 | 367 | 61 | 102 |
| Binary | 10001000 | 1111110 | 11010011 | 100100 | 101000 | 0 | 10001 | 11110111 | 110001 | 1000010 |
Color Harmonies of #887ED3
Complementary color
Monochromatic Colors of #887ED3
Black with #887ED3
Text Example
Text Example
White with #887ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887ED3; }
p { color: rgb(136,126,211); }
H1.HeaderClassName
{
color: #887ED3;
}
.AnyTagClassName
{
color: #887ED3;
}
</style>
background-color css
<style>
a { background-color: #887ED3; }
a { background-color: rgb(136,126,211); }
div.DivClassName
{
background-color: #887ED3;
}
.BgClassName
{
background-color: #887ED3;
}
</style>
border-color css
<style>
span { border-color: #887ED3; }
span { border-color: rgb(136,126,211); }
td.TdClassName
{
border-color: #887ED3;
}
.TagClassName
{
border-color: #887ED3;
}
</style>