Shades of Portage #8F9FCC
Tints of Portage #8F9FCC
RGB
CMYK
RGB Variations
Color information
#8F9FCC (or 0x8F9FCC) is known color: Portage. HEX triplet: 8F, 9F and CC. RGB value is (143,159,204). Sum of RGB (Red+Green+Blue) = 143+159+204=506 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.26% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F9FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9FCC is #706033. Grayscale: #9F9F9F. Windows color (decimal): -7364660 or 13410191. OLE color: 13410191.
HSL color Cylindrical-coordinate representation of color #8F9FCC: hue angle of 224.26º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F9FCC is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 159 | 204 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.2 |
| HSL | 224.26º | 0.37% | 0.68% | - |
| HSV(B) | 224.26º | 0.3% | 0.8% | - |
| XYZ | 34.62 | 35 | 62.06 | - |
| YUV | 159.35 | 153.2 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 159 | 204 | 0.30 | 0.22 | 0 | 0.2 | 224.26 | 0.37 | 0.68 |
| Hex | 8F | 9F | CC | 1E | 16 | 0 | 14 | E0 | 25 | 44 |
| Octal | 217 | 237 | 314 | 36 | 26 | 0 | 24 | 340 | 45 | 104 |
| Binary | 10001111 | 10011111 | 11001100 | 11110 | 10110 | 0 | 10100 | 11100000 | 100101 | 1000100 |
Color Harmonies of #8F9FCC
Complementary color
Monochromatic Colors of #8F9FCC
Black with #8F9FCC
Text Example
Text Example
White with #8F9FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9FCC; }
p { color: rgb(143,159,204); }
H1.HeaderClassName
{
color: #8F9FCC;
}
.AnyTagClassName
{
color: #8F9FCC;
}
</style>
background-color css
<style>
a { background-color: #8F9FCC; }
a { background-color: rgb(143,159,204); }
div.DivClassName
{
background-color: #8F9FCC;
}
.BgClassName
{
background-color: #8F9FCC;
}
</style>
border-color css
<style>
span { border-color: #8F9FCC; }
span { border-color: rgb(143,159,204); }
td.TdClassName
{
border-color: #8F9FCC;
}
.TagClassName
{
border-color: #8F9FCC;
}
</style>