Shades of Portage #899EE6
Tints of Portage #899EE6
RGB
CMYK
RGB Variations
Color information
#899EE6 (or 0x899EE6) is known color: Portage. HEX triplet: 89, 9E and E6. RGB value is (137,158,230). Sum of RGB (Red+Green+Blue) = 137+158+230=525 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.10% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 230 (90.23% from 255 or 43.81% from 525); Max value from RGB is 230 - color contains mainly: blue. Hex color #899EE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899EE6 is #766119. Grayscale: #9F9F9F. Windows color (decimal): -7758106 or 15113865. OLE color: 15113865.
HSL color Cylindrical-coordinate representation of color #899EE6: hue angle of 226.45º 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 #899EE6 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 158 | 230 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.10 |
| HSL | 226.45º | 0.65% | 0.72% | - |
| HSV(B) | 226.45º | 0.4% | 0.9% | - |
| XYZ | 36.83 | 35.49 | 79.77 | - |
| YUV | 159.93 | 167.54 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 158 | 230 | 0.40 | 0.31 | 0 | 0.10 | 226.45 | 0.65 | 0.72 |
| Hex | 89 | 9E | E6 | 28 | 1F | 0 | A | E2 | 41 | 48 |
| Octal | 211 | 236 | 346 | 50 | 37 | 0 | 12 | 342 | 101 | 110 |
| Binary | 10001001 | 10011110 | 11100110 | 101000 | 11111 | 0 | 1010 | 11100010 | 1000001 | 1001000 |
Color Harmonies of #899EE6
Complementary color
Monochromatic Colors of #899EE6
Black with #899EE6
Text Example
Text Example
White with #899EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899EE6; }
p { color: rgb(137,158,230); }
H1.HeaderClassName
{
color: #899EE6;
}
.AnyTagClassName
{
color: #899EE6;
}
</style>
background-color css
<style>
a { background-color: #899EE6; }
a { background-color: rgb(137,158,230); }
div.DivClassName
{
background-color: #899EE6;
}
.BgClassName
{
background-color: #899EE6;
}
</style>
border-color css
<style>
span { border-color: #899EE6; }
span { border-color: rgb(137,158,230); }
td.TdClassName
{
border-color: #899EE6;
}
.TagClassName
{
border-color: #899EE6;
}
</style>