Shades of Moody Blue #887AD4
Tints of Moody Blue #887AD4
RGB
CMYK
RGB Variations
Color information
#887AD4 (or 0x887AD4) is known color: Moody Blue. HEX triplet: 88, 7A and D4. RGB value is (136,122,212). Sum of RGB (Red+Green+Blue) = 136+122+212=470 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.94% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 212 (83.20% from 255 or 45.11% from 470); Max value from RGB is 212 - color contains mainly: blue. Hex color #887AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887AD4 is #77852B. Grayscale: #888888. Windows color (decimal): -7832876 or 13925000. OLE color: 13925000.
HSL color Cylindrical-coordinate representation of color #887AD4: hue angle of 249.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #887AD4 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 136 | 122 | 212 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.17 |
| HSL | 249.33º | 0.51% | 0.65% | - |
| HSV(B) | 249.33º | 0.42% | 0.83% | - |
| XYZ | 29 | 23.91 | 65.37 | - |
| YUV | 136.45 | 170.64 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 122 | 212 | 0.36 | 0.42 | 0 | 0.17 | 249.33 | 0.51 | 0.65 |
| Hex | 88 | 7A | D4 | 24 | 2A | 0 | 11 | F9 | 33 | 41 |
| Octal | 210 | 172 | 324 | 44 | 52 | 0 | 21 | 371 | 63 | 101 |
| Binary | 10001000 | 1111010 | 11010100 | 100100 | 101010 | 0 | 10001 | 11111001 | 110011 | 1000001 |
Color Harmonies of #887AD4
Complementary color
Monochromatic Colors of #887AD4
Black with #887AD4
Text Example
Text Example
White with #887AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887AD4; }
p { color: rgb(136,122,212); }
H1.HeaderClassName
{
color: #887AD4;
}
.AnyTagClassName
{
color: #887AD4;
}
</style>
background-color css
<style>
a { background-color: #887AD4; }
a { background-color: rgb(136,122,212); }
div.DivClassName
{
background-color: #887AD4;
}
.BgClassName
{
background-color: #887AD4;
}
</style>
border-color css
<style>
span { border-color: #887AD4; }
span { border-color: rgb(136,122,212); }
td.TdClassName
{
border-color: #887AD4;
}
.TagClassName
{
border-color: #887AD4;
}
</style>