Shades of Moody Blue #8F85BE
Tints of Moody Blue #8F85BE
RGB
CMYK
RGB Variations
Color information
#8F85BE (or 0x8F85BE) is known color: Moody Blue. HEX triplet: 8F, 85 and BE. RGB value is (143,133,190). Sum of RGB (Red+Green+Blue) = 143+133+190=466 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.69% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F85BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F85BE is #707A41. Grayscale: #8E8E8E. Windows color (decimal): -7371330 or 12486031. OLE color: 12486031.
HSL color Cylindrical-coordinate representation of color #8F85BE: hue angle of 250.53º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F85BE is Cyan = 0.25, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 133 | 190 | - |
| CMYK | 0.25 | 0.3 | 0 | 0.25 |
| HSL | 250.53º | 0.3% | 0.63% | - |
| HSV(B) | 250.53º | 0.3% | 0.75% | - |
| XYZ | 29.01 | 26.33 | 52.27 | - |
| YUV | 142.49 | 154.81 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 133 | 190 | 0.25 | 0.3 | 0 | 0.25 | 250.53 | 0.3 | 0.63 |
| Hex | 8F | 85 | BE | 19 | 1E | 0 | 19 | FB | 1E | 3F |
| Octal | 217 | 205 | 276 | 31 | 36 | 0 | 31 | 373 | 36 | 77 |
| Binary | 10001111 | 10000101 | 10111110 | 11001 | 11110 | 0 | 11001 | 11111011 | 11110 | 111111 |
Color Harmonies of #8F85BE
Complementary color
Monochromatic Colors of #8F85BE
Black with #8F85BE
Text Example
Text Example
White with #8F85BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F85BE; }
p { color: rgb(143,133,190); }
H1.HeaderClassName
{
color: #8F85BE;
}
.AnyTagClassName
{
color: #8F85BE;
}
</style>
background-color css
<style>
a { background-color: #8F85BE; }
a { background-color: rgb(143,133,190); }
div.DivClassName
{
background-color: #8F85BE;
}
.BgClassName
{
background-color: #8F85BE;
}
</style>
border-color css
<style>
span { border-color: #8F85BE; }
span { border-color: rgb(143,133,190); }
td.TdClassName
{
border-color: #8F85BE;
}
.TagClassName
{
border-color: #8F85BE;
}
</style>