Shades of Moody Blue #887BC9
Tints of Moody Blue #887BC9
RGB
CMYK
RGB Variations
Color information
#887BC9 (or 0x887BC9) is known color: Moody Blue. HEX triplet: 88, 7B and C9. RGB value is (136,123,201). Sum of RGB (Red+Green+Blue) = 136+123+201=460 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.57% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 201 (78.91% from 255 or 43.70% from 460); Max value from RGB is 201 - color contains mainly: blue. Hex color #887BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887BC9 is #778436. Grayscale: #878787. Windows color (decimal): -7832631 or 13204360. OLE color: 13204360.
HSL color Cylindrical-coordinate representation of color #887BC9: hue angle of 250º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #887BC9 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 123 | 201 | - |
| CMYK | 0.32 | 0.39 | 0 | 0.21 |
| HSL | 250º | 0.42% | 0.64% | - |
| HSV(B) | 250º | 0.39% | 0.79% | - |
| XYZ | 27.78 | 23.62 | 58.35 | - |
| YUV | 135.78 | 164.81 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 123 | 201 | 0.32 | 0.39 | 0 | 0.21 | 250 | 0.42 | 0.64 |
| Hex | 88 | 7B | C9 | 20 | 27 | 0 | 15 | FA | 2A | 40 |
| Octal | 210 | 173 | 311 | 40 | 47 | 0 | 25 | 372 | 52 | 100 |
| Binary | 10001000 | 1111011 | 11001001 | 100000 | 100111 | 0 | 10101 | 11111010 | 101010 | 1000000 |
Color Harmonies of #887BC9
Complementary color
Monochromatic Colors of #887BC9
Black with #887BC9
Text Example
Text Example
White with #887BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887BC9; }
p { color: rgb(136,123,201); }
H1.HeaderClassName
{
color: #887BC9;
}
.AnyTagClassName
{
color: #887BC9;
}
</style>
background-color css
<style>
a { background-color: #887BC9; }
a { background-color: rgb(136,123,201); }
div.DivClassName
{
background-color: #887BC9;
}
.BgClassName
{
background-color: #887BC9;
}
</style>
border-color css
<style>
span { border-color: #887BC9; }
span { border-color: rgb(136,123,201); }
td.TdClassName
{
border-color: #887BC9;
}
.TagClassName
{
border-color: #887BC9;
}
</style>