Shades of Moody Blue #8B87B6
Tints of Moody Blue #8B87B6
RGB
CMYK
RGB Variations
Color information
#8B87B6 (or 0x8B87B6) is known color: Moody Blue. HEX triplet: 8B, 87 and B6. RGB value is (139,135,182). Sum of RGB (Red+Green+Blue) = 139+135+182=456 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.48% from 456); Green value is 135 (53.12% from 255 or 29.61% from 456); Blue value is 182 (71.48% from 255 or 39.91% from 456); Max value from RGB is 182 - color contains mainly: blue. Hex color #8B87B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B87B6 is #747849. Grayscale: #8D8D8D. Windows color (decimal): -7632970 or 11962251. OLE color: 11962251.
HSL color Cylindrical-coordinate representation of color #8B87B6: hue angle of 245.11º degrees, saturation: 0.24, 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 #8B87B6 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 135 | 182 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.29 |
| HSL | 245.11º | 0.24% | 0.62% | - |
| HSV(B) | 245.11º | 0.26% | 0.71% | - |
| XYZ | 27.75 | 26.19 | 47.85 | - |
| YUV | 141.55 | 150.83 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 135 | 182 | 0.24 | 0.26 | 0 | 0.29 | 245.11 | 0.24 | 0.62 |
| Hex | 8B | 87 | B6 | 18 | 1A | 0 | 1D | F5 | 18 | 3E |
| Octal | 213 | 207 | 266 | 30 | 32 | 0 | 35 | 365 | 30 | 76 |
| Binary | 10001011 | 10000111 | 10110110 | 11000 | 11010 | 0 | 11101 | 11110101 | 11000 | 111110 |
Color Harmonies of #8B87B6
Complementary color
Monochromatic Colors of #8B87B6
Black with #8B87B6
Text Example
Text Example
White with #8B87B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B87B6; }
p { color: rgb(139,135,182); }
H1.HeaderClassName
{
color: #8B87B6;
}
.AnyTagClassName
{
color: #8B87B6;
}
</style>
background-color css
<style>
a { background-color: #8B87B6; }
a { background-color: rgb(139,135,182); }
div.DivClassName
{
background-color: #8B87B6;
}
.BgClassName
{
background-color: #8B87B6;
}
</style>
border-color css
<style>
span { border-color: #8B87B6; }
span { border-color: rgb(139,135,182); }
td.TdClassName
{
border-color: #8B87B6;
}
.TagClassName
{
border-color: #8B87B6;
}
</style>