Shades of Portage #8BA3FF
Tints of Portage #8BA3FF
RGB
CMYK
RGB Variations
Color information
#8BA3FF (or 0x8BA3FF) is known color: Portage. HEX triplet: 8B, A3 and FF. RGB value is (139,163,255). Sum of RGB (Red+Green+Blue) = 139+163+255=557 (73% of max value = 765). Red value is 139 (54.69% from 255 or 24.96% from 557); Green value is 163 (64.06% from 255 or 29.26% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BA3FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA3FF is #745C00. Grayscale: #A5A5A5. Windows color (decimal): -7625729 or 16753547. OLE color: 16753547.
HSL color Cylindrical-coordinate representation of color #8BA3FF: hue angle of 227.59º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BA3FF is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 163 | 255 | - |
| CMYK | 0.45 | 0.36 | 0 | 0 |
| HSL | 227.59º | 1% | 0.77% | - |
| HSV(B) | 227.59º | 0.45% | 1% | - |
| XYZ | 41.79 | 38.9 | 99.91 | - |
| YUV | 166.31 | 178.05 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 255 | 0.45 | 0.36 | 0 | 0 | 227.59 | 1 | 0.77 |
| Hex | 8B | A3 | FF | 2D | 24 | 0 | 0 | E4 | 64 | 4D |
| Octal | 213 | 243 | 377 | 55 | 44 | 0 | 0 | 344 | 144 | 115 |
| Binary | 10001011 | 10100011 | 11111111 | 101101 | 100100 | 0 | 0 | 11100100 | 1100100 | 1001101 |
Color Harmonies of #8BA3FF
Complementary color
Monochromatic Colors of #8BA3FF
Black with #8BA3FF
Text Example
Text Example
White with #8BA3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA3FF; }
p { color: rgb(139,163,255); }
H1.HeaderClassName
{
color: #8BA3FF;
}
.AnyTagClassName
{
color: #8BA3FF;
}
</style>
background-color css
<style>
a { background-color: #8BA3FF; }
a { background-color: rgb(139,163,255); }
div.DivClassName
{
background-color: #8BA3FF;
}
.BgClassName
{
background-color: #8BA3FF;
}
</style>
border-color css
<style>
span { border-color: #8BA3FF; }
span { border-color: rgb(139,163,255); }
td.TdClassName
{
border-color: #8BA3FF;
}
.TagClassName
{
border-color: #8BA3FF;
}
</style>