Shades of Portage #8BA0D9
Tints of Portage #8BA0D9
RGB
CMYK
RGB Variations
Color information
#8BA0D9 (or 0x8BA0D9) is known color: Portage. HEX triplet: 8B, A0 and D9. RGB value is (139,160,217). Sum of RGB (Red+Green+Blue) = 139+160+217=516 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.94% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 217 - color contains mainly: blue. Hex color #8BA0D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA0D9 is #745F26. Grayscale: #9F9F9F. Windows color (decimal): -7626535 or 14262411. OLE color: 14262411.
HSL color Cylindrical-coordinate representation of color #8BA0D9: hue angle of 223.85º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BA0D9 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 160 | 217 | - |
| CMYK | 0.36 | 0.26 | 0 | 0.15 |
| HSL | 223.85º | 0.51% | 0.7% | - |
| HSV(B) | 223.85º | 0.36% | 0.85% | - |
| XYZ | 35.74 | 35.64 | 70.64 | - |
| YUV | 160.22 | 160.04 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 160 | 217 | 0.36 | 0.26 | 0 | 0.15 | 223.85 | 0.51 | 0.7 |
| Hex | 8B | A0 | D9 | 24 | 1A | 0 | F | E0 | 33 | 46 |
| Octal | 213 | 240 | 331 | 44 | 32 | 0 | 17 | 340 | 63 | 106 |
| Binary | 10001011 | 10100000 | 11011001 | 100100 | 11010 | 0 | 1111 | 11100000 | 110011 | 1000110 |
Color Harmonies of #8BA0D9
Complementary color
Monochromatic Colors of #8BA0D9
Black with #8BA0D9
Text Example
Text Example
White with #8BA0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA0D9; }
p { color: rgb(139,160,217); }
H1.HeaderClassName
{
color: #8BA0D9;
}
.AnyTagClassName
{
color: #8BA0D9;
}
</style>
background-color css
<style>
a { background-color: #8BA0D9; }
a { background-color: rgb(139,160,217); }
div.DivClassName
{
background-color: #8BA0D9;
}
.BgClassName
{
background-color: #8BA0D9;
}
</style>
border-color css
<style>
span { border-color: #8BA0D9; }
span { border-color: rgb(139,160,217); }
td.TdClassName
{
border-color: #8BA0D9;
}
.TagClassName
{
border-color: #8BA0D9;
}
</style>