Shades of Portage #8AA1DB
Tints of Portage #8AA1DB
RGB
CMYK
RGB Variations
Color information
#8AA1DB (or 0x8AA1DB) is known color: Portage. HEX triplet: 8A, A1 and DB. RGB value is (138,161,219). Sum of RGB (Red+Green+Blue) = 138+161+219=518 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.64% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #8AA1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA1DB is #755E24. Grayscale: #A0A0A0. Windows color (decimal): -7691813 or 14393738. OLE color: 14393738.
HSL color Cylindrical-coordinate representation of color #8AA1DB: hue angle of 222.96º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AA1DB is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 161 | 219 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.14 |
| HSL | 222.96º | 0.53% | 0.7% | - |
| HSV(B) | 222.96º | 0.37% | 0.86% | - |
| XYZ | 36.01 | 36.01 | 72.07 | - |
| YUV | 160.74 | 160.88 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 161 | 219 | 0.37 | 0.26 | 0 | 0.14 | 222.96 | 0.53 | 0.7 |
| Hex | 8A | A1 | DB | 25 | 1A | 0 | E | DF | 35 | 46 |
| Octal | 212 | 241 | 333 | 45 | 32 | 0 | 16 | 337 | 65 | 106 |
| Binary | 10001010 | 10100001 | 11011011 | 100101 | 11010 | 0 | 1110 | 11011111 | 110101 | 1000110 |
Color Harmonies of #8AA1DB
Complementary color
Monochromatic Colors of #8AA1DB
Black with #8AA1DB
Text Example
Text Example
White with #8AA1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA1DB; }
p { color: rgb(138,161,219); }
H1.HeaderClassName
{
color: #8AA1DB;
}
.AnyTagClassName
{
color: #8AA1DB;
}
</style>
background-color css
<style>
a { background-color: #8AA1DB; }
a { background-color: rgb(138,161,219); }
div.DivClassName
{
background-color: #8AA1DB;
}
.BgClassName
{
background-color: #8AA1DB;
}
</style>
border-color css
<style>
span { border-color: #8AA1DB; }
span { border-color: rgb(138,161,219); }
td.TdClassName
{
border-color: #8AA1DB;
}
.TagClassName
{
border-color: #8AA1DB;
}
</style>