Shades of Moody Blue #887BBD
Tints of Moody Blue #887BBD
RGB
CMYK
RGB Variations
Color information
#887BBD (or 0x887BBD) is known color: Moody Blue. HEX triplet: 88, 7B and BD. RGB value is (136,123,189). Sum of RGB (Red+Green+Blue) = 136+123+189=448 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.36% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #887BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887BBD is #778442. Grayscale: #868686. Windows color (decimal): -7832643 or 12417928. OLE color: 12417928.
HSL color Cylindrical-coordinate representation of color #887BBD: hue angle of 251.82º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #887BBD is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 123 | 189 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.26 |
| HSL | 251.82º | 0.33% | 0.61% | - |
| HSV(B) | 251.82º | 0.35% | 0.74% | - |
| XYZ | 26.42 | 23.07 | 51.21 | - |
| YUV | 134.41 | 158.81 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 123 | 189 | 0.28 | 0.35 | 0 | 0.26 | 251.82 | 0.33 | 0.61 |
| Hex | 88 | 7B | BD | 1C | 23 | 0 | 1A | FC | 21 | 3D |
| Octal | 210 | 173 | 275 | 34 | 43 | 0 | 32 | 374 | 41 | 75 |
| Binary | 10001000 | 1111011 | 10111101 | 11100 | 100011 | 0 | 11010 | 11111100 | 100001 | 111101 |
Color Harmonies of #887BBD
Complementary color
Monochromatic Colors of #887BBD
Black with #887BBD
Text Example
Text Example
White with #887BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887BBD; }
p { color: rgb(136,123,189); }
H1.HeaderClassName
{
color: #887BBD;
}
.AnyTagClassName
{
color: #887BBD;
}
</style>
background-color css
<style>
a { background-color: #887BBD; }
a { background-color: rgb(136,123,189); }
div.DivClassName
{
background-color: #887BBD;
}
.BgClassName
{
background-color: #887BBD;
}
</style>
border-color css
<style>
span { border-color: #887BBD; }
span { border-color: rgb(136,123,189); }
td.TdClassName
{
border-color: #887BBD;
}
.TagClassName
{
border-color: #887BBD;
}
</style>