Shades of Moody Blue #8F89C7
Tints of Moody Blue #8F89C7
RGB
CMYK
RGB Variations
Color information
#8F89C7 (or 0x8F89C7) is known color: Moody Blue. HEX triplet: 8F, 89 and C7. RGB value is (143,137,199). Sum of RGB (Red+Green+Blue) = 143+137+199=479 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.85% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 199 (78.12% from 255 or 41.54% from 479); Max value from RGB is 199 - color contains mainly: blue. Hex color #8F89C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F89C7 is #707638. Grayscale: #919191. Windows color (decimal): -7370297 or 13076879. OLE color: 13076879.
HSL color Cylindrical-coordinate representation of color #8F89C7: hue angle of 245.81º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F89C7 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 137 | 199 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.22 |
| HSL | 245.81º | 0.36% | 0.66% | - |
| HSV(B) | 245.81º | 0.31% | 0.78% | - |
| XYZ | 30.58 | 27.85 | 57.8 | - |
| YUV | 145.86 | 157.99 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 137 | 199 | 0.28 | 0.31 | 0 | 0.22 | 245.81 | 0.36 | 0.66 |
| Hex | 8F | 89 | C7 | 1C | 1F | 0 | 16 | F6 | 24 | 42 |
| Octal | 217 | 211 | 307 | 34 | 37 | 0 | 26 | 366 | 44 | 102 |
| Binary | 10001111 | 10001001 | 11000111 | 11100 | 11111 | 0 | 10110 | 11110110 | 100100 | 1000010 |
Color Harmonies of #8F89C7
Complementary color
Monochromatic Colors of #8F89C7
Black with #8F89C7
Text Example
Text Example
White with #8F89C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F89C7; }
p { color: rgb(143,137,199); }
H1.HeaderClassName
{
color: #8F89C7;
}
.AnyTagClassName
{
color: #8F89C7;
}
</style>
background-color css
<style>
a { background-color: #8F89C7; }
a { background-color: rgb(143,137,199); }
div.DivClassName
{
background-color: #8F89C7;
}
.BgClassName
{
background-color: #8F89C7;
}
</style>
border-color css
<style>
span { border-color: #8F89C7; }
span { border-color: rgb(143,137,199); }
td.TdClassName
{
border-color: #8F89C7;
}
.TagClassName
{
border-color: #8F89C7;
}
</style>