Shades of Portage #8AA2FF
Tints of Portage #8AA2FF
RGB
CMYK
RGB Variations
Color information
#8AA2FF (or 0x8AA2FF) is known color: Portage. HEX triplet: 8A, A2 and FF. RGB value is (138,162,255). Sum of RGB (Red+Green+Blue) = 138+162+255=555 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.86% from 555); Green value is 162 (63.67% from 255 or 29.19% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AA2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AA2FF is #755D00. Grayscale: #A5A5A5. Windows color (decimal): -7691521 or 16753290. OLE color: 16753290.
HSL color Cylindrical-coordinate representation of color #8AA2FF: hue angle of 227.69º 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 #8AA2FF is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 162 | 255 | - |
| CMYK | 0.46 | 0.36 | 0 | 0 |
| HSL | 227.69º | 1% | 0.77% | - |
| HSV(B) | 227.69º | 0.46% | 1% | - |
| XYZ | 41.45 | 38.46 | 99.85 | - |
| YUV | 165.43 | 178.55 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 162 | 255 | 0.46 | 0.36 | 0 | 0 | 227.69 | 1 | 0.77 |
| Hex | 8A | A2 | FF | 2E | 24 | 0 | 0 | E4 | 64 | 4D |
| Octal | 212 | 242 | 377 | 56 | 44 | 0 | 0 | 344 | 144 | 115 |
| Binary | 10001010 | 10100010 | 11111111 | 101110 | 100100 | 0 | 0 | 11100100 | 1100100 | 1001101 |
Color Harmonies of #8AA2FF
Complementary color
Monochromatic Colors of #8AA2FF
Black with #8AA2FF
Text Example
Text Example
White with #8AA2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA2FF; }
p { color: rgb(138,162,255); }
H1.HeaderClassName
{
color: #8AA2FF;
}
.AnyTagClassName
{
color: #8AA2FF;
}
</style>
background-color css
<style>
a { background-color: #8AA2FF; }
a { background-color: rgb(138,162,255); }
div.DivClassName
{
background-color: #8AA2FF;
}
.BgClassName
{
background-color: #8AA2FF;
}
</style>
border-color css
<style>
span { border-color: #8AA2FF; }
span { border-color: rgb(138,162,255); }
td.TdClassName
{
border-color: #8AA2FF;
}
.TagClassName
{
border-color: #8AA2FF;
}
</style>