Shades of Moody Blue #8B86BC
Tints of Moody Blue #8B86BC
RGB
CMYK
RGB Variations
Color information
#8B86BC (or 0x8B86BC) is known color: Moody Blue. HEX triplet: 8B, 86 and BC. RGB value is (139,134,188). Sum of RGB (Red+Green+Blue) = 139+134+188=461 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.15% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #8B86BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B86BC is #747943. Grayscale: #8D8D8D. Windows color (decimal): -7633220 or 12355211. OLE color: 12355211.
HSL color Cylindrical-coordinate representation of color #8B86BC: hue angle of 245.56º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B86BC is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 134 | 188 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.26 |
| HSL | 245.56º | 0.29% | 0.63% | - |
| HSV(B) | 245.56º | 0.29% | 0.74% | - |
| XYZ | 28.25 | 26.17 | 51.14 | - |
| YUV | 141.65 | 154.16 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 134 | 188 | 0.26 | 0.29 | 0 | 0.26 | 245.56 | 0.29 | 0.63 |
| Hex | 8B | 86 | BC | 1A | 1D | 0 | 1A | F6 | 1D | 3F |
| Octal | 213 | 206 | 274 | 32 | 35 | 0 | 32 | 366 | 35 | 77 |
| Binary | 10001011 | 10000110 | 10111100 | 11010 | 11101 | 0 | 11010 | 11110110 | 11101 | 111111 |
Color Harmonies of #8B86BC
Complementary color
Monochromatic Colors of #8B86BC
Black with #8B86BC
Text Example
Text Example
White with #8B86BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B86BC; }
p { color: rgb(139,134,188); }
H1.HeaderClassName
{
color: #8B86BC;
}
.AnyTagClassName
{
color: #8B86BC;
}
</style>
background-color css
<style>
a { background-color: #8B86BC; }
a { background-color: rgb(139,134,188); }
div.DivClassName
{
background-color: #8B86BC;
}
.BgClassName
{
background-color: #8B86BC;
}
</style>
border-color css
<style>
span { border-color: #8B86BC; }
span { border-color: rgb(139,134,188); }
td.TdClassName
{
border-color: #8B86BC;
}
.TagClassName
{
border-color: #8B86BC;
}
</style>