Shades of Moody Blue #8B87D7
Tints of Moody Blue #8B87D7
RGB
CMYK
RGB Variations
Color information
#8B87D7 (or 0x8B87D7) is known color: Moody Blue. HEX triplet: 8B, 87 and D7. RGB value is (139,135,215). Sum of RGB (Red+Green+Blue) = 139+135+215=489 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.43% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 215 (84.38% from 255 or 43.97% from 489); Max value from RGB is 215 - color contains mainly: blue. Hex color #8B87D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B87D7 is #747828. Grayscale: #919191. Windows color (decimal): -7632937 or 14124939. OLE color: 14124939.
HSL color Cylindrical-coordinate representation of color #8B87D7: hue angle of 243º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B87D7 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 135 | 215 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.16 |
| HSL | 243º | 0.5% | 0.69% | - |
| HSV(B) | 243º | 0.37% | 0.84% | - |
| XYZ | 31.58 | 27.72 | 67.98 | - |
| YUV | 145.32 | 167.33 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 135 | 215 | 0.35 | 0.37 | 0 | 0.16 | 243 | 0.5 | 0.69 |
| Hex | 8B | 87 | D7 | 23 | 25 | 0 | 10 | F3 | 32 | 45 |
| Octal | 213 | 207 | 327 | 43 | 45 | 0 | 20 | 363 | 62 | 105 |
| Binary | 10001011 | 10000111 | 11010111 | 100011 | 100101 | 0 | 10000 | 11110011 | 110010 | 1000101 |
Color Harmonies of #8B87D7
Complementary color
Monochromatic Colors of #8B87D7
Black with #8B87D7
Text Example
Text Example
White with #8B87D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B87D7; }
p { color: rgb(139,135,215); }
H1.HeaderClassName
{
color: #8B87D7;
}
.AnyTagClassName
{
color: #8B87D7;
}
</style>
background-color css
<style>
a { background-color: #8B87D7; }
a { background-color: rgb(139,135,215); }
div.DivClassName
{
background-color: #8B87D7;
}
.BgClassName
{
background-color: #8B87D7;
}
</style>
border-color css
<style>
span { border-color: #8B87D7; }
span { border-color: rgb(139,135,215); }
td.TdClassName
{
border-color: #8B87D7;
}
.TagClassName
{
border-color: #8B87D7;
}
</style>