Shades of Moody Blue #887BBA
Tints of Moody Blue #887BBA
RGB
CMYK
RGB Variations
Color information
#887BBA (or 0x887BBA) is known color: Moody Blue. HEX triplet: 88, 7B and BA. RGB value is (136,123,186). Sum of RGB (Red+Green+Blue) = 136+123+186=445 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.56% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #887BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887BBA is #778445. Grayscale: #858585. Windows color (decimal): -7832646 or 12221320. OLE color: 12221320.
HSL color Cylindrical-coordinate representation of color #887BBA: hue angle of 252.38º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #887BBA is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 123 | 186 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.27 |
| HSL | 252.38º | 0.31% | 0.61% | - |
| HSV(B) | 252.38º | 0.34% | 0.73% | - |
| XYZ | 26.1 | 22.95 | 49.51 | - |
| YUV | 134.07 | 157.31 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 123 | 186 | 0.27 | 0.34 | 0 | 0.27 | 252.38 | 0.31 | 0.61 |
| Hex | 88 | 7B | BA | 1B | 22 | 0 | 1B | FC | 1F | 3D |
| Octal | 210 | 173 | 272 | 33 | 42 | 0 | 33 | 374 | 37 | 75 |
| Binary | 10001000 | 1111011 | 10111010 | 11011 | 100010 | 0 | 11011 | 11111100 | 11111 | 111101 |
Color Harmonies of #887BBA
Complementary color
Monochromatic Colors of #887BBA
Black with #887BBA
Text Example
Text Example
White with #887BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887BBA; }
p { color: rgb(136,123,186); }
H1.HeaderClassName
{
color: #887BBA;
}
.AnyTagClassName
{
color: #887BBA;
}
</style>
background-color css
<style>
a { background-color: #887BBA; }
a { background-color: rgb(136,123,186); }
div.DivClassName
{
background-color: #887BBA;
}
.BgClassName
{
background-color: #887BBA;
}
</style>
border-color css
<style>
span { border-color: #887BBA; }
span { border-color: rgb(136,123,186); }
td.TdClassName
{
border-color: #887BBA;
}
.TagClassName
{
border-color: #887BBA;
}
</style>