Shades of Portage #8FA6FA
Tints of Portage #8FA6FA
RGB
CMYK
RGB Variations
Color information
#8FA6FA (or 0x8FA6FA) is known color: Portage. HEX triplet: 8F, A6 and FA. RGB value is (143,166,250). Sum of RGB (Red+Green+Blue) = 143+166+250=559 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.58% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #8FA6FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA6FA is #705905. Grayscale: #A8A8A8. Windows color (decimal): -7362822 or 16426639. OLE color: 16426639.
HSL color Cylindrical-coordinate representation of color #8FA6FA: hue angle of 227.1º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FA6FA is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 166 | 250 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.02 |
| HSL | 227.1º | 0.91% | 0.77% | - |
| HSV(B) | 227.1º | 0.43% | 0.98% | - |
| XYZ | 42.22 | 40.01 | 95.94 | - |
| YUV | 168.7 | 173.88 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 166 | 250 | 0.43 | 0.34 | 0 | 0.02 | 227.1 | 0.91 | 0.77 |
| Hex | 8F | A6 | FA | 2B | 22 | 0 | 2 | E3 | 5B | 4D |
| Octal | 217 | 246 | 372 | 53 | 42 | 0 | 2 | 343 | 133 | 115 |
| Binary | 10001111 | 10100110 | 11111010 | 101011 | 100010 | 0 | 10 | 11100011 | 1011011 | 1001101 |
Color Harmonies of #8FA6FA
Complementary color
Monochromatic Colors of #8FA6FA
Black with #8FA6FA
Text Example
Text Example
White with #8FA6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA6FA; }
p { color: rgb(143,166,250); }
H1.HeaderClassName
{
color: #8FA6FA;
}
.AnyTagClassName
{
color: #8FA6FA;
}
</style>
background-color css
<style>
a { background-color: #8FA6FA; }
a { background-color: rgb(143,166,250); }
div.DivClassName
{
background-color: #8FA6FA;
}
.BgClassName
{
background-color: #8FA6FA;
}
</style>
border-color css
<style>
span { border-color: #8FA6FA; }
span { border-color: rgb(143,166,250); }
td.TdClassName
{
border-color: #8FA6FA;
}
.TagClassName
{
border-color: #8FA6FA;
}
</style>