Shades of Moody Blue #8F85BF
Tints of Moody Blue #8F85BF
RGB
CMYK
RGB Variations
Color information
#8F85BF (or 0x8F85BF) is known color: Moody Blue. HEX triplet: 8F, 85 and BF. RGB value is (143,133,191). Sum of RGB (Red+Green+Blue) = 143+133+191=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F85BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F85BF is #707A40. Grayscale: #8E8E8E. Windows color (decimal): -7371329 or 12551567. OLE color: 12551567.
HSL color Cylindrical-coordinate representation of color #8F85BF: hue angle of 250.34º 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 #8F85BF is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 133 | 191 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.25 |
| HSL | 250.34º | 0.31% | 0.64% | - |
| HSV(B) | 250.34º | 0.3% | 0.75% | - |
| XYZ | 29.12 | 26.38 | 52.85 | - |
| YUV | 142.6 | 155.31 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 133 | 191 | 0.25 | 0.30 | 0 | 0.25 | 250.34 | 0.31 | 0.64 |
| Hex | 8F | 85 | BF | 19 | 1E | 0 | 19 | FA | 1F | 40 |
| Octal | 217 | 205 | 277 | 31 | 36 | 0 | 31 | 372 | 37 | 100 |
| Binary | 10001111 | 10000101 | 10111111 | 11001 | 11110 | 0 | 11001 | 11111010 | 11111 | 1000000 |
Color Harmonies of #8F85BF
Complementary color
Monochromatic Colors of #8F85BF
Black with #8F85BF
Text Example
Text Example
White with #8F85BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F85BF; }
p { color: rgb(143,133,191); }
H1.HeaderClassName
{
color: #8F85BF;
}
.AnyTagClassName
{
color: #8F85BF;
}
</style>
background-color css
<style>
a { background-color: #8F85BF; }
a { background-color: rgb(143,133,191); }
div.DivClassName
{
background-color: #8F85BF;
}
.BgClassName
{
background-color: #8F85BF;
}
</style>
border-color css
<style>
span { border-color: #8F85BF; }
span { border-color: rgb(143,133,191); }
td.TdClassName
{
border-color: #8F85BF;
}
.TagClassName
{
border-color: #8F85BF;
}
</style>