Shades of Portage #8AA1FE
Tints of Portage #8AA1FE
RGB
CMYK
RGB Variations
Color information
#8AA1FE (or 0x8AA1FE) is known color: Portage. HEX triplet: 8A, A1 and FE. RGB value is (138,161,254). Sum of RGB (Red+Green+Blue) = 138+161+254=553 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.95% from 553); Green value is 161 (63.28% from 255 or 29.11% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #8AA1FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AA1FE is #755E01. Grayscale: #A4A4A4. Windows color (decimal): -7691778 or 16687498. OLE color: 16687498.
HSL color Cylindrical-coordinate representation of color #8AA1FE: hue angle of 228.1º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AA1FE is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 161 | 254 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.00 |
| HSL | 228.1º | 0.98% | 0.77% | - |
| HSV(B) | 228.1º | 0.46% | 1% | - |
| XYZ | 41.12 | 38.05 | 98.94 | - |
| YUV | 164.73 | 178.38 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 161 | 254 | 0.46 | 0.37 | 0 | 0.00 | 228.1 | 0.98 | 0.77 |
| Hex | 8A | A1 | FE | 2E | 25 | 0 | 0 | E4 | 62 | 4D |
| Octal | 212 | 241 | 376 | 56 | 45 | 0 | 0 | 344 | 142 | 115 |
| Binary | 10001010 | 10100001 | 11111110 | 101110 | 100101 | 0 | 0 | 11100100 | 1100010 | 1001101 |
Color Harmonies of #8AA1FE
Complementary color
Monochromatic Colors of #8AA1FE
Black with #8AA1FE
Text Example
Text Example
White with #8AA1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA1FE; }
p { color: rgb(138,161,254); }
H1.HeaderClassName
{
color: #8AA1FE;
}
.AnyTagClassName
{
color: #8AA1FE;
}
</style>
background-color css
<style>
a { background-color: #8AA1FE; }
a { background-color: rgb(138,161,254); }
div.DivClassName
{
background-color: #8AA1FE;
}
.BgClassName
{
background-color: #8AA1FE;
}
</style>
border-color css
<style>
span { border-color: #8AA1FE; }
span { border-color: rgb(138,161,254); }
td.TdClassName
{
border-color: #8AA1FE;
}
.TagClassName
{
border-color: #8AA1FE;
}
</style>