Shades of Portage #8FA0FF
Tints of Portage #8FA0FF
RGB
CMYK
RGB Variations
Color information
#8FA0FF (or 0x8FA0FF) is known color: Portage. HEX triplet: 8F, A0 and FF. RGB value is (143,160,255). Sum of RGB (Red+Green+Blue) = 143+160+255=558 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.63% from 558); Green value is 160 (62.89% from 255 or 28.67% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FA0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA0FF is #705F00. Grayscale: #A5A5A5. Windows color (decimal): -7364353 or 16752783. OLE color: 16752783.
HSL color Cylindrical-coordinate representation of color #8FA0FF: hue angle of 230.89º 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 #8FA0FF is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 160 | 255 | - |
| CMYK | 0.44 | 0.37 | 0 | 0 |
| HSL | 230.89º | 1% | 0.78% | - |
| HSV(B) | 230.89º | 0.44% | 1% | - |
| XYZ | 41.95 | 38.2 | 99.77 | - |
| YUV | 165.75 | 178.37 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 160 | 255 | 0.44 | 0.37 | 0 | 0 | 230.89 | 1 | 0.78 |
| Hex | 8F | A0 | FF | 2C | 25 | 0 | 0 | E7 | 64 | 4E |
| Octal | 217 | 240 | 377 | 54 | 45 | 0 | 0 | 347 | 144 | 116 |
| Binary | 10001111 | 10100000 | 11111111 | 101100 | 100101 | 0 | 0 | 11100111 | 1100100 | 1001110 |
Color Harmonies of #8FA0FF
Complementary color
Monochromatic Colors of #8FA0FF
Black with #8FA0FF
Text Example
Text Example
White with #8FA0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA0FF; }
p { color: rgb(143,160,255); }
H1.HeaderClassName
{
color: #8FA0FF;
}
.AnyTagClassName
{
color: #8FA0FF;
}
</style>
background-color css
<style>
a { background-color: #8FA0FF; }
a { background-color: rgb(143,160,255); }
div.DivClassName
{
background-color: #8FA0FF;
}
.BgClassName
{
background-color: #8FA0FF;
}
</style>
border-color css
<style>
span { border-color: #8FA0FF; }
span { border-color: rgb(143,160,255); }
td.TdClassName
{
border-color: #8FA0FF;
}
.TagClassName
{
border-color: #8FA0FF;
}
</style>