Shades of Moody Blue #8F86C8
Tints of Moody Blue #8F86C8
RGB
CMYK
RGB Variations
Color information
#8F86C8 (or 0x8F86C8) is known color: Moody Blue. HEX triplet: 8F, 86 and C8. RGB value is (143,134,200). Sum of RGB (Red+Green+Blue) = 143+134+200=477 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.98% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 200 (78.52% from 255 or 41.93% from 477); Max value from RGB is 200 - color contains mainly: blue. Hex color #8F86C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F86C8 is #707937. Grayscale: #8F8F8F. Windows color (decimal): -7371064 or 13141647. OLE color: 13141647.
HSL color Cylindrical-coordinate representation of color #8F86C8: hue angle of 248.18º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F86C8 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 134 | 200 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.22 |
| HSL | 248.18º | 0.38% | 0.65% | - |
| HSV(B) | 248.18º | 0.33% | 0.78% | - |
| XYZ | 30.28 | 27.06 | 58.27 | - |
| YUV | 144.22 | 159.48 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 134 | 200 | 0.28 | 0.33 | 0 | 0.22 | 248.18 | 0.38 | 0.65 |
| Hex | 8F | 86 | C8 | 1C | 21 | 0 | 16 | F8 | 26 | 41 |
| Octal | 217 | 206 | 310 | 34 | 41 | 0 | 26 | 370 | 46 | 101 |
| Binary | 10001111 | 10000110 | 11001000 | 11100 | 100001 | 0 | 10110 | 11111000 | 100110 | 1000001 |
Color Harmonies of #8F86C8
Complementary color
Monochromatic Colors of #8F86C8
Black with #8F86C8
Text Example
Text Example
White with #8F86C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F86C8; }
p { color: rgb(143,134,200); }
H1.HeaderClassName
{
color: #8F86C8;
}
.AnyTagClassName
{
color: #8F86C8;
}
</style>
background-color css
<style>
a { background-color: #8F86C8; }
a { background-color: rgb(143,134,200); }
div.DivClassName
{
background-color: #8F86C8;
}
.BgClassName
{
background-color: #8F86C8;
}
</style>
border-color css
<style>
span { border-color: #8F86C8; }
span { border-color: rgb(143,134,200); }
td.TdClassName
{
border-color: #8F86C8;
}
.TagClassName
{
border-color: #8F86C8;
}
</style>