Shades of Portage #8BA1FE
Tints of Portage #8BA1FE
RGB
CMYK
RGB Variations
Color information
#8BA1FE (or 0x8BA1FE) is known color: Portage. HEX triplet: 8B, A1 and FE. RGB value is (139,161,254). Sum of RGB (Red+Green+Blue) = 139+161+254=554 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.09% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BA1FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA1FE is #745E01. Grayscale: #A4A4A4. Windows color (decimal): -7626242 or 16687499. OLE color: 16687499.
HSL color Cylindrical-coordinate representation of color #8BA1FE: hue angle of 228.52º 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 #8BA1FE is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 161 | 254 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.00 |
| HSL | 228.52º | 0.98% | 0.77% | - |
| HSV(B) | 228.52º | 0.45% | 1% | - |
| XYZ | 41.28 | 38.13 | 98.95 | - |
| YUV | 165.02 | 178.21 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 254 | 0.45 | 0.37 | 0 | 0.00 | 228.52 | 0.98 | 0.77 |
| Hex | 8B | A1 | FE | 2D | 25 | 0 | 0 | E5 | 62 | 4D |
| Octal | 213 | 241 | 376 | 55 | 45 | 0 | 0 | 345 | 142 | 115 |
| Binary | 10001011 | 10100001 | 11111110 | 101101 | 100101 | 0 | 0 | 11100101 | 1100010 | 1001101 |
Color Harmonies of #8BA1FE
Complementary color
Monochromatic Colors of #8BA1FE
Black with #8BA1FE
Text Example
Text Example
White with #8BA1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA1FE; }
p { color: rgb(139,161,254); }
H1.HeaderClassName
{
color: #8BA1FE;
}
.AnyTagClassName
{
color: #8BA1FE;
}
</style>
background-color css
<style>
a { background-color: #8BA1FE; }
a { background-color: rgb(139,161,254); }
div.DivClassName
{
background-color: #8BA1FE;
}
.BgClassName
{
background-color: #8BA1FE;
}
</style>
border-color css
<style>
span { border-color: #8BA1FE; }
span { border-color: rgb(139,161,254); }
td.TdClassName
{
border-color: #8BA1FE;
}
.TagClassName
{
border-color: #8BA1FE;
}
</style>