Shades of Portage #8BA3FC
Tints of Portage #8BA3FC
RGB
CMYK
RGB Variations
Color information
#8BA3FC (or 0x8BA3FC) is known color: Portage. HEX triplet: 8B, A3 and FC. RGB value is (139,163,252). Sum of RGB (Red+Green+Blue) = 139+163+252=554 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.09% from 554); Green value is 163 (64.06% from 255 or 29.42% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #8BA3FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA3FC is #745C03. Grayscale: #A5A5A5. Windows color (decimal): -7625732 or 16556939. OLE color: 16556939.
HSL color Cylindrical-coordinate representation of color #8BA3FC: hue angle of 227.26º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BA3FC is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 163 | 252 | - |
| CMYK | 0.45 | 0.35 | 0 | 0.01 |
| HSL | 227.26º | 0.95% | 0.77% | - |
| HSV(B) | 227.26º | 0.45% | 0.99% | - |
| XYZ | 41.32 | 38.71 | 97.39 | - |
| YUV | 165.97 | 176.55 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 252 | 0.45 | 0.35 | 0 | 0.01 | 227.26 | 0.95 | 0.77 |
| Hex | 8B | A3 | FC | 2D | 23 | 0 | 1 | E3 | 5F | 4D |
| Octal | 213 | 243 | 374 | 55 | 43 | 0 | 1 | 343 | 137 | 115 |
| Binary | 10001011 | 10100011 | 11111100 | 101101 | 100011 | 0 | 1 | 11100011 | 1011111 | 1001101 |
Color Harmonies of #8BA3FC
Complementary color
Monochromatic Colors of #8BA3FC
Black with #8BA3FC
Text Example
Text Example
White with #8BA3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA3FC; }
p { color: rgb(139,163,252); }
H1.HeaderClassName
{
color: #8BA3FC;
}
.AnyTagClassName
{
color: #8BA3FC;
}
</style>
background-color css
<style>
a { background-color: #8BA3FC; }
a { background-color: rgb(139,163,252); }
div.DivClassName
{
background-color: #8BA3FC;
}
.BgClassName
{
background-color: #8BA3FC;
}
</style>
border-color css
<style>
span { border-color: #8BA3FC; }
span { border-color: rgb(139,163,252); }
td.TdClassName
{
border-color: #8BA3FC;
}
.TagClassName
{
border-color: #8BA3FC;
}
</style>