Shades of Portage #899AFF
Tints of Portage #899AFF
RGB
CMYK
RGB Variations
Color information
#899AFF (or 0x899AFF) is known color: Portage. HEX triplet: 89, 9A and FF. RGB value is (137,154,255). Sum of RGB (Red+Green+Blue) = 137+154+255=546 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.09% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #899AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899AFF is #766500. Grayscale: #A0A0A0. Windows color (decimal): -7759105 or 16751241. OLE color: 16751241.
HSL color Cylindrical-coordinate representation of color #899AFF: hue angle of 231.36º 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 #899AFF is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 154 | 255 | - |
| CMYK | 0.46 | 0.40 | 0 | 0 |
| HSL | 231.36º | 1% | 0.77% | - |
| HSV(B) | 231.36º | 0.46% | 1% | - |
| XYZ | 39.92 | 35.65 | 99.38 | - |
| YUV | 160.43 | 181.37 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 154 | 255 | 0.46 | 0.40 | 0 | 0 | 231.36 | 1 | 0.77 |
| Hex | 89 | 9A | FF | 2E | 28 | 0 | 0 | E7 | 64 | 4D |
| Octal | 211 | 232 | 377 | 56 | 50 | 0 | 0 | 347 | 144 | 115 |
| Binary | 10001001 | 10011010 | 11111111 | 101110 | 101000 | 0 | 0 | 11100111 | 1100100 | 1001101 |
Color Harmonies of #899AFF
Complementary color
Monochromatic Colors of #899AFF
Black with #899AFF
Text Example
Text Example
White with #899AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899AFF; }
p { color: rgb(137,154,255); }
H1.HeaderClassName
{
color: #899AFF;
}
.AnyTagClassName
{
color: #899AFF;
}
</style>
background-color css
<style>
a { background-color: #899AFF; }
a { background-color: rgb(137,154,255); }
div.DivClassName
{
background-color: #899AFF;
}
.BgClassName
{
background-color: #899AFF;
}
</style>
border-color css
<style>
span { border-color: #899AFF; }
span { border-color: rgb(137,154,255); }
td.TdClassName
{
border-color: #899AFF;
}
.TagClassName
{
border-color: #899AFF;
}
</style>