Shades of Moody Blue #8F7FCB
Tints of Moody Blue #8F7FCB
RGB
CMYK
RGB Variations
Color information
#8F7FCB (or 0x8F7FCB) is known color: Moody Blue. HEX triplet: 8F, 7F and CB. RGB value is (143,127,203). Sum of RGB (Red+Green+Blue) = 143+127+203=473 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.23% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F7FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7FCB is #708034. Grayscale: #8C8C8C. Windows color (decimal): -7372853 or 13336463. OLE color: 13336463.
HSL color Cylindrical-coordinate representation of color #8F7FCB: hue angle of 252.63º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8F7FCB is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 127 | 203 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.20 |
| HSL | 252.63º | 0.42% | 0.65% | - |
| HSV(B) | 252.63º | 0.37% | 0.8% | - |
| XYZ | 29.7 | 25.33 | 59.82 | - |
| YUV | 140.45 | 163.3 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 127 | 203 | 0.30 | 0.37 | 0 | 0.20 | 252.63 | 0.42 | 0.65 |
| Hex | 8F | 7F | CB | 1E | 25 | 0 | 14 | FD | 2A | 41 |
| Octal | 217 | 177 | 313 | 36 | 45 | 0 | 24 | 375 | 52 | 101 |
| Binary | 10001111 | 1111111 | 11001011 | 11110 | 100101 | 0 | 10100 | 11111101 | 101010 | 1000001 |
Color Harmonies of #8F7FCB
Complementary color
Monochromatic Colors of #8F7FCB
Black with #8F7FCB
Text Example
Text Example
White with #8F7FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7FCB; }
p { color: rgb(143,127,203); }
H1.HeaderClassName
{
color: #8F7FCB;
}
.AnyTagClassName
{
color: #8F7FCB;
}
</style>
background-color css
<style>
a { background-color: #8F7FCB; }
a { background-color: rgb(143,127,203); }
div.DivClassName
{
background-color: #8F7FCB;
}
.BgClassName
{
background-color: #8F7FCB;
}
</style>
border-color css
<style>
span { border-color: #8F7FCB; }
span { border-color: rgb(143,127,203); }
td.TdClassName
{
border-color: #8F7FCB;
}
.TagClassName
{
border-color: #8F7FCB;
}
</style>