Shades of Portage #899FE6
Tints of Portage #899FE6
RGB
CMYK
RGB Variations
Color information
#899FE6 (or 0x899FE6) is known color: Portage. HEX triplet: 89, 9F and E6. RGB value is (137,159,230). Sum of RGB (Red+Green+Blue) = 137+159+230=526 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.05% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 230 (90.23% from 255 or 43.73% from 526); Max value from RGB is 230 - color contains mainly: blue. Hex color #899FE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899FE6 is #766019. Grayscale: #A0A0A0. Windows color (decimal): -7757850 or 15114121. OLE color: 15114121.
HSL color Cylindrical-coordinate representation of color #899FE6: hue angle of 225.81º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #899FE6 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 159 | 230 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.10 |
| HSL | 225.81º | 0.65% | 0.72% | - |
| HSV(B) | 225.81º | 0.4% | 0.9% | - |
| XYZ | 37 | 35.83 | 79.83 | - |
| YUV | 160.52 | 167.21 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 159 | 230 | 0.40 | 0.31 | 0 | 0.10 | 225.81 | 0.65 | 0.72 |
| Hex | 89 | 9F | E6 | 28 | 1F | 0 | A | E2 | 41 | 48 |
| Octal | 211 | 237 | 346 | 50 | 37 | 0 | 12 | 342 | 101 | 110 |
| Binary | 10001001 | 10011111 | 11100110 | 101000 | 11111 | 0 | 1010 | 11100010 | 1000001 | 1001000 |
Color Harmonies of #899FE6
Complementary color
Monochromatic Colors of #899FE6
Black with #899FE6
Text Example
Text Example
White with #899FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899FE6; }
p { color: rgb(137,159,230); }
H1.HeaderClassName
{
color: #899FE6;
}
.AnyTagClassName
{
color: #899FE6;
}
</style>
background-color css
<style>
a { background-color: #899FE6; }
a { background-color: rgb(137,159,230); }
div.DivClassName
{
background-color: #899FE6;
}
.BgClassName
{
background-color: #899FE6;
}
</style>
border-color css
<style>
span { border-color: #899FE6; }
span { border-color: rgb(137,159,230); }
td.TdClassName
{
border-color: #899FE6;
}
.TagClassName
{
border-color: #899FE6;
}
</style>