Shades of Portage #89A0FE
Tints of Portage #89A0FE
RGB
CMYK
RGB Variations
Color information
#89A0FE (or 0x89A0FE) is known color: Portage. HEX triplet: 89, A0 and FE. RGB value is (137,160,254). Sum of RGB (Red+Green+Blue) = 137+160+254=551 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.86% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #89A0FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A0FE is #765F01. Grayscale: #A3A3A3. Windows color (decimal): -7757570 or 16687241. OLE color: 16687241.
HSL color Cylindrical-coordinate representation of color #89A0FE: hue angle of 228.21º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89A0FE is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 160 | 254 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.00 |
| HSL | 228.21º | 0.98% | 0.77% | - |
| HSV(B) | 228.21º | 0.46% | 1% | - |
| XYZ | 40.78 | 37.62 | 98.88 | - |
| YUV | 163.84 | 178.88 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 160 | 254 | 0.46 | 0.37 | 0 | 0.00 | 228.21 | 0.98 | 0.77 |
| Hex | 89 | A0 | FE | 2E | 25 | 0 | 0 | E4 | 62 | 4D |
| Octal | 211 | 240 | 376 | 56 | 45 | 0 | 0 | 344 | 142 | 115 |
| Binary | 10001001 | 10100000 | 11111110 | 101110 | 100101 | 0 | 0 | 11100100 | 1100010 | 1001101 |
Color Harmonies of #89A0FE
Complementary color
Monochromatic Colors of #89A0FE
Black with #89A0FE
Text Example
Text Example
White with #89A0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A0FE; }
p { color: rgb(137,160,254); }
H1.HeaderClassName
{
color: #89A0FE;
}
.AnyTagClassName
{
color: #89A0FE;
}
</style>
background-color css
<style>
a { background-color: #89A0FE; }
a { background-color: rgb(137,160,254); }
div.DivClassName
{
background-color: #89A0FE;
}
.BgClassName
{
background-color: #89A0FE;
}
</style>
border-color css
<style>
span { border-color: #89A0FE; }
span { border-color: rgb(137,160,254); }
td.TdClassName
{
border-color: #89A0FE;
}
.TagClassName
{
border-color: #89A0FE;
}
</style>