Shades of Portage #8A9FFA
Tints of Portage #8A9FFA
RGB
CMYK
RGB Variations
Color information
#8A9FFA (or 0x8A9FFA) is known color: Portage. HEX triplet: 8A, 9F and FA. RGB value is (138,159,250). Sum of RGB (Red+Green+Blue) = 138+159+250=547 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.23% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #8A9FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A9FFA is #756005. Grayscale: #A2A2A2. Windows color (decimal): -7692294 or 16424842. OLE color: 16424842.
HSL color Cylindrical-coordinate representation of color #8A9FFA: hue angle of 228.75º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A9FFA is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 159 | 250 | - |
| CMYK | 0.45 | 0.36 | 0 | 0.02 |
| HSL | 228.75º | 0.92% | 0.76% | - |
| HSV(B) | 228.75º | 0.45% | 0.98% | - |
| XYZ | 40.13 | 37.1 | 95.49 | - |
| YUV | 163.1 | 177.04 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 159 | 250 | 0.45 | 0.36 | 0 | 0.02 | 228.75 | 0.92 | 0.76 |
| Hex | 8A | 9F | FA | 2D | 24 | 0 | 2 | E5 | 5C | 4C |
| Octal | 212 | 237 | 372 | 55 | 44 | 0 | 2 | 345 | 134 | 114 |
| Binary | 10001010 | 10011111 | 11111010 | 101101 | 100100 | 0 | 10 | 11100101 | 1011100 | 1001100 |
Color Harmonies of #8A9FFA
Complementary color
Monochromatic Colors of #8A9FFA
Black with #8A9FFA
Text Example
Text Example
White with #8A9FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9FFA; }
p { color: rgb(138,159,250); }
H1.HeaderClassName
{
color: #8A9FFA;
}
.AnyTagClassName
{
color: #8A9FFA;
}
</style>
background-color css
<style>
a { background-color: #8A9FFA; }
a { background-color: rgb(138,159,250); }
div.DivClassName
{
background-color: #8A9FFA;
}
.BgClassName
{
background-color: #8A9FFA;
}
</style>
border-color css
<style>
span { border-color: #8A9FFA; }
span { border-color: rgb(138,159,250); }
td.TdClassName
{
border-color: #8A9FFA;
}
.TagClassName
{
border-color: #8A9FFA;
}
</style>