Shades of Moody Blue #8F86C5
Tints of Moody Blue #8F86C5
RGB
CMYK
RGB Variations
Color information
#8F86C5 (or 0x8F86C5) is known color: Moody Blue. HEX triplet: 8F, 86 and C5. RGB value is (143,134,197). Sum of RGB (Red+Green+Blue) = 143+134+197=474 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.17% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 197 - color contains mainly: blue. Hex color #8F86C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F86C5 is #70793A. Grayscale: #8F8F8F. Windows color (decimal): -7371067 or 12945039. OLE color: 12945039.
HSL color Cylindrical-coordinate representation of color #8F86C5: hue angle of 248.57º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8F86C5 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 134 | 197 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.23 |
| HSL | 248.57º | 0.35% | 0.65% | - |
| HSV(B) | 248.57º | 0.32% | 0.77% | - |
| XYZ | 29.93 | 26.92 | 56.44 | - |
| YUV | 143.87 | 157.98 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 134 | 197 | 0.27 | 0.32 | 0 | 0.23 | 248.57 | 0.35 | 0.65 |
| Hex | 8F | 86 | C5 | 1B | 20 | 0 | 17 | F9 | 23 | 41 |
| Octal | 217 | 206 | 305 | 33 | 40 | 0 | 27 | 371 | 43 | 101 |
| Binary | 10001111 | 10000110 | 11000101 | 11011 | 100000 | 0 | 10111 | 11111001 | 100011 | 1000001 |
Color Harmonies of #8F86C5
Complementary color
Monochromatic Colors of #8F86C5
Black with #8F86C5
Text Example
Text Example
White with #8F86C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F86C5; }
p { color: rgb(143,134,197); }
H1.HeaderClassName
{
color: #8F86C5;
}
.AnyTagClassName
{
color: #8F86C5;
}
</style>
background-color css
<style>
a { background-color: #8F86C5; }
a { background-color: rgb(143,134,197); }
div.DivClassName
{
background-color: #8F86C5;
}
.BgClassName
{
background-color: #8F86C5;
}
</style>
border-color css
<style>
span { border-color: #8F86C5; }
span { border-color: rgb(143,134,197); }
td.TdClassName
{
border-color: #8F86C5;
}
.TagClassName
{
border-color: #8F86C5;
}
</style>