Shades of Portage #8FA2FE
Tints of Portage #8FA2FE
RGB
CMYK
RGB Variations
Color information
#8FA2FE (or 0x8FA2FE) is known color: Portage. HEX triplet: 8F, A2 and FE. RGB value is (143,162,254). Sum of RGB (Red+Green+Blue) = 143+162+254=559 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.58% from 559); Green value is 162 (63.67% from 255 or 28.98% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FA2FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA2FE is #705D01. Grayscale: #A6A6A6. Windows color (decimal): -7363842 or 16687759. OLE color: 16687759.
HSL color Cylindrical-coordinate representation of color #8FA2FE: hue angle of 229.73º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FA2FE is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 162 | 254 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.00 |
| HSL | 229.73º | 0.98% | 0.78% | - |
| HSV(B) | 229.73º | 0.44% | 1% | - |
| XYZ | 42.14 | 38.84 | 99.04 | - |
| YUV | 166.81 | 177.21 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 162 | 254 | 0.44 | 0.36 | 0 | 0.00 | 229.73 | 0.98 | 0.78 |
| Hex | 8F | A2 | FE | 2C | 24 | 0 | 0 | E6 | 62 | 4E |
| Octal | 217 | 242 | 376 | 54 | 44 | 0 | 0 | 346 | 142 | 116 |
| Binary | 10001111 | 10100010 | 11111110 | 101100 | 100100 | 0 | 0 | 11100110 | 1100010 | 1001110 |
Color Harmonies of #8FA2FE
Complementary color
Monochromatic Colors of #8FA2FE
Black with #8FA2FE
Text Example
Text Example
White with #8FA2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA2FE; }
p { color: rgb(143,162,254); }
H1.HeaderClassName
{
color: #8FA2FE;
}
.AnyTagClassName
{
color: #8FA2FE;
}
</style>
background-color css
<style>
a { background-color: #8FA2FE; }
a { background-color: rgb(143,162,254); }
div.DivClassName
{
background-color: #8FA2FE;
}
.BgClassName
{
background-color: #8FA2FE;
}
</style>
border-color css
<style>
span { border-color: #8FA2FE; }
span { border-color: rgb(143,162,254); }
td.TdClassName
{
border-color: #8FA2FE;
}
.TagClassName
{
border-color: #8FA2FE;
}
</style>