Shades of Moody Blue #8F7FCE
Tints of Moody Blue #8F7FCE
RGB
CMYK
RGB Variations
Color information
#8F7FCE (or 0x8F7FCE) is known color: Moody Blue. HEX triplet: 8F, 7F and CE. RGB value is (143,127,206). Sum of RGB (Red+Green+Blue) = 143+127+206=476 (63% of max value = 765). Red value is 143 (56.25% from 255 or 30.04% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F7FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7FCE is #708031. Grayscale: #8C8C8C. Windows color (decimal): -7372850 or 13533071. OLE color: 13533071.
HSL color Cylindrical-coordinate representation of color #8F7FCE: hue angle of 252.15º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F7FCE is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 127 | 206 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.19 |
| HSL | 252.15º | 0.45% | 0.65% | - |
| HSV(B) | 252.15º | 0.38% | 0.81% | - |
| XYZ | 30.06 | 25.47 | 61.73 | - |
| YUV | 140.79 | 164.8 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 127 | 206 | 0.31 | 0.38 | 0 | 0.19 | 252.15 | 0.45 | 0.65 |
| Hex | 8F | 7F | CE | 1F | 26 | 0 | 13 | FC | 2D | 41 |
| Octal | 217 | 177 | 316 | 37 | 46 | 0 | 23 | 374 | 55 | 101 |
| Binary | 10001111 | 1111111 | 11001110 | 11111 | 100110 | 0 | 10011 | 11111100 | 101101 | 1000001 |
Color Harmonies of #8F7FCE
Complementary color
Monochromatic Colors of #8F7FCE
Black with #8F7FCE
Text Example
Text Example
White with #8F7FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7FCE; }
p { color: rgb(143,127,206); }
H1.HeaderClassName
{
color: #8F7FCE;
}
.AnyTagClassName
{
color: #8F7FCE;
}
</style>
background-color css
<style>
a { background-color: #8F7FCE; }
a { background-color: rgb(143,127,206); }
div.DivClassName
{
background-color: #8F7FCE;
}
.BgClassName
{
background-color: #8F7FCE;
}
</style>
border-color css
<style>
span { border-color: #8F7FCE; }
span { border-color: rgb(143,127,206); }
td.TdClassName
{
border-color: #8F7FCE;
}
.TagClassName
{
border-color: #8F7FCE;
}
</style>