Shades of Moody Blue #8882B1
Tints of Moody Blue #8882B1
RGB
CMYK
RGB Variations
Color information
#8882B1 (or 0x8882B1) is known color: Moody Blue. HEX triplet: 88, 82 and B1. RGB value is (136,130,177). Sum of RGB (Red+Green+Blue) = 136+130+177=443 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.70% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 177 (69.53% from 255 or 39.95% from 443); Max value from RGB is 177 - color contains mainly: blue. Hex color #8882B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8882B1 is #777D4E. Grayscale: #888888. Windows color (decimal): -7830863 or 11633288. OLE color: 11633288.
HSL color Cylindrical-coordinate representation of color #8882B1: hue angle of 247.66º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8882B1 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 130 | 177 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.31 |
| HSL | 247.66º | 0.23% | 0.6% | - |
| HSV(B) | 247.66º | 0.27% | 0.69% | - |
| XYZ | 26.07 | 24.37 | 44.93 | - |
| YUV | 137.15 | 150.49 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 130 | 177 | 0.23 | 0.27 | 0 | 0.31 | 247.66 | 0.23 | 0.6 |
| Hex | 88 | 82 | B1 | 17 | 1B | 0 | 1F | F8 | 17 | 3C |
| Octal | 210 | 202 | 261 | 27 | 33 | 0 | 37 | 370 | 27 | 74 |
| Binary | 10001000 | 10000010 | 10110001 | 10111 | 11011 | 0 | 11111 | 11111000 | 10111 | 111100 |
Color Harmonies of #8882B1
Complementary color
Monochromatic Colors of #8882B1
Black with #8882B1
Text Example
Text Example
White with #8882B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8882B1; }
p { color: rgb(136,130,177); }
H1.HeaderClassName
{
color: #8882B1;
}
.AnyTagClassName
{
color: #8882B1;
}
</style>
background-color css
<style>
a { background-color: #8882B1; }
a { background-color: rgb(136,130,177); }
div.DivClassName
{
background-color: #8882B1;
}
.BgClassName
{
background-color: #8882B1;
}
</style>
border-color css
<style>
span { border-color: #8882B1; }
span { border-color: rgb(136,130,177); }
td.TdClassName
{
border-color: #8882B1;
}
.TagClassName
{
border-color: #8882B1;
}
</style>