Shades of Portage #8F9FCB
Tints of Portage #8F9FCB
RGB
CMYK
RGB Variations
Color information
#8F9FCB (or 0x8F9FCB) is known color: Portage. HEX triplet: 8F, 9F and CB. RGB value is (143,159,203). Sum of RGB (Red+Green+Blue) = 143+159+203=505 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.32% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F9FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9FCB is #706034. Grayscale: #9F9F9F. Windows color (decimal): -7364661 or 13344655. OLE color: 13344655.
HSL color Cylindrical-coordinate representation of color #8F9FCB: hue angle of 224º 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 #8F9FCB is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 159 | 203 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.20 |
| HSL | 224º | 0.37% | 0.68% | - |
| HSV(B) | 224º | 0.3% | 0.8% | - |
| XYZ | 34.51 | 34.95 | 61.43 | - |
| YUV | 159.23 | 152.7 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 159 | 203 | 0.30 | 0.22 | 0 | 0.20 | 224 | 0.37 | 0.68 |
| Hex | 8F | 9F | CB | 1E | 16 | 0 | 14 | E0 | 25 | 44 |
| Octal | 217 | 237 | 313 | 36 | 26 | 0 | 24 | 340 | 45 | 104 |
| Binary | 10001111 | 10011111 | 11001011 | 11110 | 10110 | 0 | 10100 | 11100000 | 100101 | 1000100 |
Color Harmonies of #8F9FCB
Complementary color
Monochromatic Colors of #8F9FCB
Black with #8F9FCB
Text Example
Text Example
White with #8F9FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9FCB; }
p { color: rgb(143,159,203); }
H1.HeaderClassName
{
color: #8F9FCB;
}
.AnyTagClassName
{
color: #8F9FCB;
}
</style>
background-color css
<style>
a { background-color: #8F9FCB; }
a { background-color: rgb(143,159,203); }
div.DivClassName
{
background-color: #8F9FCB;
}
.BgClassName
{
background-color: #8F9FCB;
}
</style>
border-color css
<style>
span { border-color: #8F9FCB; }
span { border-color: rgb(143,159,203); }
td.TdClassName
{
border-color: #8F9FCB;
}
.TagClassName
{
border-color: #8F9FCB;
}
</style>