Shades of Portage #8BA3FB
Tints of Portage #8BA3FB
RGB
CMYK
RGB Variations
Color information
#8BA3FB (or 0x8BA3FB) is known color: Portage. HEX triplet: 8B, A3 and FB. RGB value is (139,163,251). Sum of RGB (Red+Green+Blue) = 139+163+251=553 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.14% from 553); Green value is 163 (64.06% from 255 or 29.48% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #8BA3FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA3FB is #745C04. Grayscale: #A5A5A5. Windows color (decimal): -7625733 or 16491403. OLE color: 16491403.
HSL color Cylindrical-coordinate representation of color #8BA3FB: hue angle of 227.14º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BA3FB is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 163 | 251 | - |
| CMYK | 0.45 | 0.35 | 0 | 0.02 |
| HSL | 227.14º | 0.93% | 0.76% | - |
| HSV(B) | 227.14º | 0.45% | 0.98% | - |
| XYZ | 41.16 | 38.65 | 96.56 | - |
| YUV | 165.86 | 176.05 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 251 | 0.45 | 0.35 | 0 | 0.02 | 227.14 | 0.93 | 0.76 |
| Hex | 8B | A3 | FB | 2D | 23 | 0 | 2 | E3 | 5D | 4C |
| Octal | 213 | 243 | 373 | 55 | 43 | 0 | 2 | 343 | 135 | 114 |
| Binary | 10001011 | 10100011 | 11111011 | 101101 | 100011 | 0 | 10 | 11100011 | 1011101 | 1001100 |
Color Harmonies of #8BA3FB
Complementary color
Monochromatic Colors of #8BA3FB
Black with #8BA3FB
Text Example
Text Example
White with #8BA3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA3FB; }
p { color: rgb(139,163,251); }
H1.HeaderClassName
{
color: #8BA3FB;
}
.AnyTagClassName
{
color: #8BA3FB;
}
</style>
background-color css
<style>
a { background-color: #8BA3FB; }
a { background-color: rgb(139,163,251); }
div.DivClassName
{
background-color: #8BA3FB;
}
.BgClassName
{
background-color: #8BA3FB;
}
</style>
border-color css
<style>
span { border-color: #8BA3FB; }
span { border-color: rgb(139,163,251); }
td.TdClassName
{
border-color: #8BA3FB;
}
.TagClassName
{
border-color: #8BA3FB;
}
</style>