Shades of Moody Blue #8F87CE
Tints of Moody Blue #8F87CE
RGB
CMYK
RGB Variations
Color information
#8F87CE (or 0x8F87CE) is known color: Moody Blue. HEX triplet: 8F, 87 and CE. RGB value is (143,135,206). Sum of RGB (Red+Green+Blue) = 143+135+206=484 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.55% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F87CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F87CE is #707831. Grayscale: #919191. Windows color (decimal): -7370802 or 13535119. OLE color: 13535119.
HSL color Cylindrical-coordinate representation of color #8F87CE: hue angle of 246.76º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F87CE is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 135 | 206 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.19 |
| HSL | 246.76º | 0.42% | 0.67% | - |
| HSV(B) | 246.76º | 0.34% | 0.81% | - |
| XYZ | 31.13 | 27.62 | 62.08 | - |
| YUV | 145.49 | 162.15 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 135 | 206 | 0.31 | 0.34 | 0 | 0.19 | 246.76 | 0.42 | 0.67 |
| Hex | 8F | 87 | CE | 1F | 22 | 0 | 13 | F7 | 2A | 43 |
| Octal | 217 | 207 | 316 | 37 | 42 | 0 | 23 | 367 | 52 | 103 |
| Binary | 10001111 | 10000111 | 11001110 | 11111 | 100010 | 0 | 10011 | 11110111 | 101010 | 1000011 |
Color Harmonies of #8F87CE
Complementary color
Monochromatic Colors of #8F87CE
Black with #8F87CE
Text Example
Text Example
White with #8F87CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F87CE; }
p { color: rgb(143,135,206); }
H1.HeaderClassName
{
color: #8F87CE;
}
.AnyTagClassName
{
color: #8F87CE;
}
</style>
background-color css
<style>
a { background-color: #8F87CE; }
a { background-color: rgb(143,135,206); }
div.DivClassName
{
background-color: #8F87CE;
}
.BgClassName
{
background-color: #8F87CE;
}
</style>
border-color css
<style>
span { border-color: #8F87CE; }
span { border-color: rgb(143,135,206); }
td.TdClassName
{
border-color: #8F87CE;
}
.TagClassName
{
border-color: #8F87CE;
}
</style>