Shades of Moody Blue #8B86BB
Tints of Moody Blue #8B86BB
RGB
CMYK
RGB Variations
Color information
#8B86BB (or 0x8B86BB) is known color: Moody Blue. HEX triplet: 8B, 86 and BB. RGB value is (139,134,187). Sum of RGB (Red+Green+Blue) = 139+134+187=460 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.22% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #8B86BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B86BB is #747944. Grayscale: #8D8D8D. Windows color (decimal): -7633221 or 12289675. OLE color: 12289675.
HSL color Cylindrical-coordinate representation of color #8B86BB: hue angle of 245.66º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8B86BB is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 134 | 187 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.27 |
| HSL | 245.66º | 0.28% | 0.63% | - |
| HSV(B) | 245.66º | 0.28% | 0.73% | - |
| XYZ | 28.14 | 26.13 | 50.57 | - |
| YUV | 141.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 134 | 187 | 0.26 | 0.28 | 0 | 0.27 | 245.66 | 0.28 | 0.63 |
| Hex | 8B | 86 | BB | 1A | 1C | 0 | 1B | F6 | 1C | 3F |
| Octal | 213 | 206 | 273 | 32 | 34 | 0 | 33 | 366 | 34 | 77 |
| Binary | 10001011 | 10000110 | 10111011 | 11010 | 11100 | 0 | 11011 | 11110110 | 11100 | 111111 |
Color Harmonies of #8B86BB
Complementary color
Monochromatic Colors of #8B86BB
Black with #8B86BB
Text Example
Text Example
White with #8B86BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B86BB; }
p { color: rgb(139,134,187); }
H1.HeaderClassName
{
color: #8B86BB;
}
.AnyTagClassName
{
color: #8B86BB;
}
</style>
background-color css
<style>
a { background-color: #8B86BB; }
a { background-color: rgb(139,134,187); }
div.DivClassName
{
background-color: #8B86BB;
}
.BgClassName
{
background-color: #8B86BB;
}
</style>
border-color css
<style>
span { border-color: #8B86BB; }
span { border-color: rgb(139,134,187); }
td.TdClassName
{
border-color: #8B86BB;
}
.TagClassName
{
border-color: #8B86BB;
}
</style>