Shades of Portage #8A9EFF
Tints of Portage #8A9EFF
RGB
CMYK
RGB Variations
Color information
#8A9EFF (or 0x8A9EFF) is known color: Portage. HEX triplet: 8A, 9E and FF. RGB value is (138,158,255). Sum of RGB (Red+Green+Blue) = 138+158+255=551 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.05% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A9EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A9EFF is #756100. Grayscale: #A2A2A2. Windows color (decimal): -7692545 or 16752266. OLE color: 16752266.
HSL color Cylindrical-coordinate representation of color #8A9EFF: hue angle of 229.74º 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 #8A9EFF is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 158 | 255 | - |
| CMYK | 0.46 | 0.38 | 0 | 0 |
| HSL | 229.74º | 1% | 0.77% | - |
| HSV(B) | 229.74º | 0.46% | 1% | - |
| XYZ | 40.76 | 37.08 | 99.62 | - |
| YUV | 163.08 | 179.87 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 158 | 255 | 0.46 | 0.38 | 0 | 0 | 229.74 | 1 | 0.77 |
| Hex | 8A | 9E | FF | 2E | 26 | 0 | 0 | E6 | 64 | 4D |
| Octal | 212 | 236 | 377 | 56 | 46 | 0 | 0 | 346 | 144 | 115 |
| Binary | 10001010 | 10011110 | 11111111 | 101110 | 100110 | 0 | 0 | 11100110 | 1100100 | 1001101 |
Color Harmonies of #8A9EFF
Complementary color
Monochromatic Colors of #8A9EFF
Black with #8A9EFF
Text Example
Text Example
White with #8A9EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9EFF; }
p { color: rgb(138,158,255); }
H1.HeaderClassName
{
color: #8A9EFF;
}
.AnyTagClassName
{
color: #8A9EFF;
}
</style>
background-color css
<style>
a { background-color: #8A9EFF; }
a { background-color: rgb(138,158,255); }
div.DivClassName
{
background-color: #8A9EFF;
}
.BgClassName
{
background-color: #8A9EFF;
}
</style>
border-color css
<style>
span { border-color: #8A9EFF; }
span { border-color: rgb(138,158,255); }
td.TdClassName
{
border-color: #8A9EFF;
}
.TagClassName
{
border-color: #8A9EFF;
}
</style>