Shades of Portage #8AA1FF
Tints of Portage #8AA1FF
RGB
CMYK
RGB Variations
Color information
#8AA1FF (or 0x8AA1FF) is known color: Portage. HEX triplet: 8A, A1 and FF. RGB value is (138,161,255). Sum of RGB (Red+Green+Blue) = 138+161+255=554 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.91% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AA1FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AA1FF is #755E00. Grayscale: #A4A4A4. Windows color (decimal): -7691777 or 16753034. OLE color: 16753034.
HSL color Cylindrical-coordinate representation of color #8AA1FF: hue angle of 228.21º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AA1FF is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 161 | 255 | - |
| CMYK | 0.46 | 0.37 | 0 | 0 |
| HSL | 228.21º | 1% | 0.77% | - |
| HSV(B) | 228.21º | 0.46% | 1% | - |
| XYZ | 41.28 | 38.11 | 99.79 | - |
| YUV | 164.84 | 178.88 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 161 | 255 | 0.46 | 0.37 | 0 | 0 | 228.21 | 1 | 0.77 |
| Hex | 8A | A1 | FF | 2E | 25 | 0 | 0 | E4 | 64 | 4D |
| Octal | 212 | 241 | 377 | 56 | 45 | 0 | 0 | 344 | 144 | 115 |
| Binary | 10001010 | 10100001 | 11111111 | 101110 | 100101 | 0 | 0 | 11100100 | 1100100 | 1001101 |
Color Harmonies of #8AA1FF
Complementary color
Monochromatic Colors of #8AA1FF
Black with #8AA1FF
Text Example
Text Example
White with #8AA1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA1FF; }
p { color: rgb(138,161,255); }
H1.HeaderClassName
{
color: #8AA1FF;
}
.AnyTagClassName
{
color: #8AA1FF;
}
</style>
background-color css
<style>
a { background-color: #8AA1FF; }
a { background-color: rgb(138,161,255); }
div.DivClassName
{
background-color: #8AA1FF;
}
.BgClassName
{
background-color: #8AA1FF;
}
</style>
border-color css
<style>
span { border-color: #8AA1FF; }
span { border-color: rgb(138,161,255); }
td.TdClassName
{
border-color: #8AA1FF;
}
.TagClassName
{
border-color: #8AA1FF;
}
</style>