Shades of Portage #89A2FF
Tints of Portage #89A2FF
RGB
CMYK
RGB Variations
Color information
#89A2FF (or 0x89A2FF) is known color: Portage. HEX triplet: 89, A2 and FF. RGB value is (137,162,255). Sum of RGB (Red+Green+Blue) = 137+162+255=554 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.73% from 554); Green value is 162 (63.67% from 255 or 29.24% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #89A2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A2FF is #765D00. Grayscale: #A4A4A4. Windows color (decimal): -7757057 or 16753289. OLE color: 16753289.
HSL color Cylindrical-coordinate representation of color #89A2FF: hue angle of 227.29º 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 #89A2FF is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 162 | 255 | - |
| CMYK | 0.46 | 0.36 | 0 | 0 |
| HSL | 227.29º | 1% | 0.77% | - |
| HSV(B) | 227.29º | 0.46% | 1% | - |
| XYZ | 41.29 | 38.38 | 99.84 | - |
| YUV | 165.13 | 178.72 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 162 | 255 | 0.46 | 0.36 | 0 | 0 | 227.29 | 1 | 0.77 |
| Hex | 89 | A2 | FF | 2E | 24 | 0 | 0 | E3 | 64 | 4D |
| Octal | 211 | 242 | 377 | 56 | 44 | 0 | 0 | 343 | 144 | 115 |
| Binary | 10001001 | 10100010 | 11111111 | 101110 | 100100 | 0 | 0 | 11100011 | 1100100 | 1001101 |
Color Harmonies of #89A2FF
Complementary color
Monochromatic Colors of #89A2FF
Black with #89A2FF
Text Example
Text Example
White with #89A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A2FF; }
p { color: rgb(137,162,255); }
H1.HeaderClassName
{
color: #89A2FF;
}
.AnyTagClassName
{
color: #89A2FF;
}
</style>
background-color css
<style>
a { background-color: #89A2FF; }
a { background-color: rgb(137,162,255); }
div.DivClassName
{
background-color: #89A2FF;
}
.BgClassName
{
background-color: #89A2FF;
}
</style>
border-color css
<style>
span { border-color: #89A2FF; }
span { border-color: rgb(137,162,255); }
td.TdClassName
{
border-color: #89A2FF;
}
.TagClassName
{
border-color: #89A2FF;
}
</style>