Shades of Portage #8A9BFF
Tints of Portage #8A9BFF
RGB
CMYK
RGB Variations
Color information
#8A9BFF (or 0x8A9BFF) is known color: Portage. HEX triplet: 8A, 9B and FF. RGB value is (138,155,255). Sum of RGB (Red+Green+Blue) = 138+155+255=548 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.18% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A9BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A9BFF is #756400. Grayscale: #A0A0A0. Windows color (decimal): -7693313 or 16751498. OLE color: 16751498.
HSL color Cylindrical-coordinate representation of color #8A9BFF: hue angle of 231.28º 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 #8A9BFF is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 155 | 255 | - |
| CMYK | 0.46 | 0.39 | 0 | 0 |
| HSL | 231.28º | 1% | 0.77% | - |
| HSV(B) | 231.28º | 0.46% | 1% | - |
| XYZ | 40.25 | 36.07 | 99.45 | - |
| YUV | 161.32 | 180.87 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 155 | 255 | 0.46 | 0.39 | 0 | 0 | 231.28 | 1 | 0.77 |
| Hex | 8A | 9B | FF | 2E | 27 | 0 | 0 | E7 | 64 | 4D |
| Octal | 212 | 233 | 377 | 56 | 47 | 0 | 0 | 347 | 144 | 115 |
| Binary | 10001010 | 10011011 | 11111111 | 101110 | 100111 | 0 | 0 | 11100111 | 1100100 | 1001101 |
Color Harmonies of #8A9BFF
Complementary color
Monochromatic Colors of #8A9BFF
Black with #8A9BFF
Text Example
Text Example
White with #8A9BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9BFF; }
p { color: rgb(138,155,255); }
H1.HeaderClassName
{
color: #8A9BFF;
}
.AnyTagClassName
{
color: #8A9BFF;
}
</style>
background-color css
<style>
a { background-color: #8A9BFF; }
a { background-color: rgb(138,155,255); }
div.DivClassName
{
background-color: #8A9BFF;
}
.BgClassName
{
background-color: #8A9BFF;
}
</style>
border-color css
<style>
span { border-color: #8A9BFF; }
span { border-color: rgb(138,155,255); }
td.TdClassName
{
border-color: #8A9BFF;
}
.TagClassName
{
border-color: #8A9BFF;
}
</style>