Shades of Portage #8FA6EF
Tints of Portage #8FA6EF
RGB
CMYK
RGB Variations
Color information
#8FA6EF (or 0x8FA6EF) is known color: Portage. HEX triplet: 8F, A6 and EF. RGB value is (143,166,239). Sum of RGB (Red+Green+Blue) = 143+166+239=548 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.09% from 548); Green value is 166 (65.23% from 255 or 30.29% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #8FA6EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA6EF is #705910. Grayscale: #A7A7A7. Windows color (decimal): -7362833 or 15705743. OLE color: 15705743.
HSL color Cylindrical-coordinate representation of color #8FA6EF: hue angle of 225.62º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FA6EF is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 166 | 239 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.06 |
| HSL | 225.63º | 0.75% | 0.75% | - |
| HSV(B) | 225.63º | 0.4% | 0.94% | - |
| XYZ | 40.54 | 39.34 | 87.12 | - |
| YUV | 167.45 | 168.38 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 166 | 239 | 0.40 | 0.31 | 0 | 0.06 | 225.63 | 0.75 | 0.75 |
| Hex | 8F | A6 | EF | 28 | 1F | 0 | 6 | E2 | 4B | 4B |
| Octal | 217 | 246 | 357 | 50 | 37 | 0 | 6 | 342 | 113 | 113 |
| Binary | 10001111 | 10100110 | 11101111 | 101000 | 11111 | 0 | 110 | 11100010 | 1001011 | 1001011 |
Color Harmonies of #8FA6EF
Complementary color
Monochromatic Colors of #8FA6EF
Black with #8FA6EF
Text Example
Text Example
White with #8FA6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA6EF; }
p { color: rgb(143,166,239); }
H1.HeaderClassName
{
color: #8FA6EF;
}
.AnyTagClassName
{
color: #8FA6EF;
}
</style>
background-color css
<style>
a { background-color: #8FA6EF; }
a { background-color: rgb(143,166,239); }
div.DivClassName
{
background-color: #8FA6EF;
}
.BgClassName
{
background-color: #8FA6EF;
}
</style>
border-color css
<style>
span { border-color: #8FA6EF; }
span { border-color: rgb(143,166,239); }
td.TdClassName
{
border-color: #8FA6EF;
}
.TagClassName
{
border-color: #8FA6EF;
}
</style>