Shades of Portage #8BA4FA
Tints of Portage #8BA4FA
RGB
CMYK
RGB Variations
Color information
#8BA4FA (or 0x8BA4FA) is known color: Portage. HEX triplet: 8B, A4 and FA. RGB value is (139,164,250). Sum of RGB (Red+Green+Blue) = 139+164+250=553 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.14% from 553); Green value is 164 (64.45% from 255 or 29.66% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BA4FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA4FA is #745B05. Grayscale: #A5A5A5. Windows color (decimal): -7625478 or 16426123. OLE color: 16426123.
HSL color Cylindrical-coordinate representation of color #8BA4FA: hue angle of 226.49º 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 #8BA4FA is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 164 | 250 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.02 |
| HSL | 226.49º | 0.92% | 0.76% | - |
| HSV(B) | 226.49º | 0.44% | 0.98% | - |
| XYZ | 41.18 | 38.94 | 95.79 | - |
| YUV | 166.33 | 175.22 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 250 | 0.44 | 0.34 | 0 | 0.02 | 226.49 | 0.92 | 0.76 |
| Hex | 8B | A4 | FA | 2C | 22 | 0 | 2 | E2 | 5C | 4C |
| Octal | 213 | 244 | 372 | 54 | 42 | 0 | 2 | 342 | 134 | 114 |
| Binary | 10001011 | 10100100 | 11111010 | 101100 | 100010 | 0 | 10 | 11100010 | 1011100 | 1001100 |
Color Harmonies of #8BA4FA
Complementary color
Monochromatic Colors of #8BA4FA
Black with #8BA4FA
Text Example
Text Example
White with #8BA4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA4FA; }
p { color: rgb(139,164,250); }
H1.HeaderClassName
{
color: #8BA4FA;
}
.AnyTagClassName
{
color: #8BA4FA;
}
</style>
background-color css
<style>
a { background-color: #8BA4FA; }
a { background-color: rgb(139,164,250); }
div.DivClassName
{
background-color: #8BA4FA;
}
.BgClassName
{
background-color: #8BA4FA;
}
</style>
border-color css
<style>
span { border-color: #8BA4FA; }
span { border-color: rgb(139,164,250); }
td.TdClassName
{
border-color: #8BA4FA;
}
.TagClassName
{
border-color: #8BA4FA;
}
</style>