Shades of Portage #8AA0FF
Tints of Portage #8AA0FF
RGB
CMYK
RGB Variations
Color information
#8AA0FF (or 0x8AA0FF) is known color: Portage. HEX triplet: 8A, A0 and FF. RGB value is (138,160,255). Sum of RGB (Red+Green+Blue) = 138+160+255=553 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.95% from 553); Green value is 160 (62.89% from 255 or 28.93% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AA0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AA0FF is #755F00. Grayscale: #A3A3A3. Windows color (decimal): -7692033 or 16752778. OLE color: 16752778.
HSL color Cylindrical-coordinate representation of color #8AA0FF: hue angle of 228.72º 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 #8AA0FF is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 160 | 255 | - |
| CMYK | 0.46 | 0.37 | 0 | 0 |
| HSL | 228.72º | 1% | 0.77% | - |
| HSV(B) | 228.72º | 0.46% | 1% | - |
| XYZ | 41.1 | 37.76 | 99.73 | - |
| YUV | 164.25 | 179.21 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 160 | 255 | 0.46 | 0.37 | 0 | 0 | 228.72 | 1 | 0.77 |
| Hex | 8A | A0 | FF | 2E | 25 | 0 | 0 | E5 | 64 | 4D |
| Octal | 212 | 240 | 377 | 56 | 45 | 0 | 0 | 345 | 144 | 115 |
| Binary | 10001010 | 10100000 | 11111111 | 101110 | 100101 | 0 | 0 | 11100101 | 1100100 | 1001101 |
Color Harmonies of #8AA0FF
Complementary color
Monochromatic Colors of #8AA0FF
Black with #8AA0FF
Text Example
Text Example
White with #8AA0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA0FF; }
p { color: rgb(138,160,255); }
H1.HeaderClassName
{
color: #8AA0FF;
}
.AnyTagClassName
{
color: #8AA0FF;
}
</style>
background-color css
<style>
a { background-color: #8AA0FF; }
a { background-color: rgb(138,160,255); }
div.DivClassName
{
background-color: #8AA0FF;
}
.BgClassName
{
background-color: #8AA0FF;
}
</style>
border-color css
<style>
span { border-color: #8AA0FF; }
span { border-color: rgb(138,160,255); }
td.TdClassName
{
border-color: #8AA0FF;
}
.TagClassName
{
border-color: #8AA0FF;
}
</style>