Shades of Portage #89A3FF
Tints of Portage #89A3FF
RGB
CMYK
RGB Variations
Color information
#89A3FF (or 0x89A3FF) is known color: Portage. HEX triplet: 89, A3 and FF. RGB value is (137,163,255). Sum of RGB (Red+Green+Blue) = 137+163+255=555 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.68% from 555); Green value is 163 (64.06% from 255 or 29.37% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #89A3FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A3FF is #765C00. Grayscale: #A5A5A5. Windows color (decimal): -7756801 or 16753545. OLE color: 16753545.
HSL color Cylindrical-coordinate representation of color #89A3FF: hue angle of 226.78º 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 #89A3FF is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 163 | 255 | - |
| CMYK | 0.46 | 0.36 | 0 | 0 |
| HSL | 226.78º | 1% | 0.77% | - |
| HSV(B) | 226.78º | 0.46% | 1% | - |
| XYZ | 41.46 | 38.73 | 99.9 | - |
| YUV | 165.71 | 178.39 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 163 | 255 | 0.46 | 0.36 | 0 | 0 | 226.78 | 1 | 0.77 |
| Hex | 89 | A3 | FF | 2E | 24 | 0 | 0 | E3 | 64 | 4D |
| Octal | 211 | 243 | 377 | 56 | 44 | 0 | 0 | 343 | 144 | 115 |
| Binary | 10001001 | 10100011 | 11111111 | 101110 | 100100 | 0 | 0 | 11100011 | 1100100 | 1001101 |
Color Harmonies of #89A3FF
Complementary color
Monochromatic Colors of #89A3FF
Black with #89A3FF
Text Example
Text Example
White with #89A3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A3FF; }
p { color: rgb(137,163,255); }
H1.HeaderClassName
{
color: #89A3FF;
}
.AnyTagClassName
{
color: #89A3FF;
}
</style>
background-color css
<style>
a { background-color: #89A3FF; }
a { background-color: rgb(137,163,255); }
div.DivClassName
{
background-color: #89A3FF;
}
.BgClassName
{
background-color: #89A3FF;
}
</style>
border-color css
<style>
span { border-color: #89A3FF; }
span { border-color: rgb(137,163,255); }
td.TdClassName
{
border-color: #89A3FF;
}
.TagClassName
{
border-color: #89A3FF;
}
</style>