Shades of Portage #89A0FF
Tints of Portage #89A0FF
RGB
CMYK
RGB Variations
Color information
#89A0FF (or 0x89A0FF) is known color: Portage. HEX triplet: 89, A0 and FF. RGB value is (137,160,255). Sum of RGB (Red+Green+Blue) = 137+160+255=552 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.82% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #89A0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A0FF is #765F00. Grayscale: #A3A3A3. Windows color (decimal): -7757569 or 16752777. OLE color: 16752777.
HSL color Cylindrical-coordinate representation of color #89A0FF: hue angle of 228.31º 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 #89A0FF is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 160 | 255 | - |
| CMYK | 0.46 | 0.37 | 0 | 0 |
| HSL | 228.31º | 1% | 0.77% | - |
| HSV(B) | 228.31º | 0.46% | 1% | - |
| XYZ | 40.94 | 37.68 | 99.72 | - |
| YUV | 163.95 | 179.38 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 160 | 255 | 0.46 | 0.37 | 0 | 0 | 228.31 | 1 | 0.77 |
| Hex | 89 | A0 | FF | 2E | 25 | 0 | 0 | E4 | 64 | 4D |
| Octal | 211 | 240 | 377 | 56 | 45 | 0 | 0 | 344 | 144 | 115 |
| Binary | 10001001 | 10100000 | 11111111 | 101110 | 100101 | 0 | 0 | 11100100 | 1100100 | 1001101 |
Color Harmonies of #89A0FF
Complementary color
Monochromatic Colors of #89A0FF
Black with #89A0FF
Text Example
Text Example
White with #89A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A0FF; }
p { color: rgb(137,160,255); }
H1.HeaderClassName
{
color: #89A0FF;
}
.AnyTagClassName
{
color: #89A0FF;
}
</style>
background-color css
<style>
a { background-color: #89A0FF; }
a { background-color: rgb(137,160,255); }
div.DivClassName
{
background-color: #89A0FF;
}
.BgClassName
{
background-color: #89A0FF;
}
</style>
border-color css
<style>
span { border-color: #89A0FF; }
span { border-color: rgb(137,160,255); }
td.TdClassName
{
border-color: #89A0FF;
}
.TagClassName
{
border-color: #89A0FF;
}
</style>