Shades of Moody Blue #8F89BE
Tints of Moody Blue #8F89BE
RGB
CMYK
RGB Variations
Color information
#8F89BE (or 0x8F89BE) is known color: Moody Blue. HEX triplet: 8F, 89 and BE. RGB value is (143,137,190). Sum of RGB (Red+Green+Blue) = 143+137+190=470 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.43% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F89BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F89BE is #707641. Grayscale: #909090. Windows color (decimal): -7370306 or 12487055. OLE color: 12487055.
HSL color Cylindrical-coordinate representation of color #8F89BE: hue angle of 246.79º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8F89BE is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 137 | 190 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.25 |
| HSL | 246.79º | 0.29% | 0.64% | - |
| HSV(B) | 246.79º | 0.28% | 0.75% | - |
| XYZ | 29.57 | 27.45 | 52.45 | - |
| YUV | 144.84 | 153.49 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 137 | 190 | 0.25 | 0.28 | 0 | 0.25 | 246.79 | 0.29 | 0.64 |
| Hex | 8F | 89 | BE | 19 | 1C | 0 | 19 | F7 | 1D | 40 |
| Octal | 217 | 211 | 276 | 31 | 34 | 0 | 31 | 367 | 35 | 100 |
| Binary | 10001111 | 10001001 | 10111110 | 11001 | 11100 | 0 | 11001 | 11110111 | 11101 | 1000000 |
Color Harmonies of #8F89BE
Complementary color
Monochromatic Colors of #8F89BE
Black with #8F89BE
Text Example
Text Example
White with #8F89BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F89BE; }
p { color: rgb(143,137,190); }
H1.HeaderClassName
{
color: #8F89BE;
}
.AnyTagClassName
{
color: #8F89BE;
}
</style>
background-color css
<style>
a { background-color: #8F89BE; }
a { background-color: rgb(143,137,190); }
div.DivClassName
{
background-color: #8F89BE;
}
.BgClassName
{
background-color: #8F89BE;
}
</style>
border-color css
<style>
span { border-color: #8F89BE; }
span { border-color: rgb(143,137,190); }
td.TdClassName
{
border-color: #8F89BE;
}
.TagClassName
{
border-color: #8F89BE;
}
</style>