Shades of Moody Blue #8F85C4
Tints of Moody Blue #8F85C4
RGB
CMYK
RGB Variations
Color information
#8F85C4 (or 0x8F85C4) is known color: Moody Blue. HEX triplet: 8F, 85 and C4. RGB value is (143,133,196). Sum of RGB (Red+Green+Blue) = 143+133+196=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 196 - color contains mainly: blue. Hex color #8F85C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F85C4 is #707A3B. Grayscale: #8E8E8E. Windows color (decimal): -7371324 or 12879247. OLE color: 12879247.
HSL color Cylindrical-coordinate representation of color #8F85C4: hue angle of 249.52º 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 #8F85C4 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 133 | 196 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.23 |
| HSL | 249.52º | 0.35% | 0.65% | - |
| HSV(B) | 249.52º | 0.32% | 0.77% | - |
| XYZ | 29.68 | 26.6 | 55.79 | - |
| YUV | 143.17 | 157.81 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 133 | 196 | 0.27 | 0.32 | 0 | 0.23 | 249.52 | 0.35 | 0.65 |
| Hex | 8F | 85 | C4 | 1B | 20 | 0 | 17 | FA | 23 | 41 |
| Octal | 217 | 205 | 304 | 33 | 40 | 0 | 27 | 372 | 43 | 101 |
| Binary | 10001111 | 10000101 | 11000100 | 11011 | 100000 | 0 | 10111 | 11111010 | 100011 | 1000001 |
Color Harmonies of #8F85C4
Complementary color
Monochromatic Colors of #8F85C4
Black with #8F85C4
Text Example
Text Example
White with #8F85C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F85C4; }
p { color: rgb(143,133,196); }
H1.HeaderClassName
{
color: #8F85C4;
}
.AnyTagClassName
{
color: #8F85C4;
}
</style>
background-color css
<style>
a { background-color: #8F85C4; }
a { background-color: rgb(143,133,196); }
div.DivClassName
{
background-color: #8F85C4;
}
.BgClassName
{
background-color: #8F85C4;
}
</style>
border-color css
<style>
span { border-color: #8F85C4; }
span { border-color: rgb(143,133,196); }
td.TdClassName
{
border-color: #8F85C4;
}
.TagClassName
{
border-color: #8F85C4;
}
</style>