Shades of Portage #8AA3FF
Tints of Portage #8AA3FF
RGB
CMYK
RGB Variations
Color information
#8AA3FF (or 0x8AA3FF) is known color: Portage. HEX triplet: 8A, A3 and FF. RGB value is (138,163,255). Sum of RGB (Red+Green+Blue) = 138+163+255=556 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.82% from 556); Green value is 163 (64.06% from 255 or 29.32% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AA3FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AA3FF is #755C00. Grayscale: #A5A5A5. Windows color (decimal): -7691265 or 16753546. OLE color: 16753546.
HSL color Cylindrical-coordinate representation of color #8AA3FF: hue angle of 227.18º 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 #8AA3FF is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 163 | 255 | - |
| CMYK | 0.46 | 0.36 | 0 | 0 |
| HSL | 227.18º | 1% | 0.77% | - |
| HSV(B) | 227.18º | 0.46% | 1% | - |
| XYZ | 41.63 | 38.82 | 99.91 | - |
| YUV | 166.01 | 178.22 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 163 | 255 | 0.46 | 0.36 | 0 | 0 | 227.18 | 1 | 0.77 |
| Hex | 8A | A3 | FF | 2E | 24 | 0 | 0 | E3 | 64 | 4D |
| Octal | 212 | 243 | 377 | 56 | 44 | 0 | 0 | 343 | 144 | 115 |
| Binary | 10001010 | 10100011 | 11111111 | 101110 | 100100 | 0 | 0 | 11100011 | 1100100 | 1001101 |
Color Harmonies of #8AA3FF
Complementary color
Monochromatic Colors of #8AA3FF
Black with #8AA3FF
Text Example
Text Example
White with #8AA3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA3FF; }
p { color: rgb(138,163,255); }
H1.HeaderClassName
{
color: #8AA3FF;
}
.AnyTagClassName
{
color: #8AA3FF;
}
</style>
background-color css
<style>
a { background-color: #8AA3FF; }
a { background-color: rgb(138,163,255); }
div.DivClassName
{
background-color: #8AA3FF;
}
.BgClassName
{
background-color: #8AA3FF;
}
</style>
border-color css
<style>
span { border-color: #8AA3FF; }
span { border-color: rgb(138,163,255); }
td.TdClassName
{
border-color: #8AA3FF;
}
.TagClassName
{
border-color: #8AA3FF;
}
</style>