Shades of Portage #899FE4
Tints of Portage #899FE4
RGB
CMYK
RGB Variations
Color information
#899FE4 (or 0x899FE4) is known color: Portage. HEX triplet: 89, 9F and E4. RGB value is (137,159,228). Sum of RGB (Red+Green+Blue) = 137+159+228=524 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.15% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 228 (89.45% from 255 or 43.51% from 524); Max value from RGB is 228 - color contains mainly: blue. Hex color #899FE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899FE4 is #76601B. Grayscale: #9F9F9F. Windows color (decimal): -7757852 or 14983049. OLE color: 14983049.
HSL color Cylindrical-coordinate representation of color #899FE4: hue angle of 225.49º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #899FE4 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 137 | 159 | 228 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.11 |
| HSL | 225.49º | 0.63% | 0.72% | - |
| HSV(B) | 225.49º | 0.4% | 0.89% | - |
| XYZ | 36.72 | 35.72 | 78.36 | - |
| YUV | 160.29 | 166.21 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 159 | 228 | 0.40 | 0.30 | 0 | 0.11 | 225.49 | 0.63 | 0.72 |
| Hex | 89 | 9F | E4 | 28 | 1E | 0 | B | E1 | 3F | 48 |
| Octal | 211 | 237 | 344 | 50 | 36 | 0 | 13 | 341 | 77 | 110 |
| Binary | 10001001 | 10011111 | 11100100 | 101000 | 11110 | 0 | 1011 | 11100001 | 111111 | 1001000 |
Color Harmonies of #899FE4
Complementary color
Monochromatic Colors of #899FE4
Black with #899FE4
Text Example
Text Example
White with #899FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899FE4; }
p { color: rgb(137,159,228); }
H1.HeaderClassName
{
color: #899FE4;
}
.AnyTagClassName
{
color: #899FE4;
}
</style>
background-color css
<style>
a { background-color: #899FE4; }
a { background-color: rgb(137,159,228); }
div.DivClassName
{
background-color: #899FE4;
}
.BgClassName
{
background-color: #899FE4;
}
</style>
border-color css
<style>
span { border-color: #899FE4; }
span { border-color: rgb(137,159,228); }
td.TdClassName
{
border-color: #899FE4;
}
.TagClassName
{
border-color: #899FE4;
}
</style>