Shades of Portage #8F9ECC
Tints of Portage #8F9ECC
RGB
CMYK
RGB Variations
Color information
#8F9ECC (or 0x8F9ECC) is known color: Portage. HEX triplet: 8F, 9E and CC. RGB value is (143,158,204). Sum of RGB (Red+Green+Blue) = 143+158+204=505 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.32% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F9ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9ECC is #706133. Grayscale: #9E9E9E. Windows color (decimal): -7364916 or 13409935. OLE color: 13409935.
HSL color Cylindrical-coordinate representation of color #8F9ECC: hue angle of 225.25º 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 #8F9ECC is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 158 | 204 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.2 |
| HSL | 225.25º | 0.37% | 0.68% | - |
| HSV(B) | 225.25º | 0.3% | 0.8% | - |
| XYZ | 34.45 | 34.65 | 62 | - |
| YUV | 158.76 | 153.53 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 158 | 204 | 0.30 | 0.23 | 0 | 0.2 | 225.25 | 0.37 | 0.68 |
| Hex | 8F | 9E | CC | 1E | 17 | 0 | 14 | E1 | 25 | 44 |
| Octal | 217 | 236 | 314 | 36 | 27 | 0 | 24 | 341 | 45 | 104 |
| Binary | 10001111 | 10011110 | 11001100 | 11110 | 10111 | 0 | 10100 | 11100001 | 100101 | 1000100 |
Color Harmonies of #8F9ECC
Complementary color
Monochromatic Colors of #8F9ECC
Black with #8F9ECC
Text Example
Text Example
White with #8F9ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9ECC; }
p { color: rgb(143,158,204); }
H1.HeaderClassName
{
color: #8F9ECC;
}
.AnyTagClassName
{
color: #8F9ECC;
}
</style>
background-color css
<style>
a { background-color: #8F9ECC; }
a { background-color: rgb(143,158,204); }
div.DivClassName
{
background-color: #8F9ECC;
}
.BgClassName
{
background-color: #8F9ECC;
}
</style>
border-color css
<style>
span { border-color: #8F9ECC; }
span { border-color: rgb(143,158,204); }
td.TdClassName
{
border-color: #8F9ECC;
}
.TagClassName
{
border-color: #8F9ECC;
}
</style>