Shades of Moody Blue #887BD2
Tints of Moody Blue #887BD2
RGB
CMYK
RGB Variations
Color information
#887BD2 (or 0x887BD2) is known color: Moody Blue. HEX triplet: 88, 7B and D2. RGB value is (136,123,210). Sum of RGB (Red+Green+Blue) = 136+123+210=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 210 - color contains mainly: blue. Hex color #887BD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887BD2 is #77842D. Grayscale: #888888. Windows color (decimal): -7832622 or 13794184. OLE color: 13794184.
HSL color Cylindrical-coordinate representation of color #887BD2: hue angle of 248.97º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #887BD2 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 123 | 210 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.18 |
| HSL | 248.97º | 0.49% | 0.65% | - |
| HSV(B) | 248.97º | 0.41% | 0.82% | - |
| XYZ | 28.87 | 24.05 | 64.09 | - |
| YUV | 136.81 | 169.31 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 123 | 210 | 0.35 | 0.41 | 0 | 0.18 | 248.97 | 0.49 | 0.65 |
| Hex | 88 | 7B | D2 | 23 | 29 | 0 | 12 | F9 | 31 | 41 |
| Octal | 210 | 173 | 322 | 43 | 51 | 0 | 22 | 371 | 61 | 101 |
| Binary | 10001000 | 1111011 | 11010010 | 100011 | 101001 | 0 | 10010 | 11111001 | 110001 | 1000001 |
Color Harmonies of #887BD2
Complementary color
Monochromatic Colors of #887BD2
Black with #887BD2
Text Example
Text Example
White with #887BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887BD2; }
p { color: rgb(136,123,210); }
H1.HeaderClassName
{
color: #887BD2;
}
.AnyTagClassName
{
color: #887BD2;
}
</style>
background-color css
<style>
a { background-color: #887BD2; }
a { background-color: rgb(136,123,210); }
div.DivClassName
{
background-color: #887BD2;
}
.BgClassName
{
background-color: #887BD2;
}
</style>
border-color css
<style>
span { border-color: #887BD2; }
span { border-color: rgb(136,123,210); }
td.TdClassName
{
border-color: #887BD2;
}
.TagClassName
{
border-color: #887BD2;
}
</style>