Shades of Portage #8BA0FF
Tints of Portage #8BA0FF
RGB
CMYK
RGB Variations
Color information
#8BA0FF (or 0x8BA0FF) is known color: Portage. HEX triplet: 8B, A0 and FF. RGB value is (139,160,255). Sum of RGB (Red+Green+Blue) = 139+160+255=554 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.09% from 554); Green value is 160 (62.89% from 255 or 28.88% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BA0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA0FF is #745F00. Grayscale: #A4A4A4. Windows color (decimal): -7626497 or 16752779. OLE color: 16752779.
HSL color Cylindrical-coordinate representation of color #8BA0FF: hue angle of 229.14º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BA0FF is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 160 | 255 | - |
| CMYK | 0.45 | 0.37 | 0 | 0 |
| HSL | 229.14º | 1% | 0.77% | - |
| HSV(B) | 229.14º | 0.45% | 1% | - |
| XYZ | 41.27 | 37.85 | 99.74 | - |
| YUV | 164.55 | 179.04 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 160 | 255 | 0.45 | 0.37 | 0 | 0 | 229.14 | 1 | 0.77 |
| Hex | 8B | A0 | FF | 2D | 25 | 0 | 0 | E5 | 64 | 4D |
| Octal | 213 | 240 | 377 | 55 | 45 | 0 | 0 | 345 | 144 | 115 |
| Binary | 10001011 | 10100000 | 11111111 | 101101 | 100101 | 0 | 0 | 11100101 | 1100100 | 1001101 |
Color Harmonies of #8BA0FF
Complementary color
Monochromatic Colors of #8BA0FF
Black with #8BA0FF
Text Example
Text Example
White with #8BA0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA0FF; }
p { color: rgb(139,160,255); }
H1.HeaderClassName
{
color: #8BA0FF;
}
.AnyTagClassName
{
color: #8BA0FF;
}
</style>
background-color css
<style>
a { background-color: #8BA0FF; }
a { background-color: rgb(139,160,255); }
div.DivClassName
{
background-color: #8BA0FF;
}
.BgClassName
{
background-color: #8BA0FF;
}
</style>
border-color css
<style>
span { border-color: #8BA0FF; }
span { border-color: rgb(139,160,255); }
td.TdClassName
{
border-color: #8BA0FF;
}
.TagClassName
{
border-color: #8BA0FF;
}
</style>