Shades of Portage #8BA2FA
Tints of Portage #8BA2FA
RGB
CMYK
RGB Variations
Color information
#8BA2FA (or 0x8BA2FA) is known color: Portage. HEX triplet: 8B, A2 and FA. RGB value is (139,162,250). Sum of RGB (Red+Green+Blue) = 139+162+250=551 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.23% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BA2FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA2FA is #745D05. Grayscale: #A4A4A4. Windows color (decimal): -7625990 or 16425611. OLE color: 16425611.
HSL color Cylindrical-coordinate representation of color #8BA2FA: hue angle of 227.57º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BA2FA is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 162 | 250 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.02 |
| HSL | 227.57º | 0.92% | 0.76% | - |
| HSV(B) | 227.57º | 0.44% | 0.98% | - |
| XYZ | 40.82 | 38.23 | 95.67 | - |
| YUV | 165.16 | 175.88 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 250 | 0.44 | 0.35 | 0 | 0.02 | 227.57 | 0.92 | 0.76 |
| Hex | 8B | A2 | FA | 2C | 23 | 0 | 2 | E4 | 5C | 4C |
| Octal | 213 | 242 | 372 | 54 | 43 | 0 | 2 | 344 | 134 | 114 |
| Binary | 10001011 | 10100010 | 11111010 | 101100 | 100011 | 0 | 10 | 11100100 | 1011100 | 1001100 |
Color Harmonies of #8BA2FA
Complementary color
Monochromatic Colors of #8BA2FA
Black with #8BA2FA
Text Example
Text Example
White with #8BA2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA2FA; }
p { color: rgb(139,162,250); }
H1.HeaderClassName
{
color: #8BA2FA;
}
.AnyTagClassName
{
color: #8BA2FA;
}
</style>
background-color css
<style>
a { background-color: #8BA2FA; }
a { background-color: rgb(139,162,250); }
div.DivClassName
{
background-color: #8BA2FA;
}
.BgClassName
{
background-color: #8BA2FA;
}
</style>
border-color css
<style>
span { border-color: #8BA2FA; }
span { border-color: rgb(139,162,250); }
td.TdClassName
{
border-color: #8BA2FA;
}
.TagClassName
{
border-color: #8BA2FA;
}
</style>