Shades of Moody Blue #8F80CB
Tints of Moody Blue #8F80CB
RGB
CMYK
RGB Variations
Color information
#8F80CB (or 0x8F80CB) is known color: Moody Blue. HEX triplet: 8F, 80 and CB. RGB value is (143,128,203). Sum of RGB (Red+Green+Blue) = 143+128+203=474 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.17% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F80CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F80CB is #707F34. Grayscale: #8C8C8C. Windows color (decimal): -7372597 or 13336719. OLE color: 13336719.
HSL color Cylindrical-coordinate representation of color #8F80CB: hue angle of 252º 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 #8F80CB is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 128 | 203 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.20 |
| HSL | 252º | 0.42% | 0.65% | - |
| HSV(B) | 252º | 0.37% | 0.8% | - |
| XYZ | 29.83 | 25.59 | 59.87 | - |
| YUV | 141.04 | 162.97 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 128 | 203 | 0.30 | 0.37 | 0 | 0.20 | 252 | 0.42 | 0.65 |
| Hex | 8F | 80 | CB | 1E | 25 | 0 | 14 | FC | 2A | 41 |
| Octal | 217 | 200 | 313 | 36 | 45 | 0 | 24 | 374 | 52 | 101 |
| Binary | 10001111 | 10000000 | 11001011 | 11110 | 100101 | 0 | 10100 | 11111100 | 101010 | 1000001 |
Color Harmonies of #8F80CB
Complementary color
Monochromatic Colors of #8F80CB
Black with #8F80CB
Text Example
Text Example
White with #8F80CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F80CB; }
p { color: rgb(143,128,203); }
H1.HeaderClassName
{
color: #8F80CB;
}
.AnyTagClassName
{
color: #8F80CB;
}
</style>
background-color css
<style>
a { background-color: #8F80CB; }
a { background-color: rgb(143,128,203); }
div.DivClassName
{
background-color: #8F80CB;
}
.BgClassName
{
background-color: #8F80CB;
}
</style>
border-color css
<style>
span { border-color: #8F80CB; }
span { border-color: rgb(143,128,203); }
td.TdClassName
{
border-color: #8F80CB;
}
.TagClassName
{
border-color: #8F80CB;
}
</style>