Shades of Portage #899FE2
Tints of Portage #899FE2
RGB
CMYK
RGB Variations
Color information
#899FE2 (or 0x899FE2) is known color: Portage. HEX triplet: 89, 9F and E2. RGB value is (137,159,226). Sum of RGB (Red+Green+Blue) = 137+159+226=522 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.25% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 226 (88.67% from 255 or 43.30% from 522); Max value from RGB is 226 - color contains mainly: blue. Hex color #899FE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899FE2 is #76601D. Grayscale: #9F9F9F. Windows color (decimal): -7757854 or 14851977. OLE color: 14851977.
HSL color Cylindrical-coordinate representation of color #899FE2: hue angle of 225.17º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #899FE2 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 137 | 159 | 226 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.11 |
| HSL | 225.17º | 0.61% | 0.71% | - |
| HSV(B) | 225.17º | 0.39% | 0.89% | - |
| XYZ | 36.44 | 35.61 | 76.9 | - |
| YUV | 160.06 | 165.21 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 159 | 226 | 0.39 | 0.30 | 0 | 0.11 | 225.17 | 0.61 | 0.71 |
| Hex | 89 | 9F | E2 | 27 | 1E | 0 | B | E1 | 3D | 47 |
| Octal | 211 | 237 | 342 | 47 | 36 | 0 | 13 | 341 | 75 | 107 |
| Binary | 10001001 | 10011111 | 11100010 | 100111 | 11110 | 0 | 1011 | 11100001 | 111101 | 1000111 |
Color Harmonies of #899FE2
Complementary color
Monochromatic Colors of #899FE2
Black with #899FE2
Text Example
Text Example
White with #899FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899FE2; }
p { color: rgb(137,159,226); }
H1.HeaderClassName
{
color: #899FE2;
}
.AnyTagClassName
{
color: #899FE2;
}
</style>
background-color css
<style>
a { background-color: #899FE2; }
a { background-color: rgb(137,159,226); }
div.DivClassName
{
background-color: #899FE2;
}
.BgClassName
{
background-color: #899FE2;
}
</style>
border-color css
<style>
span { border-color: #899FE2; }
span { border-color: rgb(137,159,226); }
td.TdClassName
{
border-color: #899FE2;
}
.TagClassName
{
border-color: #899FE2;
}
</style>