Shades of Portage #899BFF
Tints of Portage #899BFF
RGB
CMYK
RGB Variations
Color information
#899BFF (or 0x899BFF) is known color: Portage. HEX triplet: 89, 9B and FF. RGB value is (137,155,255). Sum of RGB (Red+Green+Blue) = 137+155+255=547 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.05% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #899BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899BFF is #766400. Grayscale: #A0A0A0. Windows color (decimal): -7758849 or 16751497. OLE color: 16751497.
HSL color Cylindrical-coordinate representation of color #899BFF: hue angle of 230.85º 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 #899BFF is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 155 | 255 | - |
| CMYK | 0.46 | 0.39 | 0 | 0 |
| HSL | 230.85º | 1% | 0.77% | - |
| HSV(B) | 230.85º | 0.46% | 1% | - |
| XYZ | 40.09 | 35.98 | 99.44 | - |
| YUV | 161.02 | 181.04 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 255 | 0.46 | 0.39 | 0 | 0 | 230.85 | 1 | 0.77 |
| Hex | 89 | 9B | FF | 2E | 27 | 0 | 0 | E7 | 64 | 4D |
| Octal | 211 | 233 | 377 | 56 | 47 | 0 | 0 | 347 | 144 | 115 |
| Binary | 10001001 | 10011011 | 11111111 | 101110 | 100111 | 0 | 0 | 11100111 | 1100100 | 1001101 |
Color Harmonies of #899BFF
Complementary color
Monochromatic Colors of #899BFF
Black with #899BFF
Text Example
Text Example
White with #899BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899BFF; }
p { color: rgb(137,155,255); }
H1.HeaderClassName
{
color: #899BFF;
}
.AnyTagClassName
{
color: #899BFF;
}
</style>
background-color css
<style>
a { background-color: #899BFF; }
a { background-color: rgb(137,155,255); }
div.DivClassName
{
background-color: #899BFF;
}
.BgClassName
{
background-color: #899BFF;
}
</style>
border-color css
<style>
span { border-color: #899BFF; }
span { border-color: rgb(137,155,255); }
td.TdClassName
{
border-color: #899BFF;
}
.TagClassName
{
border-color: #899BFF;
}
</style>