Shades of Moody Blue #8F7FCD
Tints of Moody Blue #8F7FCD
RGB
CMYK
RGB Variations
Color information
#8F7FCD (or 0x8F7FCD) is known color: Moody Blue. HEX triplet: 8F, 7F and CD. RGB value is (143,127,205). Sum of RGB (Red+Green+Blue) = 143+127+205=475 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.11% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F7FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7FCD is #708032. Grayscale: #8C8C8C. Windows color (decimal): -7372851 or 13467535. OLE color: 13467535.
HSL color Cylindrical-coordinate representation of color #8F7FCD: hue angle of 252.31º degrees, saturation: 0.44, 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 #8F7FCD is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 127 | 205 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.20 |
| HSL | 252.31º | 0.44% | 0.65% | - |
| HSV(B) | 252.31º | 0.38% | 0.8% | - |
| XYZ | 29.94 | 25.43 | 61.09 | - |
| YUV | 140.68 | 164.3 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 127 | 205 | 0.30 | 0.38 | 0 | 0.20 | 252.31 | 0.44 | 0.65 |
| Hex | 8F | 7F | CD | 1E | 26 | 0 | 14 | FC | 2C | 41 |
| Octal | 217 | 177 | 315 | 36 | 46 | 0 | 24 | 374 | 54 | 101 |
| Binary | 10001111 | 1111111 | 11001101 | 11110 | 100110 | 0 | 10100 | 11111100 | 101100 | 1000001 |
Color Harmonies of #8F7FCD
Complementary color
Monochromatic Colors of #8F7FCD
Black with #8F7FCD
Text Example
Text Example
White with #8F7FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7FCD; }
p { color: rgb(143,127,205); }
H1.HeaderClassName
{
color: #8F7FCD;
}
.AnyTagClassName
{
color: #8F7FCD;
}
</style>
background-color css
<style>
a { background-color: #8F7FCD; }
a { background-color: rgb(143,127,205); }
div.DivClassName
{
background-color: #8F7FCD;
}
.BgClassName
{
background-color: #8F7FCD;
}
</style>
border-color css
<style>
span { border-color: #8F7FCD; }
span { border-color: rgb(143,127,205); }
td.TdClassName
{
border-color: #8F7FCD;
}
.TagClassName
{
border-color: #8F7FCD;
}
</style>