Shades of Portage #8BA1FA
Tints of Portage #8BA1FA
RGB
CMYK
RGB Variations
Color information
#8BA1FA (or 0x8BA1FA) is known color: Portage. HEX triplet: 8B, A1 and FA. RGB value is (139,161,250). Sum of RGB (Red+Green+Blue) = 139+161+250=550 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.27% from 550); Green value is 161 (63.28% from 255 or 29.27% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BA1FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA1FA is #745E05. Grayscale: #A4A4A4. Windows color (decimal): -7626246 or 16425355. OLE color: 16425355.
HSL color Cylindrical-coordinate representation of color #8BA1FA: hue angle of 228.11º 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 #8BA1FA is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 161 | 250 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.02 |
| HSL | 228.11º | 0.92% | 0.76% | - |
| HSV(B) | 228.11º | 0.44% | 0.98% | - |
| XYZ | 40.65 | 37.88 | 95.61 | - |
| YUV | 164.57 | 176.21 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 250 | 0.44 | 0.36 | 0 | 0.02 | 228.11 | 0.92 | 0.76 |
| Hex | 8B | A1 | FA | 2C | 24 | 0 | 2 | E4 | 5C | 4C |
| Octal | 213 | 241 | 372 | 54 | 44 | 0 | 2 | 344 | 134 | 114 |
| Binary | 10001011 | 10100001 | 11111010 | 101100 | 100100 | 0 | 10 | 11100100 | 1011100 | 1001100 |
Color Harmonies of #8BA1FA
Complementary color
Monochromatic Colors of #8BA1FA
Black with #8BA1FA
Text Example
Text Example
White with #8BA1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA1FA; }
p { color: rgb(139,161,250); }
H1.HeaderClassName
{
color: #8BA1FA;
}
.AnyTagClassName
{
color: #8BA1FA;
}
</style>
background-color css
<style>
a { background-color: #8BA1FA; }
a { background-color: rgb(139,161,250); }
div.DivClassName
{
background-color: #8BA1FA;
}
.BgClassName
{
background-color: #8BA1FA;
}
</style>
border-color css
<style>
span { border-color: #8BA1FA; }
span { border-color: rgb(139,161,250); }
td.TdClassName
{
border-color: #8BA1FA;
}
.TagClassName
{
border-color: #8BA1FA;
}
</style>