Shades of Portage #8AA0EC
Tints of Portage #8AA0EC
RGB
CMYK
RGB Variations
Color information
#8AA0EC (or 0x8AA0EC) is known color: Portage. HEX triplet: 8A, A0 and EC. RGB value is (138,160,236). Sum of RGB (Red+Green+Blue) = 138+160+236=534 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.84% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #8AA0EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AA0EC is #755F13. Grayscale: #A1A1A1. Windows color (decimal): -7692052 or 15507594. OLE color: 15507594.
HSL color Cylindrical-coordinate representation of color #8AA0EC: hue angle of 226.53º 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 #8AA0EC is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 160 | 236 | - |
| CMYK | 0.42 | 0.32 | 0 | 0.07 |
| HSL | 226.53º | 0.72% | 0.73% | - |
| HSV(B) | 226.53º | 0.42% | 0.93% | - |
| XYZ | 38.19 | 36.6 | 84.41 | - |
| YUV | 162.09 | 169.71 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 160 | 236 | 0.42 | 0.32 | 0 | 0.07 | 226.53 | 0.72 | 0.73 |
| Hex | 8A | A0 | EC | 2A | 20 | 0 | 7 | E3 | 48 | 49 |
| Octal | 212 | 240 | 354 | 52 | 40 | 0 | 7 | 343 | 110 | 111 |
| Binary | 10001010 | 10100000 | 11101100 | 101010 | 100000 | 0 | 111 | 11100011 | 1001000 | 1001001 |
Color Harmonies of #8AA0EC
Complementary color
Monochromatic Colors of #8AA0EC
Black with #8AA0EC
Text Example
Text Example
White with #8AA0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA0EC; }
p { color: rgb(138,160,236); }
H1.HeaderClassName
{
color: #8AA0EC;
}
.AnyTagClassName
{
color: #8AA0EC;
}
</style>
background-color css
<style>
a { background-color: #8AA0EC; }
a { background-color: rgb(138,160,236); }
div.DivClassName
{
background-color: #8AA0EC;
}
.BgClassName
{
background-color: #8AA0EC;
}
</style>
border-color css
<style>
span { border-color: #8AA0EC; }
span { border-color: rgb(138,160,236); }
td.TdClassName
{
border-color: #8AA0EC;
}
.TagClassName
{
border-color: #8AA0EC;
}
</style>