Shades of Moody Blue #887ABC
Tints of Moody Blue #887ABC
RGB
CMYK
RGB Variations
Color information
#887ABC (or 0x887ABC) is known color: Moody Blue. HEX triplet: 88, 7A and BC. RGB value is (136,122,188). Sum of RGB (Red+Green+Blue) = 136+122+188=446 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.49% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #887ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887ABC is #778543. Grayscale: #858585. Windows color (decimal): -7832900 or 12352136. OLE color: 12352136.
HSL color Cylindrical-coordinate representation of color #887ABC: hue angle of 252.73º 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 #887ABC is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 122 | 188 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.26 |
| HSL | 252.73º | 0.33% | 0.61% | - |
| HSV(B) | 252.73º | 0.35% | 0.74% | - |
| XYZ | 26.19 | 22.78 | 50.59 | - |
| YUV | 133.71 | 158.64 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 122 | 188 | 0.28 | 0.35 | 0 | 0.26 | 252.73 | 0.33 | 0.61 |
| Hex | 88 | 7A | BC | 1C | 23 | 0 | 1A | FD | 21 | 3D |
| Octal | 210 | 172 | 274 | 34 | 43 | 0 | 32 | 375 | 41 | 75 |
| Binary | 10001000 | 1111010 | 10111100 | 11100 | 100011 | 0 | 11010 | 11111101 | 100001 | 111101 |
Color Harmonies of #887ABC
Complementary color
Monochromatic Colors of #887ABC
Black with #887ABC
Text Example
Text Example
White with #887ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887ABC; }
p { color: rgb(136,122,188); }
H1.HeaderClassName
{
color: #887ABC;
}
.AnyTagClassName
{
color: #887ABC;
}
</style>
background-color css
<style>
a { background-color: #887ABC; }
a { background-color: rgb(136,122,188); }
div.DivClassName
{
background-color: #887ABC;
}
.BgClassName
{
background-color: #887ABC;
}
</style>
border-color css
<style>
span { border-color: #887ABC; }
span { border-color: rgb(136,122,188); }
td.TdClassName
{
border-color: #887ABC;
}
.TagClassName
{
border-color: #887ABC;
}
</style>