Shades of Portage #8BA1EB
Tints of Portage #8BA1EB
RGB
CMYK
RGB Variations
Color information
#8BA1EB (or 0x8BA1EB) is known color: Portage. HEX triplet: 8B, A1 and EB. RGB value is (139,161,235). Sum of RGB (Red+Green+Blue) = 139+161+235=535 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.98% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #8BA1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA1EB is #745E14. Grayscale: #A2A2A2. Windows color (decimal): -7626261 or 15442315. OLE color: 15442315.
HSL color Cylindrical-coordinate representation of color #8BA1EB: hue angle of 226.25º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BA1EB is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 161 | 235 | - |
| CMYK | 0.41 | 0.31 | 0 | 0.08 |
| HSL | 226.25º | 0.71% | 0.73% | - |
| HSV(B) | 226.25º | 0.41% | 0.92% | - |
| XYZ | 38.39 | 36.98 | 83.71 | - |
| YUV | 162.86 | 168.71 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 235 | 0.41 | 0.31 | 0 | 0.08 | 226.25 | 0.71 | 0.73 |
| Hex | 8B | A1 | EB | 29 | 1F | 0 | 8 | E2 | 47 | 49 |
| Octal | 213 | 241 | 353 | 51 | 37 | 0 | 10 | 342 | 107 | 111 |
| Binary | 10001011 | 10100001 | 11101011 | 101001 | 11111 | 0 | 1000 | 11100010 | 1000111 | 1001001 |
Color Harmonies of #8BA1EB
Complementary color
Monochromatic Colors of #8BA1EB
Black with #8BA1EB
Text Example
Text Example
White with #8BA1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA1EB; }
p { color: rgb(139,161,235); }
H1.HeaderClassName
{
color: #8BA1EB;
}
.AnyTagClassName
{
color: #8BA1EB;
}
</style>
background-color css
<style>
a { background-color: #8BA1EB; }
a { background-color: rgb(139,161,235); }
div.DivClassName
{
background-color: #8BA1EB;
}
.BgClassName
{
background-color: #8BA1EB;
}
</style>
border-color css
<style>
span { border-color: #8BA1EB; }
span { border-color: rgb(139,161,235); }
td.TdClassName
{
border-color: #8BA1EB;
}
.TagClassName
{
border-color: #8BA1EB;
}
</style>