Shades of Portage #8BA3FE
Tints of Portage #8BA3FE
RGB
CMYK
RGB Variations
Color information
#8BA3FE (or 0x8BA3FE) is known color: Portage. HEX triplet: 8B, A3 and FE. RGB value is (139,163,254). Sum of RGB (Red+Green+Blue) = 139+163+254=556 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25% from 556); Green value is 163 (64.06% from 255 or 29.32% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BA3FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA3FE is #745C01. Grayscale: #A5A5A5. Windows color (decimal): -7625730 or 16688011. OLE color: 16688011.
HSL color Cylindrical-coordinate representation of color #8BA3FE: hue angle of 227.48º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BA3FE is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 163 | 254 | - |
| CMYK | 0.45 | 0.36 | 0 | 0.00 |
| HSL | 227.48º | 0.98% | 0.77% | - |
| HSV(B) | 227.48º | 0.45% | 1% | - |
| XYZ | 41.63 | 38.84 | 99.07 | - |
| YUV | 166.2 | 177.55 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 254 | 0.45 | 0.36 | 0 | 0.00 | 227.48 | 0.98 | 0.77 |
| Hex | 8B | A3 | FE | 2D | 24 | 0 | 0 | E3 | 62 | 4D |
| Octal | 213 | 243 | 376 | 55 | 44 | 0 | 0 | 343 | 142 | 115 |
| Binary | 10001011 | 10100011 | 11111110 | 101101 | 100100 | 0 | 0 | 11100011 | 1100010 | 1001101 |
Color Harmonies of #8BA3FE
Complementary color
Monochromatic Colors of #8BA3FE
Black with #8BA3FE
Text Example
Text Example
White with #8BA3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA3FE; }
p { color: rgb(139,163,254); }
H1.HeaderClassName
{
color: #8BA3FE;
}
.AnyTagClassName
{
color: #8BA3FE;
}
</style>
background-color css
<style>
a { background-color: #8BA3FE; }
a { background-color: rgb(139,163,254); }
div.DivClassName
{
background-color: #8BA3FE;
}
.BgClassName
{
background-color: #8BA3FE;
}
</style>
border-color css
<style>
span { border-color: #8BA3FE; }
span { border-color: rgb(139,163,254); }
td.TdClassName
{
border-color: #8BA3FE;
}
.TagClassName
{
border-color: #8BA3FE;
}
</style>