Shades of Moody Blue #8B87BB
Tints of Moody Blue #8B87BB
RGB
CMYK
RGB Variations
Color information
#8B87BB (or 0x8B87BB) is known color: Moody Blue. HEX triplet: 8B, 87 and BB. RGB value is (139,135,187). Sum of RGB (Red+Green+Blue) = 139+135+187=461 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.15% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #8B87BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B87BB is #747844. Grayscale: #8D8D8D. Windows color (decimal): -7632965 or 12289931. OLE color: 12289931.
HSL color Cylindrical-coordinate representation of color #8B87BB: hue angle of 244.62º 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 #8B87BB is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 135 | 187 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.27 |
| HSL | 244.62º | 0.28% | 0.63% | - |
| HSV(B) | 244.62º | 0.28% | 0.73% | - |
| XYZ | 28.28 | 26.4 | 50.62 | - |
| YUV | 142.12 | 153.33 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 135 | 187 | 0.26 | 0.28 | 0 | 0.27 | 244.62 | 0.28 | 0.63 |
| Hex | 8B | 87 | BB | 1A | 1C | 0 | 1B | F5 | 1C | 3F |
| Octal | 213 | 207 | 273 | 32 | 34 | 0 | 33 | 365 | 34 | 77 |
| Binary | 10001011 | 10000111 | 10111011 | 11010 | 11100 | 0 | 11011 | 11110101 | 11100 | 111111 |
Color Harmonies of #8B87BB
Complementary color
Monochromatic Colors of #8B87BB
Black with #8B87BB
Text Example
Text Example
White with #8B87BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B87BB; }
p { color: rgb(139,135,187); }
H1.HeaderClassName
{
color: #8B87BB;
}
.AnyTagClassName
{
color: #8B87BB;
}
</style>
background-color css
<style>
a { background-color: #8B87BB; }
a { background-color: rgb(139,135,187); }
div.DivClassName
{
background-color: #8B87BB;
}
.BgClassName
{
background-color: #8B87BB;
}
</style>
border-color css
<style>
span { border-color: #8B87BB; }
span { border-color: rgb(139,135,187); }
td.TdClassName
{
border-color: #8B87BB;
}
.TagClassName
{
border-color: #8B87BB;
}
</style>