Shades of Portage #8FA6FC
Tints of Portage #8FA6FC
RGB
CMYK
RGB Variations
Color information
#8FA6FC (or 0x8FA6FC) is known color: Portage. HEX triplet: 8F, A6 and FC. RGB value is (143,166,252). Sum of RGB (Red+Green+Blue) = 143+166+252=561 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.49% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FA6FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA6FC is #705903. Grayscale: #A8A8A8. Windows color (decimal): -7362820 or 16557711. OLE color: 16557711.
HSL color Cylindrical-coordinate representation of color #8FA6FC: hue angle of 227.34º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FA6FC is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 166 | 252 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.01 |
| HSL | 227.34º | 0.95% | 0.77% | - |
| HSV(B) | 227.34º | 0.43% | 0.99% | - |
| XYZ | 42.53 | 40.14 | 97.6 | - |
| YUV | 168.93 | 174.88 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 166 | 252 | 0.43 | 0.34 | 0 | 0.01 | 227.34 | 0.95 | 0.77 |
| Hex | 8F | A6 | FC | 2B | 22 | 0 | 1 | E3 | 5F | 4D |
| Octal | 217 | 246 | 374 | 53 | 42 | 0 | 1 | 343 | 137 | 115 |
| Binary | 10001111 | 10100110 | 11111100 | 101011 | 100010 | 0 | 1 | 11100011 | 1011111 | 1001101 |
Color Harmonies of #8FA6FC
Complementary color
Monochromatic Colors of #8FA6FC
Black with #8FA6FC
Text Example
Text Example
White with #8FA6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA6FC; }
p { color: rgb(143,166,252); }
H1.HeaderClassName
{
color: #8FA6FC;
}
.AnyTagClassName
{
color: #8FA6FC;
}
</style>
background-color css
<style>
a { background-color: #8FA6FC; }
a { background-color: rgb(143,166,252); }
div.DivClassName
{
background-color: #8FA6FC;
}
.BgClassName
{
background-color: #8FA6FC;
}
</style>
border-color css
<style>
span { border-color: #8FA6FC; }
span { border-color: rgb(143,166,252); }
td.TdClassName
{
border-color: #8FA6FC;
}
.TagClassName
{
border-color: #8FA6FC;
}
</style>