Shades of Portage #8FA2FF
Tints of Portage #8FA2FF
RGB
CMYK
RGB Variations
Color information
#8FA2FF (or 0x8FA2FF) is known color: Portage. HEX triplet: 8F, A2 and FF. RGB value is (143,162,255). Sum of RGB (Red+Green+Blue) = 143+162+255=560 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.54% from 560); Green value is 162 (63.67% from 255 or 28.93% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FA2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA2FF is #705D00. Grayscale: #A6A6A6. Windows color (decimal): -7363841 or 16753295. OLE color: 16753295.
HSL color Cylindrical-coordinate representation of color #8FA2FF: hue angle of 229.82º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FA2FF is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 162 | 255 | - |
| CMYK | 0.44 | 0.36 | 0 | 0 |
| HSL | 229.82º | 1% | 0.78% | - |
| HSV(B) | 229.82º | 0.44% | 1% | - |
| XYZ | 42.3 | 38.9 | 99.89 | - |
| YUV | 166.92 | 177.71 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 162 | 255 | 0.44 | 0.36 | 0 | 0 | 229.82 | 1 | 0.78 |
| Hex | 8F | A2 | FF | 2C | 24 | 0 | 0 | E6 | 64 | 4E |
| Octal | 217 | 242 | 377 | 54 | 44 | 0 | 0 | 346 | 144 | 116 |
| Binary | 10001111 | 10100010 | 11111111 | 101100 | 100100 | 0 | 0 | 11100110 | 1100100 | 1001110 |
Color Harmonies of #8FA2FF
Complementary color
Monochromatic Colors of #8FA2FF
Black with #8FA2FF
Text Example
Text Example
White with #8FA2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA2FF; }
p { color: rgb(143,162,255); }
H1.HeaderClassName
{
color: #8FA2FF;
}
.AnyTagClassName
{
color: #8FA2FF;
}
</style>
background-color css
<style>
a { background-color: #8FA2FF; }
a { background-color: rgb(143,162,255); }
div.DivClassName
{
background-color: #8FA2FF;
}
.BgClassName
{
background-color: #8FA2FF;
}
</style>
border-color css
<style>
span { border-color: #8FA2FF; }
span { border-color: rgb(143,162,255); }
td.TdClassName
{
border-color: #8FA2FF;
}
.TagClassName
{
border-color: #8FA2FF;
}
</style>