Shades of Moody Blue #8F7ECE
Tints of Moody Blue #8F7ECE
RGB
CMYK
RGB Variations
Color information
#8F7ECE (or 0x8F7ECE) is known color: Moody Blue. HEX triplet: 8F, 7E and CE. RGB value is (143,126,206). Sum of RGB (Red+Green+Blue) = 143+126+206=475 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.11% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F7ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7ECE is #708131. Grayscale: #8B8B8B. Windows color (decimal): -7373106 or 13532815. OLE color: 13532815.
HSL color Cylindrical-coordinate representation of color #8F7ECE: hue angle of 252.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F7ECE is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 126 | 206 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.19 |
| HSL | 252.75º | 0.45% | 0.65% | - |
| HSV(B) | 252.75º | 0.39% | 0.81% | - |
| XYZ | 29.93 | 25.22 | 61.68 | - |
| YUV | 140.2 | 165.13 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 126 | 206 | 0.31 | 0.39 | 0 | 0.19 | 252.75 | 0.45 | 0.65 |
| Hex | 8F | 7E | CE | 1F | 27 | 0 | 13 | FD | 2D | 41 |
| Octal | 217 | 176 | 316 | 37 | 47 | 0 | 23 | 375 | 55 | 101 |
| Binary | 10001111 | 1111110 | 11001110 | 11111 | 100111 | 0 | 10011 | 11111101 | 101101 | 1000001 |
Color Harmonies of #8F7ECE
Complementary color
Monochromatic Colors of #8F7ECE
Black with #8F7ECE
Text Example
Text Example
White with #8F7ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7ECE; }
p { color: rgb(143,126,206); }
H1.HeaderClassName
{
color: #8F7ECE;
}
.AnyTagClassName
{
color: #8F7ECE;
}
</style>
background-color css
<style>
a { background-color: #8F7ECE; }
a { background-color: rgb(143,126,206); }
div.DivClassName
{
background-color: #8F7ECE;
}
.BgClassName
{
background-color: #8F7ECE;
}
</style>
border-color css
<style>
span { border-color: #8F7ECE; }
span { border-color: rgb(143,126,206); }
td.TdClassName
{
border-color: #8F7ECE;
}
.TagClassName
{
border-color: #8F7ECE;
}
</style>