Shades of Moody Blue #8F85BD
Tints of Moody Blue #8F85BD
RGB
CMYK
RGB Variations
Color information
#8F85BD (or 0x8F85BD) is known color: Moody Blue. HEX triplet: 8F, 85 and BD. RGB value is (143,133,189). Sum of RGB (Red+Green+Blue) = 143+133+189=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #8F85BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F85BD is #707A42. Grayscale: #8E8E8E. Windows color (decimal): -7371331 or 12420495. OLE color: 12420495.
HSL color Cylindrical-coordinate representation of color #8F85BD: hue angle of 250.71º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F85BD is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 133 | 189 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.26 |
| HSL | 250.71º | 0.3% | 0.63% | - |
| HSV(B) | 250.71º | 0.3% | 0.74% | - |
| XYZ | 28.9 | 26.29 | 51.7 | - |
| YUV | 142.37 | 154.31 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 133 | 189 | 0.24 | 0.30 | 0 | 0.26 | 250.71 | 0.3 | 0.63 |
| Hex | 8F | 85 | BD | 18 | 1E | 0 | 1A | FB | 1E | 3F |
| Octal | 217 | 205 | 275 | 30 | 36 | 0 | 32 | 373 | 36 | 77 |
| Binary | 10001111 | 10000101 | 10111101 | 11000 | 11110 | 0 | 11010 | 11111011 | 11110 | 111111 |
Color Harmonies of #8F85BD
Complementary color
Monochromatic Colors of #8F85BD
Black with #8F85BD
Text Example
Text Example
White with #8F85BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F85BD; }
p { color: rgb(143,133,189); }
H1.HeaderClassName
{
color: #8F85BD;
}
.AnyTagClassName
{
color: #8F85BD;
}
</style>
background-color css
<style>
a { background-color: #8F85BD; }
a { background-color: rgb(143,133,189); }
div.DivClassName
{
background-color: #8F85BD;
}
.BgClassName
{
background-color: #8F85BD;
}
</style>
border-color css
<style>
span { border-color: #8F85BD; }
span { border-color: rgb(143,133,189); }
td.TdClassName
{
border-color: #8F85BD;
}
.TagClassName
{
border-color: #8F85BD;
}
</style>