Shades of Moody Blue #8886B6
Tints of Moody Blue #8886B6
RGB
CMYK
RGB Variations
Color information
#8886B6 (or 0x8886B6) is known color: Moody Blue. HEX triplet: 88, 86 and B6. RGB value is (136,134,182). Sum of RGB (Red+Green+Blue) = 136+134+182=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 182 (71.48% from 255 or 40.27% from 452); Max value from RGB is 182 - color contains mainly: blue. Hex color #8886B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8886B6 is #777949. Grayscale: #8B8B8B. Windows color (decimal): -7829834 or 11961992. OLE color: 11961992.
HSL color Cylindrical-coordinate representation of color #8886B6: hue angle of 242.5º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8886B6 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 134 | 182 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.29 |
| HSL | 242.5º | 0.25% | 0.62% | - |
| HSV(B) | 242.5º | 0.26% | 0.71% | - |
| XYZ | 27.12 | 25.66 | 47.78 | - |
| YUV | 140.07 | 151.66 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 134 | 182 | 0.25 | 0.26 | 0 | 0.29 | 242.5 | 0.25 | 0.62 |
| Hex | 88 | 86 | B6 | 19 | 1A | 0 | 1D | F2 | 19 | 3E |
| Octal | 210 | 206 | 266 | 31 | 32 | 0 | 35 | 362 | 31 | 76 |
| Binary | 10001000 | 10000110 | 10110110 | 11001 | 11010 | 0 | 11101 | 11110010 | 11001 | 111110 |
Color Harmonies of #8886B6
Complementary color
Monochromatic Colors of #8886B6
Black with #8886B6
Text Example
Text Example
White with #8886B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8886B6; }
p { color: rgb(136,134,182); }
H1.HeaderClassName
{
color: #8886B6;
}
.AnyTagClassName
{
color: #8886B6;
}
</style>
background-color css
<style>
a { background-color: #8886B6; }
a { background-color: rgb(136,134,182); }
div.DivClassName
{
background-color: #8886B6;
}
.BgClassName
{
background-color: #8886B6;
}
</style>
border-color css
<style>
span { border-color: #8886B6; }
span { border-color: rgb(136,134,182); }
td.TdClassName
{
border-color: #8886B6;
}
.TagClassName
{
border-color: #8886B6;
}
</style>