Shades of Moody Blue #8B85BF
Tints of Moody Blue #8B85BF
RGB
CMYK
RGB Variations
Color information
#8B85BF (or 0x8B85BF) is known color: Moody Blue. HEX triplet: 8B, 85 and BF. RGB value is (139,133,191). Sum of RGB (Red+Green+Blue) = 139+133+191=463 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.02% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B85BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B85BF is #747A40. Grayscale: #8D8D8D. Windows color (decimal): -7633473 or 12551563. OLE color: 12551563.
HSL color Cylindrical-coordinate representation of color #8B85BF: hue angle of 246.21º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8B85BF is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 133 | 191 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.25 |
| HSL | 246.21º | 0.31% | 0.64% | - |
| HSV(B) | 246.21º | 0.3% | 0.75% | - |
| XYZ | 28.44 | 26.03 | 52.81 | - |
| YUV | 141.41 | 155.99 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 133 | 191 | 0.27 | 0.30 | 0 | 0.25 | 246.21 | 0.31 | 0.64 |
| Hex | 8B | 85 | BF | 1B | 1E | 0 | 19 | F6 | 1F | 40 |
| Octal | 213 | 205 | 277 | 33 | 36 | 0 | 31 | 366 | 37 | 100 |
| Binary | 10001011 | 10000101 | 10111111 | 11011 | 11110 | 0 | 11001 | 11110110 | 11111 | 1000000 |
Color Harmonies of #8B85BF
Complementary color
Monochromatic Colors of #8B85BF
Black with #8B85BF
Text Example
Text Example
White with #8B85BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B85BF; }
p { color: rgb(139,133,191); }
H1.HeaderClassName
{
color: #8B85BF;
}
.AnyTagClassName
{
color: #8B85BF;
}
</style>
background-color css
<style>
a { background-color: #8B85BF; }
a { background-color: rgb(139,133,191); }
div.DivClassName
{
background-color: #8B85BF;
}
.BgClassName
{
background-color: #8B85BF;
}
</style>
border-color css
<style>
span { border-color: #8B85BF; }
span { border-color: rgb(139,133,191); }
td.TdClassName
{
border-color: #8B85BF;
}
.TagClassName
{
border-color: #8B85BF;
}
</style>