Shades of Portage #899BC9
Tints of Portage #899BC9
RGB
CMYK
RGB Variations
Color information
#899BC9 (or 0x899BC9) is known color: Portage. HEX triplet: 89, 9B and C9. RGB value is (137,155,201). Sum of RGB (Red+Green+Blue) = 137+155+201=493 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.79% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 201 - color contains mainly: blue. Hex color #899BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899BC9 is #766436. Grayscale: #9A9A9A. Windows color (decimal): -7758903 or 13212553. OLE color: 13212553.
HSL color Cylindrical-coordinate representation of color #899BC9: hue angle of 223.12º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #899BC9 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 155 | 201 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.21 |
| HSL | 223.13º | 0.37% | 0.66% | - |
| HSV(B) | 223.13º | 0.32% | 0.79% | - |
| XYZ | 32.58 | 32.98 | 59.91 | - |
| YUV | 154.86 | 154.04 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 201 | 0.32 | 0.23 | 0 | 0.21 | 223.13 | 0.37 | 0.66 |
| Hex | 89 | 9B | C9 | 20 | 17 | 0 | 15 | DF | 25 | 42 |
| Octal | 211 | 233 | 311 | 40 | 27 | 0 | 25 | 337 | 45 | 102 |
| Binary | 10001001 | 10011011 | 11001001 | 100000 | 10111 | 0 | 10101 | 11011111 | 100101 | 1000010 |
Color Harmonies of #899BC9
Complementary color
Monochromatic Colors of #899BC9
Black with #899BC9
Text Example
Text Example
White with #899BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899BC9; }
p { color: rgb(137,155,201); }
H1.HeaderClassName
{
color: #899BC9;
}
.AnyTagClassName
{
color: #899BC9;
}
</style>
background-color css
<style>
a { background-color: #899BC9; }
a { background-color: rgb(137,155,201); }
div.DivClassName
{
background-color: #899BC9;
}
.BgClassName
{
background-color: #899BC9;
}
</style>
border-color css
<style>
span { border-color: #899BC9; }
span { border-color: rgb(137,155,201); }
td.TdClassName
{
border-color: #899BC9;
}
.TagClassName
{
border-color: #899BC9;
}
</style>