Shades of Portage #8BA5FF
Tints of Portage #8BA5FF
RGB
CMYK
RGB Variations
Color information
#8BA5FF (or 0x8BA5FF) is known color: Portage. HEX triplet: 8B, A5 and FF. RGB value is (139,165,255). Sum of RGB (Red+Green+Blue) = 139+165+255=559 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.87% from 559); Green value is 165 (64.84% from 255 or 29.52% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BA5FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA5FF is #745A00. Grayscale: #A7A7A7. Windows color (decimal): -7625217 or 16754059. OLE color: 16754059.
HSL color Cylindrical-coordinate representation of color #8BA5FF: hue angle of 226.55º 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 #8BA5FF is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 165 | 255 | - |
| CMYK | 0.45 | 0.35 | 0 | 0 |
| HSL | 226.55º | 1% | 0.77% | - |
| HSV(B) | 226.55º | 0.45% | 1% | - |
| XYZ | 42.15 | 39.62 | 100.03 | - |
| YUV | 167.49 | 177.39 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 165 | 255 | 0.45 | 0.35 | 0 | 0 | 226.55 | 1 | 0.77 |
| Hex | 8B | A5 | FF | 2D | 23 | 0 | 0 | E3 | 64 | 4D |
| Octal | 213 | 245 | 377 | 55 | 43 | 0 | 0 | 343 | 144 | 115 |
| Binary | 10001011 | 10100101 | 11111111 | 101101 | 100011 | 0 | 0 | 11100011 | 1100100 | 1001101 |
Color Harmonies of #8BA5FF
Complementary color
Monochromatic Colors of #8BA5FF
Black with #8BA5FF
Text Example
Text Example
White with #8BA5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA5FF; }
p { color: rgb(139,165,255); }
H1.HeaderClassName
{
color: #8BA5FF;
}
.AnyTagClassName
{
color: #8BA5FF;
}
</style>
background-color css
<style>
a { background-color: #8BA5FF; }
a { background-color: rgb(139,165,255); }
div.DivClassName
{
background-color: #8BA5FF;
}
.BgClassName
{
background-color: #8BA5FF;
}
</style>
border-color css
<style>
span { border-color: #8BA5FF; }
span { border-color: rgb(139,165,255); }
td.TdClassName
{
border-color: #8BA5FF;
}
.TagClassName
{
border-color: #8BA5FF;
}
</style>