Shades of Moody Blue #887DCA
Tints of Moody Blue #887DCA
RGB
CMYK
RGB Variations
Color information
#887DCA (or 0x887DCA) is known color: Moody Blue. HEX triplet: 88, 7D and CA. RGB value is (136,125,202). Sum of RGB (Red+Green+Blue) = 136+125+202=463 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.37% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #887DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887DCA is #778235. Grayscale: #888888. Windows color (decimal): -7832118 or 13270408. OLE color: 13270408.
HSL color Cylindrical-coordinate representation of color #887DCA: hue angle of 248.57º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #887DCA is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 125 | 202 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.21 |
| HSL | 248.57º | 0.42% | 0.64% | - |
| HSV(B) | 248.57º | 0.38% | 0.79% | - |
| XYZ | 28.15 | 24.17 | 59.06 | - |
| YUV | 137.07 | 164.64 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 125 | 202 | 0.33 | 0.38 | 0 | 0.21 | 248.57 | 0.42 | 0.64 |
| Hex | 88 | 7D | CA | 21 | 26 | 0 | 15 | F9 | 2A | 40 |
| Octal | 210 | 175 | 312 | 41 | 46 | 0 | 25 | 371 | 52 | 100 |
| Binary | 10001000 | 1111101 | 11001010 | 100001 | 100110 | 0 | 10101 | 11111001 | 101010 | 1000000 |
Color Harmonies of #887DCA
Complementary color
Monochromatic Colors of #887DCA
Black with #887DCA
Text Example
Text Example
White with #887DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887DCA; }
p { color: rgb(136,125,202); }
H1.HeaderClassName
{
color: #887DCA;
}
.AnyTagClassName
{
color: #887DCA;
}
</style>
background-color css
<style>
a { background-color: #887DCA; }
a { background-color: rgb(136,125,202); }
div.DivClassName
{
background-color: #887DCA;
}
.BgClassName
{
background-color: #887DCA;
}
</style>
border-color css
<style>
span { border-color: #887DCA; }
span { border-color: rgb(136,125,202); }
td.TdClassName
{
border-color: #887DCA;
}
.TagClassName
{
border-color: #887DCA;
}
</style>