Shades of Moody Blue #8F7ECC
Tints of Moody Blue #8F7ECC
RGB
CMYK
RGB Variations
Color information
#8F7ECC (or 0x8F7ECC) is known color: Moody Blue. HEX triplet: 8F, 7E and CC. RGB value is (143,126,204). Sum of RGB (Red+Green+Blue) = 143+126+204=473 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.23% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F7ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7ECC is #708133. Grayscale: #8B8B8B. Windows color (decimal): -7373108 or 13401743. OLE color: 13401743.
HSL color Cylindrical-coordinate representation of color #8F7ECC: hue angle of 253.08º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F7ECC is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 126 | 204 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.2 |
| HSL | 253.08º | 0.43% | 0.65% | - |
| HSV(B) | 253.08º | 0.38% | 0.8% | - |
| XYZ | 29.69 | 25.12 | 60.41 | - |
| YUV | 139.98 | 164.13 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 126 | 204 | 0.30 | 0.38 | 0 | 0.2 | 253.08 | 0.43 | 0.65 |
| Hex | 8F | 7E | CC | 1E | 26 | 0 | 14 | FD | 2B | 41 |
| Octal | 217 | 176 | 314 | 36 | 46 | 0 | 24 | 375 | 53 | 101 |
| Binary | 10001111 | 1111110 | 11001100 | 11110 | 100110 | 0 | 10100 | 11111101 | 101011 | 1000001 |
Color Harmonies of #8F7ECC
Complementary color
Monochromatic Colors of #8F7ECC
Black with #8F7ECC
Text Example
Text Example
White with #8F7ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7ECC; }
p { color: rgb(143,126,204); }
H1.HeaderClassName
{
color: #8F7ECC;
}
.AnyTagClassName
{
color: #8F7ECC;
}
</style>
background-color css
<style>
a { background-color: #8F7ECC; }
a { background-color: rgb(143,126,204); }
div.DivClassName
{
background-color: #8F7ECC;
}
.BgClassName
{
background-color: #8F7ECC;
}
</style>
border-color css
<style>
span { border-color: #8F7ECC; }
span { border-color: rgb(143,126,204); }
td.TdClassName
{
border-color: #8F7ECC;
}
.TagClassName
{
border-color: #8F7ECC;
}
</style>