Shades of Portage #8AA1EC
Tints of Portage #8AA1EC
RGB
CMYK
RGB Variations
Color information
#8AA1EC (or 0x8AA1EC) is known color: Portage. HEX triplet: 8A, A1 and EC. RGB value is (138,161,236). Sum of RGB (Red+Green+Blue) = 138+161+236=535 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.79% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #8AA1EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AA1EC is #755E13. Grayscale: #A2A2A2. Windows color (decimal): -7691796 or 15507850. OLE color: 15507850.
HSL color Cylindrical-coordinate representation of color #8AA1EC: hue angle of 225.92º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AA1EC is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 161 | 236 | - |
| CMYK | 0.42 | 0.32 | 0 | 0.07 |
| HSL | 225.92º | 0.72% | 0.73% | - |
| HSV(B) | 225.92º | 0.42% | 0.93% | - |
| XYZ | 38.37 | 36.95 | 84.47 | - |
| YUV | 162.67 | 169.38 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 161 | 236 | 0.42 | 0.32 | 0 | 0.07 | 225.92 | 0.72 | 0.73 |
| Hex | 8A | A1 | EC | 2A | 20 | 0 | 7 | E2 | 48 | 49 |
| Octal | 212 | 241 | 354 | 52 | 40 | 0 | 7 | 342 | 110 | 111 |
| Binary | 10001010 | 10100001 | 11101100 | 101010 | 100000 | 0 | 111 | 11100010 | 1001000 | 1001001 |
Color Harmonies of #8AA1EC
Complementary color
Monochromatic Colors of #8AA1EC
Black with #8AA1EC
Text Example
Text Example
White with #8AA1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA1EC; }
p { color: rgb(138,161,236); }
H1.HeaderClassName
{
color: #8AA1EC;
}
.AnyTagClassName
{
color: #8AA1EC;
}
</style>
background-color css
<style>
a { background-color: #8AA1EC; }
a { background-color: rgb(138,161,236); }
div.DivClassName
{
background-color: #8AA1EC;
}
.BgClassName
{
background-color: #8AA1EC;
}
</style>
border-color css
<style>
span { border-color: #8AA1EC; }
span { border-color: rgb(138,161,236); }
td.TdClassName
{
border-color: #8AA1EC;
}
.TagClassName
{
border-color: #8AA1EC;
}
</style>