Shades of Moody Blue #8886D6
Tints of Moody Blue #8886D6
RGB
CMYK
RGB Variations
Color information
#8886D6 (or 0x8886D6) is known color: Moody Blue. HEX triplet: 88, 86 and D6. RGB value is (136,134,214). Sum of RGB (Red+Green+Blue) = 136+134+214=484 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.10% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 214 (83.98% from 255 or 44.21% from 484); Max value from RGB is 214 - color contains mainly: blue. Hex color #8886D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8886D6 is #777929. Grayscale: #8F8F8F. Windows color (decimal): -7829802 or 14059144. OLE color: 14059144.
HSL color Cylindrical-coordinate representation of color #8886D6: hue angle of 241.5º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8886D6 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 134 | 214 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.16 |
| HSL | 241.5º | 0.49% | 0.68% | - |
| HSV(B) | 241.5º | 0.37% | 0.84% | - |
| XYZ | 30.82 | 27.14 | 67.23 | - |
| YUV | 143.72 | 167.66 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 134 | 214 | 0.36 | 0.37 | 0 | 0.16 | 241.5 | 0.49 | 0.68 |
| Hex | 88 | 86 | D6 | 24 | 25 | 0 | 10 | F2 | 31 | 44 |
| Octal | 210 | 206 | 326 | 44 | 45 | 0 | 20 | 362 | 61 | 104 |
| Binary | 10001000 | 10000110 | 11010110 | 100100 | 100101 | 0 | 10000 | 11110010 | 110001 | 1000100 |
Color Harmonies of #8886D6
Complementary color
Monochromatic Colors of #8886D6
Black with #8886D6
Text Example
Text Example
White with #8886D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8886D6; }
p { color: rgb(136,134,214); }
H1.HeaderClassName
{
color: #8886D6;
}
.AnyTagClassName
{
color: #8886D6;
}
</style>
background-color css
<style>
a { background-color: #8886D6; }
a { background-color: rgb(136,134,214); }
div.DivClassName
{
background-color: #8886D6;
}
.BgClassName
{
background-color: #8886D6;
}
</style>
border-color css
<style>
span { border-color: #8886D6; }
span { border-color: rgb(136,134,214); }
td.TdClassName
{
border-color: #8886D6;
}
.TagClassName
{
border-color: #8886D6;
}
</style>