Shades of Portage #8BA3FA
Tints of Portage #8BA3FA
RGB
CMYK
RGB Variations
Color information
#8BA3FA (or 0x8BA3FA) is known color: Portage. HEX triplet: 8B, A3 and FA. RGB value is (139,163,250). Sum of RGB (Red+Green+Blue) = 139+163+250=552 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.18% from 552); Green value is 163 (64.06% from 255 or 29.53% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BA3FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA3FA is #745C05. Grayscale: #A5A5A5. Windows color (decimal): -7625734 or 16425867. OLE color: 16425867.
HSL color Cylindrical-coordinate representation of color #8BA3FA: hue angle of 227.03º 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 #8BA3FA is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 163 | 250 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.02 |
| HSL | 227.03º | 0.92% | 0.76% | - |
| HSV(B) | 227.03º | 0.44% | 0.98% | - |
| XYZ | 41 | 38.59 | 95.73 | - |
| YUV | 165.74 | 175.55 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 250 | 0.44 | 0.35 | 0 | 0.02 | 227.03 | 0.92 | 0.76 |
| Hex | 8B | A3 | FA | 2C | 23 | 0 | 2 | E3 | 5C | 4C |
| Octal | 213 | 243 | 372 | 54 | 43 | 0 | 2 | 343 | 134 | 114 |
| Binary | 10001011 | 10100011 | 11111010 | 101100 | 100011 | 0 | 10 | 11100011 | 1011100 | 1001100 |
Color Harmonies of #8BA3FA
Complementary color
Monochromatic Colors of #8BA3FA
Black with #8BA3FA
Text Example
Text Example
White with #8BA3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA3FA; }
p { color: rgb(139,163,250); }
H1.HeaderClassName
{
color: #8BA3FA;
}
.AnyTagClassName
{
color: #8BA3FA;
}
</style>
background-color css
<style>
a { background-color: #8BA3FA; }
a { background-color: rgb(139,163,250); }
div.DivClassName
{
background-color: #8BA3FA;
}
.BgClassName
{
background-color: #8BA3FA;
}
</style>
border-color css
<style>
span { border-color: #8BA3FA; }
span { border-color: rgb(139,163,250); }
td.TdClassName
{
border-color: #8BA3FA;
}
.TagClassName
{
border-color: #8BA3FA;
}
</style>