Shades of Portage #8BA1FC
Tints of Portage #8BA1FC
RGB
CMYK
RGB Variations
Color information
#8BA1FC (or 0x8BA1FC) is known color: Portage. HEX triplet: 8B, A1 and FC. RGB value is (139,161,252). Sum of RGB (Red+Green+Blue) = 139+161+252=552 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.18% from 552); Green value is 161 (63.28% from 255 or 29.17% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #8BA1FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA1FC is #745E03. Grayscale: #A4A4A4. Windows color (decimal): -7626244 or 16556427. OLE color: 16556427.
HSL color Cylindrical-coordinate representation of color #8BA1FC: hue angle of 228.32º 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 #8BA1FC is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 161 | 252 | - |
| CMYK | 0.45 | 0.36 | 0 | 0.01 |
| HSL | 228.32º | 0.95% | 0.77% | - |
| HSV(B) | 228.32º | 0.45% | 0.99% | - |
| XYZ | 40.96 | 38.01 | 97.27 | - |
| YUV | 164.8 | 177.21 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 252 | 0.45 | 0.36 | 0 | 0.01 | 228.32 | 0.95 | 0.77 |
| Hex | 8B | A1 | FC | 2D | 24 | 0 | 1 | E4 | 5F | 4D |
| Octal | 213 | 241 | 374 | 55 | 44 | 0 | 1 | 344 | 137 | 115 |
| Binary | 10001011 | 10100001 | 11111100 | 101101 | 100100 | 0 | 1 | 11100100 | 1011111 | 1001101 |
Color Harmonies of #8BA1FC
Complementary color
Monochromatic Colors of #8BA1FC
Black with #8BA1FC
Text Example
Text Example
White with #8BA1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA1FC; }
p { color: rgb(139,161,252); }
H1.HeaderClassName
{
color: #8BA1FC;
}
.AnyTagClassName
{
color: #8BA1FC;
}
</style>
background-color css
<style>
a { background-color: #8BA1FC; }
a { background-color: rgb(139,161,252); }
div.DivClassName
{
background-color: #8BA1FC;
}
.BgClassName
{
background-color: #8BA1FC;
}
</style>
border-color css
<style>
span { border-color: #8BA1FC; }
span { border-color: rgb(139,161,252); }
td.TdClassName
{
border-color: #8BA1FC;
}
.TagClassName
{
border-color: #8BA1FC;
}
</style>