Shades of Portage #89A2FA
Tints of Portage #89A2FA
RGB
CMYK
RGB Variations
Color information
#89A2FA (or 0x89A2FA) is known color: Portage. HEX triplet: 89, A2 and FA. RGB value is (137,162,250). Sum of RGB (Red+Green+Blue) = 137+162+250=549 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.95% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #89A2FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A2FA is #765D05. Grayscale: #A4A4A4. Windows color (decimal): -7757062 or 16425609. OLE color: 16425609.
HSL color Cylindrical-coordinate representation of color #89A2FA: hue angle of 226.73º 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 #89A2FA is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 162 | 250 | - |
| CMYK | 0.45 | 0.35 | 0 | 0.02 |
| HSL | 226.73º | 0.92% | 0.76% | - |
| HSV(B) | 226.73º | 0.45% | 0.98% | - |
| XYZ | 40.49 | 38.06 | 95.65 | - |
| YUV | 164.56 | 176.22 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 162 | 250 | 0.45 | 0.35 | 0 | 0.02 | 226.73 | 0.92 | 0.76 |
| Hex | 89 | A2 | FA | 2D | 23 | 0 | 2 | E3 | 5C | 4C |
| Octal | 211 | 242 | 372 | 55 | 43 | 0 | 2 | 343 | 134 | 114 |
| Binary | 10001001 | 10100010 | 11111010 | 101101 | 100011 | 0 | 10 | 11100011 | 1011100 | 1001100 |
Color Harmonies of #89A2FA
Complementary color
Monochromatic Colors of #89A2FA
Black with #89A2FA
Text Example
Text Example
White with #89A2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A2FA; }
p { color: rgb(137,162,250); }
H1.HeaderClassName
{
color: #89A2FA;
}
.AnyTagClassName
{
color: #89A2FA;
}
</style>
background-color css
<style>
a { background-color: #89A2FA; }
a { background-color: rgb(137,162,250); }
div.DivClassName
{
background-color: #89A2FA;
}
.BgClassName
{
background-color: #89A2FA;
}
</style>
border-color css
<style>
span { border-color: #89A2FA; }
span { border-color: rgb(137,162,250); }
td.TdClassName
{
border-color: #89A2FA;
}
.TagClassName
{
border-color: #89A2FA;
}
</style>